1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
65 PACKAGE_NAME
= @PACKAGE_NAME@
67 PERLSCRIPTS
= @PERLSCRIPTS@
70 man_MANS
= autoconf
.1 autoreconf
.1 autoheader
.1 autoupdate
.1 ifnames
.1 autoscan
.1 config.guess
.1 config.sub
.1
73 man_aux
= autoconf.x autoreconf.x autoheader.x autoupdate.x ifnames.x autoscan.x config.guess.x config.sub.x
76 EXTRA_DIST
= $(man_MANS
) $(man_aux
) common.x
77 MAINTAINERCLEANFILES
= $(man_MANS
)
79 # Depend on configure.ac to get version number changes.
80 common_dep
= $(top_srcdir
)/configure.ac
$(srcdir)/common.x
83 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/config
/mkinstalldirs
85 man1dir = $(mandir)/man1
89 DIST_COMMON
= Makefile.am Makefile.in
92 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
99 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.ac
$(ACLOCAL_M4
)
100 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps man
/Makefile
102 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
104 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
108 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
109 @list
='$(man1_MANS)'; \
110 l2
='$(man_MANS)'; for i in
$$l2; do \
112 *.1*) list
="$$list $$i" ;; \
115 for i in
$$list; do \
116 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
118 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
119 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
120 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
121 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
122 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
126 @list
='$(man1_MANS)'; \
127 l2
='$(man_MANS)'; for i in
$$l2; do \
129 *.1*) list
="$$list $$i" ;; \
132 for i in
$$list; do \
133 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
134 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
135 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
136 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
137 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
141 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
144 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
149 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
153 distdir
: $(DISTFILES
)
154 @for file in
$(DISTFILES
); do \
156 if
test -d
$$d/$$file; then \
157 cp
-pr
$$d/$$file $(distdir
)/$$file; \
159 test -f
$(distdir
)/$$file \
160 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
161 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
171 installcheck: installcheck-am
173 install-exec
: install-exec-am
175 install-data-am
: install-man
176 install-data
: install-data-am
179 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
181 uninstall-am
: uninstall-man
182 uninstall: uninstall-am
183 all-am
: Makefile
$(MANS
)
186 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
188 $(mkinstalldirs
) $(DESTDIR
)$(mandir)/man1
196 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
197 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
199 maintainer-clean-generic
:
200 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
201 mostlyclean-am
: mostlyclean-generic
203 mostlyclean: mostlyclean-am
205 clean-am
: clean-generic mostlyclean-am
209 distclean-am
: distclean-generic clean-am
211 distclean: distclean-am
213 maintainer-clean-am
: maintainer-clean-generic distclean-am
214 @echo
"This command is intended for maintainers to use;"
215 @echo
"it deletes files that may require special tools to rebuild."
217 maintainer-clean
: maintainer-clean-am
219 .PHONY
: install-man1 uninstall-man1 install-man uninstall-man
tags \
220 distdir info-am
info dvi-am
dvi check check-am installcheck-am \
221 installcheck install-exec-am install-exec install-data-am install-data \
222 install-am
install uninstall-am
uninstall all-redirect all-am
all \
223 installdirs mostlyclean-generic distclean-generic clean-generic \
224 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
226 autoconf
.1: $(common_dep
) $(srcdir)/autoconf.x
$(top_srcdir
)/autoconf.in
227 autoreconf
.1: $(common_dep
) $(srcdir)/autoreconf.x
$(top_srcdir
)/autoreconf.in
228 autoheader
.1: $(common_dep
) $(srcdir)/autoheader.x
$(top_srcdir
)/autoheader.in
229 autoupdate
.1: $(common_dep
) $(srcdir)/autoupdate.x
$(top_srcdir
)/autoupdate.in
230 ifnames
.1: $(common_dep
) $(srcdir)/ifnames.x
$(top_srcdir
)/ifnames.in
231 autoscan
.1: $(common_dep
) $(srcdir)/autoscan.x
$(top_srcdir
)/autoscan.in
233 # Independent from this package.
234 config.guess
.1: $(srcdir)/config.guess.x
$(top_srcdir
)/config
/config.guess
235 config.sub
.1: $(srcdir)/config.sub.x
$(top_srcdir
)/config
/config.sub
238 test -f
$(top_builddir
)/$* && prog
=$(top_builddir
)/$*; \
239 test -f
$(top_srcdir
)/$* && prog
=$(top_srcdir
)/$*; \
240 test -f
$(top_srcdir
)/config
/$* && prog
=$(top_srcdir
)/config
/$*; \
241 if
test -n
"$$prog"; then \
242 echo
"Updating man page $@"; \
244 --include=$(srcdir)/$*.x \
245 --include=$(srcdir)/common.x \
246 --output
=$@
$$prog; \
248 echo
"WARNING: The man page $@ cannot be updated yet."; \
249 echo
" Retry once the corresponding executable is built."; \
252 # Tell versions [3.59,3.63) of GNU make to not export all variables.
253 # Otherwise a system limit (for SysV at least) may be exceeded.