1 # Makefile.in generated by automake 1.6 from Makefile.am.
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.
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
17 # Automakefile for GNU diffutils man pages
19 # Copyright (C) 2002 Free Software Foundation, Inc.
23 top_srcdir
= @top_srcdir@
26 exec_prefix = @
exec_prefix@
30 libexecdir
= @libexecdir@
32 sysconfdir
= @sysconfdir@
33 sharedstatedir
= @sharedstatedir@
34 localstatedir
= @localstatedir@
38 includedir = @
includedir@
39 oldincludedir = /usr
/include
40 pkgdatadir
= $(datadir)/@PACKAGE@
41 pkglibdir
= $(libdir)/@PACKAGE@
42 pkgincludedir
= $(includedir)/@PACKAGE@
48 AUTOHEADER
= @AUTOHEADER@
50 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
53 INSTALL_DATA
= @INSTALL_DATA@
54 install_sh_DATA
= $(install_sh
) -c
-m
644
55 install_sh_PROGRAM
= $(install_sh
) -c
56 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
57 INSTALL_HEADER
= $(INSTALL_DATA
)
58 transform
= @program_transform_name@
65 host_alias
= @host_alias@
70 PATH_SEPARATOR
= @PATH_SEPARATOR@
73 BUILD_INCLUDED_LIBINTL
= @BUILD_INCLUDED_LIBINTL@
74 CATOBJEXT
= @CATOBJEXT@
77 DATADIRNAME
= @DATADIRNAME@
84 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
85 INSTOBJEXT
= @INSTOBJEXT@
86 INTLBISON
= @INTLBISON@
89 INTL_LIBTOOL_SUFFIX_PREFIX
= @INTL_LIBTOOL_SUFFIX_PREFIX@
93 LIB_CLOCK_GETTIME
= @LIB_CLOCK_GETTIME@
95 LTLIBICONV
= @LTLIBICONV@
96 LTLIBINTL
= @LTLIBINTL@
97 MKINSTALLDIRS
= @MKINSTALLDIRS@
100 PR_PROGRAM
= @PR_PROGRAM@
104 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
107 am__include
= @am__include@
108 am__quote
= @am__quote@
109 install_sh
= @install_sh@
111 dist_man_MANS
= cmp
.1 diff
.1 diff3.1 sdiff
.1
112 MAINTAINERCLEANFILES
= $(dist_man_MANS
)
114 S
= $(top_srcdir
)/src
116 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/config
/mkinstalldirs
117 CONFIG_HEADER
= $(top_builddir
)/config.h
122 MANS
= $(dist_man_MANS
)
123 DIST_COMMON
= $(dist_man_MANS
) Makefile.am Makefile.in
127 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.ac
$(ACLOCAL_M4
)
128 cd
$(top_srcdir
) && \
129 $(AUTOMAKE
) --gnits man
/Makefile
130 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
131 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
134 man1dir = $(mandir)/man1
135 install-man1
: $(man1_MANS
) $(man_MANS
)
137 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
138 @list
='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
139 l2
='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
142 *.1*) list
="$$list $$i" ;; \
145 for i in
$$list; do \
146 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
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; \
157 @list
='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
158 l2
='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
161 *.1*) list
="$$list $$i" ;; \
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; \
175 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
178 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
180 distdir
: $(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 \
186 $(mkinstalldirs
) "$(distdir)$$dir"; \
190 if
test -d
$$d/$$file; then \
191 cp
-pR
$$d/$$file $(distdir
)$$dir \
194 test -f
$(distdir
)/$$file \
195 || cp
-p
$$d/$$file $(distdir
)/$$file \
201 all-am
: Makefile
$(MANS
)
204 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
207 install-exec
: install-exec-am
208 install-data
: install-data-am
209 uninstall: uninstall-am
212 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
214 installcheck: installcheck-am
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
225 -rm -f Makefile
$(CONFIG_CLEAN_FILES
) stamp-h stamp-h
[0-9]*
227 maintainer-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
)
233 clean-am
: clean-generic mostlyclean-am
235 distclean: distclean-am
237 distclean-am
: clean-am distclean-generic
247 install-data-am
: install-man
251 install-info
: install-info-am
253 install-man
: install-man1
257 maintainer-clean
: maintainer-clean-am
259 maintainer-clean-am
: distclean-am maintainer-clean-generic
261 mostlyclean: mostlyclean-am
263 mostlyclean-am
: mostlyclean-generic
265 uninstall-am
: uninstall-info-am uninstall-man
267 uninstall-man
: uninstall-man1
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
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.