1# Makefile.in generated by automake 1.6 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Automakefile for GNU diffutils man pages
18
19# Copyright (C) 2002 Free Software Foundation, Inc.
20SHELL = @SHELL@
21
22srcdir = @srcdir@
23top_srcdir = @top_srcdir@
24VPATH = @srcdir@
25prefix = @prefix@
26exec_prefix = @exec_prefix@
27
28bindir = @bindir@
29sbindir = @sbindir@
30libexecdir = @libexecdir@
31datadir = @datadir@
32sysconfdir = @sysconfdir@
33sharedstatedir = @sharedstatedir@
34localstatedir = @localstatedir@
35libdir = @libdir@
36infodir = @infodir@
37mandir = @mandir@
38includedir = @includedir@
39oldincludedir = /usr/include
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@
53INSTALL_DATA = @INSTALL_DATA@
54install_sh_DATA = $(install_sh) -c -m 644
55install_sh_PROGRAM = $(install_sh) -c
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57INSTALL_HEADER = $(INSTALL_DATA)
58transform = @program_transform_name@
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65host_alias = @host_alias@
66host_triplet = @host@
67
68EXEEXT = @EXEEXT@
69OBJEXT = @OBJEXT@
70PATH_SEPARATOR = @PATH_SEPARATOR@
71AMTAR = @AMTAR@
72AWK = @AWK@
73BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
74CATOBJEXT = @CATOBJEXT@
75CC = @CC@
76CPP = @CPP@
77DATADIRNAME = @DATADIRNAME@
78DEPDIR = @DEPDIR@
79GENCAT = @GENCAT@
80GLIBC21 = @GLIBC21@
81GMSGFMT = @GMSGFMT@
82HAVE_LIB = @HAVE_LIB@
83HELP2MAN = @HELP2MAN@
84INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85INSTOBJEXT = @INSTOBJEXT@
86INTLBISON = @INTLBISON@
87INTLLIBS = @INTLLIBS@
88INTLOBJS = @INTLOBJS@
89INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
90LIB = @LIB@
91LIBICONV = @LIBICONV@
92LIBINTL = @LIBINTL@
93LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
94LTLIB = @LTLIB@
95LTLIBICONV = @LTLIBICONV@
96LTLIBINTL = @LTLIBINTL@
97MKINSTALLDIRS = @MKINSTALLDIRS@
98PACKAGE = @PACKAGE@
99POSUB = @POSUB@
100PR_PROGRAM = @PR_PROGRAM@
101RANLIB = @RANLIB@
102STRIP = @STRIP@
103U = @U@
104USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105USE_NLS = @USE_NLS@
106VERSION = @VERSION@
107am__include = @am__include@
108am__quote = @am__quote@
109install_sh = @install_sh@
110
111dist_man_MANS = cmp.1 diff.1 diff3.1 sdiff.1
112MAINTAINERCLEANFILES = $(dist_man_MANS)
113
114S = $(top_srcdir)/src
115subdir = man
116mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
117CONFIG_HEADER = $(top_builddir)/config.h
118CONFIG_CLEAN_FILES =
119DIST_SOURCES =
120
121NROFF = nroff
122MANS = $(dist_man_MANS)
123DIST_COMMON = $(dist_man_MANS) Makefile.am Makefile.in
124all: all-am
125
126.SUFFIXES:
127$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
128	cd $(top_srcdir) && \
129	  $(AUTOMAKE) --gnits  man/Makefile
130Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
131	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
132uninstall-info-am:
133
134man1dir = $(mandir)/man1
135install-man1: $(man1_MANS) $(man_MANS)
136	@$(NORMAL_INSTALL)
137	$(mkinstalldirs) $(DESTDIR)$(man1dir)
138	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
139	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
140	for i in $$l2; do \
141	  case "$$i" in \
142	    *.1*) list="$$list $$i" ;; \
143	  esac; \
144	done; \
145	for i in $$list; do \
146	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
147	  else file=$$i; fi; \
148	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
149	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
150	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
151	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
152	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
153	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
154	done
155uninstall-man1:
156	@$(NORMAL_UNINSTALL)
157	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
158	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
159	for i in $$l2; do \
160	  case "$$i" in \
161	    *.1*) list="$$list $$i" ;; \
162	  esac; \
163	done; \
164	for i in $$list; do \
165	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
166	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
167	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
168	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
169	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
170	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
171	done
172tags: TAGS
173TAGS:
174
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176
177top_distdir = ..
178distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
179
180distdir: $(DISTFILES)
181	@for file in $(DISTFILES); do \
182	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
183	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
184	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
185	    dir="/$$dir"; \
186	    $(mkinstalldirs) "$(distdir)$$dir"; \
187	  else \
188	    dir=''; \
189	  fi; \
190	  if test -d $$d/$$file; then \
191	    cp -pR $$d/$$file $(distdir)$$dir \
192	    || exit 1; \
193	  else \
194	    test -f $(distdir)/$$file \
195	    || cp -p $$d/$$file $(distdir)/$$file \
196	    || exit 1; \
197	  fi; \
198	done
199check-am: all-am
200check: check-am
201all-am: Makefile $(MANS)
202
203installdirs:
204	$(mkinstalldirs) $(DESTDIR)$(man1dir)
205
206install: install-am
207install-exec: install-exec-am
208install-data: install-data-am
209uninstall: uninstall-am
210
211install-am: all-am
212	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
213
214installcheck: installcheck-am
215install-strip:
216	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
217	  INSTALL_STRIP_FLAG=-s \
218	  `test -z '$(STRIP)' || \
219	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
220mostlyclean-generic:
221
222clean-generic:
223
224distclean-generic:
225	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
226
227maintainer-clean-generic:
228	@echo "This command is intended for maintainers to use"
229	@echo "it deletes files that may require special tools to rebuild."
230	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
231clean: clean-am
232
233clean-am: clean-generic mostlyclean-am
234
235distclean: distclean-am
236
237distclean-am: clean-am distclean-generic
238
239dvi: dvi-am
240
241dvi-am:
242
243info: info-am
244
245info-am:
246
247install-data-am: install-man
248
249install-exec-am:
250
251install-info: install-info-am
252
253install-man: install-man1
254
255installcheck-am:
256
257maintainer-clean: maintainer-clean-am
258
259maintainer-clean-am: distclean-am maintainer-clean-generic
260
261mostlyclean: mostlyclean-am
262
263mostlyclean-am: mostlyclean-generic
264
265uninstall-am: uninstall-info-am uninstall-man
266
267uninstall-man: uninstall-man1
268
269.PHONY: all all-am check check-am clean clean-generic distclean \
270	distclean-generic distdir dvi dvi-am info info-am install \
271	install-am install-data install-data-am install-exec \
272	install-exec-am install-info install-info-am install-man \
273	install-man1 install-strip installcheck installcheck-am \
274	installdirs maintainer-clean maintainer-clean-generic \
275	mostlyclean mostlyclean-generic uninstall uninstall-am \
276	uninstall-info-am uninstall-man uninstall-man1
277
278cmp.1: $S/cmp.c
279diff.1: $S/diff.c
280diff3.1: $S/diff3.c
281sdiff.1: $S/sdiff.c
282
283# Depend on configure.ac to get version number changes.
284$(dist_man_MANS): $(top_srcdir)/configure.ac
285	base=`expr $@ : '\(.*\).1'` && \
286	  (echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' $S/$$base.c) | \
287	  $(HELP2MAN) -i - -S '$(PACKAGE) $(VERSION)' ../src/$$base | \
288	  sed 's/^\.B info .*/.B info diff/' >$@
289# Tell versions [3.59,3.63) of GNU make to not export all variables.
290# Otherwise a system limit (for SysV at least) may be exceeded.
291.NOEXPORT:
292