* bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
[autoconf.git] / man / Makefile.in
blob96676f58f176231503eb128564f9a53fe8292c2a
1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 subdir = man
37 DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/config/m4.m4 \
41 $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
45 CONFIG_CLEAN_FILES =
46 SOURCES =
47 DIST_SOURCES =
48 man1dir = $(mandir)/man1
49 am__installdirs = $(DESTDIR)$(man1dir)
50 NROFF = nroff
51 MANS = $(dist_man_MANS)
52 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53 ACLOCAL = @ACLOCAL@
54 AMTAR = @AMTAR@
55 AUTOCONF = @AUTOCONF@
56 AUTOHEADER = @AUTOHEADER@
57 AUTOMAKE = @AUTOMAKE@
58 AWK = @AWK@
59 CYGPATH_W = @CYGPATH_W@
60 DEFS = @DEFS@
61 ECHO_C = @ECHO_C@
62 ECHO_N = @ECHO_N@
63 ECHO_T = @ECHO_T@
64 EMACS = @EMACS@
65 EMACSLOADPATH = @EMACSLOADPATH@
66 EXPR = @EXPR@
67 HELP2MAN = @HELP2MAN@
68 INSTALL_DATA = @INSTALL_DATA@
69 INSTALL_PROGRAM = @INSTALL_PROGRAM@
70 INSTALL_SCRIPT = @INSTALL_SCRIPT@
71 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72 LIBOBJS = @LIBOBJS@
73 LIBS = @LIBS@
74 LTLIBOBJS = @LTLIBOBJS@
75 M4 = @M4@
76 MAKEINFO = @MAKEINFO@
77 PACKAGE = @PACKAGE@
78 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
79 PACKAGE_NAME = @PACKAGE_NAME@
80 PACKAGE_STRING = @PACKAGE_STRING@
81 PACKAGE_TARNAME = @PACKAGE_TARNAME@
82 PACKAGE_VERSION = @PACKAGE_VERSION@
83 PATH_SEPARATOR = @PATH_SEPARATOR@
84 PERL = @PERL@
85 SET_MAKE = @SET_MAKE@
86 SHELL = @SHELL@
87 STRIP = @STRIP@
88 TEST_EMACS = @TEST_EMACS@
89 VERSION = @VERSION@
90 ac_ct_STRIP = @ac_ct_STRIP@
91 ac_cv_sh_n_works = @ac_cv_sh_n_works@
92 am__leading_dot = @am__leading_dot@
93 bindir = @bindir@
94 build_alias = @build_alias@
95 datadir = @datadir@
96 exec_prefix = @exec_prefix@
97 host_alias = @host_alias@
98 includedir = @includedir@
99 infodir = @infodir@
100 install_sh = @install_sh@
101 libdir = @libdir@
102 libexecdir = @libexecdir@
103 lispdir = @lispdir@
104 localstatedir = @localstatedir@
105 mandir = @mandir@
106 mkdir_p = @mkdir_p@
107 oldincludedir = @oldincludedir@
108 prefix = @prefix@
109 program_transform_name = @program_transform_name@
110 sbindir = @sbindir@
111 sharedstatedir = @sharedstatedir@
112 sysconfdir = @sysconfdir@
113 target_alias = @target_alias@
114 dist_man_MANS = autoconf.1 autoreconf.1 autoheader.1 autoupdate.1 ifnames.1 \
115 autoscan.1 autom4te.1 config.guess.1 config.sub.1
117 man_aux = autoconf.x autoreconf.x autoheader.x autoupdate.x ifnames.x \
118 autoscan.x autom4te.x config.guess.x config.sub.x
120 EXTRA_DIST = $(man_aux) common.x
121 MAINTAINERCLEANFILES = $(dist_man_MANS)
123 # Depend on configure.ac to get version number changes.
124 common_dep = $(top_srcdir)/configure.ac $(srcdir)/common.x
125 binsrcdir = $(top_srcdir)/bin
126 SUFFIXES = .x .1
127 all: all-am
129 .SUFFIXES:
130 .SUFFIXES: .x .1
131 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
132 @for dep in $?; do \
133 case '$(am__configure_deps)' in \
134 *$$dep*) \
135 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
136 && exit 0; \
137 exit 1;; \
138 esac; \
139 done; \
140 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
141 cd $(top_srcdir) && \
142 $(AUTOMAKE) --gnu man/Makefile
143 .PRECIOUS: Makefile
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
145 @case '$?' in \
146 *config.status*) \
147 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
148 *) \
149 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
150 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
151 esac;
153 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
156 $(top_srcdir)/configure: $(am__configure_deps)
157 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
158 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
159 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
160 uninstall-info-am:
161 install-man1: $(man1_MANS) $(man_MANS)
162 @$(NORMAL_INSTALL)
163 $(mkdir_p) $(DESTDIR)$(man1dir)
164 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
165 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
166 for i in $$l2; do \
167 case "$$i" in \
168 *.1*) list="$$list $$i" ;; \
169 esac; \
170 done; \
171 for i in $$list; do \
172 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
173 else file=$$i; fi; \
174 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
175 case "$$ext" in \
176 1*) ;; \
177 *) ext='1' ;; \
178 esac; \
179 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
180 inst=`echo $$inst | sed -e 's/^.*\///'`; \
181 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
182 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
183 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
184 done
185 uninstall-man1:
186 @$(NORMAL_UNINSTALL)
187 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
188 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
189 for i in $$l2; do \
190 case "$$i" in \
191 *.1*) list="$$list $$i" ;; \
192 esac; \
193 done; \
194 for i in $$list; do \
195 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
196 case "$$ext" in \
197 1*) ;; \
198 *) ext='1' ;; \
199 esac; \
200 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
201 inst=`echo $$inst | sed -e 's/^.*\///'`; \
202 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
203 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
204 rm -f $(DESTDIR)$(man1dir)/$$inst; \
205 done
206 tags: TAGS
207 TAGS:
209 ctags: CTAGS
210 CTAGS:
213 distdir: $(DISTFILES)
214 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
215 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
216 list='$(DISTFILES)'; for file in $$list; do \
217 case $$file in \
218 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
219 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
220 esac; \
221 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
222 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
223 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
224 dir="/$$dir"; \
225 $(mkdir_p) "$(distdir)$$dir"; \
226 else \
227 dir=''; \
228 fi; \
229 if test -d $$d/$$file; then \
230 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
231 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
232 fi; \
233 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
234 else \
235 test -f $(distdir)/$$file \
236 || cp -p $$d/$$file $(distdir)/$$file \
237 || exit 1; \
238 fi; \
239 done
240 check-am: all-am
241 check: check-am
242 all-am: Makefile $(MANS)
243 installdirs:
244 $(mkdir_p) $(DESTDIR)$(man1dir)
245 install: install-am
246 install-exec: install-exec-am
247 install-data: install-data-am
248 uninstall: uninstall-am
250 install-am: all-am
251 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
253 installcheck: installcheck-am
254 install-strip:
255 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
256 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
257 `test -z '$(STRIP)' || \
258 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
259 mostlyclean-generic:
261 clean-generic:
263 distclean-generic:
264 -rm -f $(CONFIG_CLEAN_FILES)
266 maintainer-clean-generic:
267 @echo "This command is intended for maintainers to use"
268 @echo "it deletes files that may require special tools to rebuild."
269 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
270 clean: clean-am
272 clean-am: clean-generic mostlyclean-am
274 distclean: distclean-am
275 -rm -f Makefile
276 distclean-am: clean-am distclean-generic
278 dvi: dvi-am
280 dvi-am:
282 html: html-am
284 info: info-am
286 info-am:
288 install-data-am: install-man
290 install-exec-am:
292 install-info: install-info-am
294 install-man: install-man1
296 installcheck-am:
298 maintainer-clean: maintainer-clean-am
299 -rm -f Makefile
300 maintainer-clean-am: distclean-am maintainer-clean-generic
302 mostlyclean: mostlyclean-am
304 mostlyclean-am: mostlyclean-generic
306 pdf: pdf-am
308 pdf-am:
310 ps: ps-am
312 ps-am:
314 uninstall-am: uninstall-info-am uninstall-man
316 uninstall-man: uninstall-man1
318 .PHONY: all all-am check check-am clean clean-generic distclean \
319 distclean-generic distdir dvi dvi-am html html-am info info-am \
320 install install-am install-data install-data-am install-exec \
321 install-exec-am install-info install-info-am install-man \
322 install-man1 install-strip installcheck installcheck-am \
323 installdirs maintainer-clean maintainer-clean-generic \
324 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
325 uninstall-am uninstall-info-am uninstall-man uninstall-man1
327 autoconf.1: $(common_dep) $(srcdir)/autoconf.x $(binsrcdir)/autoconf.in
328 autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(binsrcdir)/autoheader.in
329 autom4te.1: $(common_dep) $(srcdir)/autom4te.x $(binsrcdir)/autom4te.in
330 autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(binsrcdir)/autoreconf.in
331 autoscan.1: $(common_dep) $(srcdir)/autoscan.x $(binsrcdir)/autoscan.in
332 autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(binsrcdir)/autoupdate.in
333 ifnames.1: $(common_dep) $(srcdir)/ifnames.x $(binsrcdir)/ifnames.in
335 # Independent from this package.
336 config.guess.1: $(srcdir)/config.guess.x $(top_srcdir)/config/config.guess
337 config.sub.1: $(srcdir)/config.sub.x $(top_srcdir)/config/config.sub
339 .x.1:
340 echo "Updating man page $@"
341 PATH="$(top_builddir)/tests@PATH_SEPARATOR@$(top_srcdir)/config@PATH_SEPARATOR@$$PATH"; \
342 export PATH; \
343 $(HELP2MAN) \
344 --include=$(srcdir)/$*.x \
345 --include=$(srcdir)/common.x \
346 --output=$@ $*
347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
348 # Otherwise a system limit (for SysV at least) may be exceeded.
349 .NOEXPORT: