* doc/automake.texi (Autotools Introduction) New chapter.
[platform/upstream/automake.git] / Makefile.in
1 # Makefile.in generated by automake 1.9a from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 subdir = .
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36         $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
37         ChangeLog INSTALL NEWS THANKS TODO
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
40         $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
41         $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
42         $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
43         $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
44         $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
45         $(top_srcdir)/m4/tar.m4 $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49  configure.lineno configure.status.lineno
50 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
51 CONFIG_CLEAN_FILES =
52 am__installdirs = "$(DESTDIR)$(bindir)"
53 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
54 SCRIPTS = $(bin_SCRIPTS)
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58         html-recursive info-recursive install-data-recursive \
59         install-dvi-recursive install-exec-recursive \
60         install-html-recursive install-info-recursive \
61         install-pdf-recursive install-ps-recursive install-recursive \
62         installcheck-recursive installdirs-recursive pdf-recursive \
63         ps-recursive uninstall-recursive
64 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65   distclean-recursive maintainer-clean-recursive
66 ETAGS = etags
67 CTAGS = ctags
68 DIST_SUBDIRS = $(SUBDIRS)
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 distdir = $(PACKAGE)-$(VERSION)
71 top_distdir = $(distdir)
72 am__remove_distdir = \
73   { test ! -d $(distdir) \
74     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
75          && rm -fr $(distdir); }; }
76 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
77 GZIP_ENV = --best
78 distuninstallcheck_listfiles = find . -type f -print
79 distcleancheck_listfiles = find . -type f -print
80 ACLOCAL = @ACLOCAL@
81 AMTAR = @AMTAR@
82 APIVERSION = @APIVERSION@
83 AUTOCONF = @AUTOCONF@
84 AUTOHEADER = @AUTOHEADER@
85 AUTOMAKE = @AUTOMAKE@
86 AWK = @AWK@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 ECHO_C = @ECHO_C@
90 ECHO_N = @ECHO_N@
91 ECHO_T = @ECHO_T@
92 EGREP = @EGREP@
93 FGREP = @FGREP@
94 GREP = @GREP@
95 INSTALL = @INSTALL@
96 INSTALL_DATA = @INSTALL_DATA@
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@
98 INSTALL_SCRIPT = @INSTALL_SCRIPT@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LIBOBJS = @LIBOBJS@
101 LIBS = @LIBS@
102 LN = @LN@
103 LTLIBOBJS = @LTLIBOBJS@
104 MAKEINFO = @MAKEINFO@
105 MKDIR_P = @MKDIR_P@
106 MODIFICATION_DELAY = @MODIFICATION_DELAY@
107 PACKAGE = @PACKAGE@
108 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
109 PACKAGE_NAME = @PACKAGE_NAME@
110 PACKAGE_STRING = @PACKAGE_STRING@
111 PACKAGE_TARNAME = @PACKAGE_TARNAME@
112 PACKAGE_VERSION = @PACKAGE_VERSION@
113 PATH_SEPARATOR = @PATH_SEPARATOR@
114 PERL = @PERL@
115 SET_MAKE = @SET_MAKE@
116 SHELL = @SHELL@
117 STRIP = @STRIP@
118 TEX = @TEX@
119 VERSION = @VERSION@
120 abs_builddir = @abs_builddir@
121 abs_srcdir = @abs_srcdir@
122 abs_top_builddir = @abs_top_builddir@
123 abs_top_srcdir = @abs_top_srcdir@
124 am_AUTOCONF = @am_AUTOCONF@
125 am__leading_dot = @am__leading_dot@
126 am__tar = @am__tar@
127 am__untar = @am__untar@
128 bindir = @bindir@
129 build = @build@
130 build_alias = @build_alias@
131 build_cpu = @build_cpu@
132 build_os = @build_os@
133 build_vendor = @build_vendor@
134 builddir = @builddir@
135 datadir = @datadir@
136 datarootdir = @datarootdir@
137 docdir = @docdir@
138 dvidir = @dvidir@
139 exec_prefix = @exec_prefix@
140 host_alias = @host_alias@
141 htmldir = @htmldir@
142 includedir = @includedir@
143 infodir = @infodir@
144 install_sh = @install_sh@
145 libdir = @libdir@
146 libexecdir = @libexecdir@
147 localedir = @localedir@
148 localstatedir = @localstatedir@
149 mandir = @mandir@
150 mkdir_p = @mkdir_p@
151 oldincludedir = @oldincludedir@
152 pdfdir = @pdfdir@
153 pkgvdatadir = @pkgvdatadir@
154 prefix = @prefix@
155 program_transform_name = @program_transform_name@
156 psdir = @psdir@
157 sbindir = @sbindir@
158 sharedstatedir = @sharedstatedir@
159 srcdir = @srcdir@
160 sysconfdir = @sysconfdir@
161 target_alias = @target_alias@
162 top_builddir = @top_builddir@
163 top_srcdir = @top_srcdir@
164 SUBDIRS = . doc m4 lib tests
165 bin_SCRIPTS = automake aclocal
166 CLEANFILES = $(bin_SCRIPTS)
167 AUTOMAKESOURCES = automake.in aclocal.in
168 TAGS_FILES = $(AUTOMAKESOURCES)
169 EXTRA_DIST = \
170   ChangeLog.96 \
171   ChangeLog.98 \
172   ChangeLog.00 \
173   ChangeLog.01 \
174   ChangeLog.02 \
175   ChangeLog.03 \
176   ChangeLog.04 \
177   $(AUTOMAKESOURCES)
178
179 do_subst = sed \
180   -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
181   -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
182   -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \
183   -e 's,[@]PERL[@],$(PERL),g' \
184   -e 's,[@]SHELL[@],$(SHELL),g' \
185   -e 's,[@]VERSION[@],$(VERSION),g' \
186   -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \
187   -e 's,[@]datadir[@],$(datadir),g'
188
189 WGET = wget
190 WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~
191 FETCHFILES = \
192 INSTALL \
193 config-ml.in \
194 config.guess \
195 config.sub \
196 symlink-tree \
197 texinfo.tex
198
199 all: all-recursive
200
201 .SUFFIXES:
202 am--refresh:
203         @:
204 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
205         @for dep in $?; do \
206           case '$(am__configure_deps)' in \
207             *$$dep*) \
208               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
209               cd $(srcdir) && $(AUTOMAKE) --gnu  \
210                 && exit 0; \
211               exit 1;; \
212           esac; \
213         done; \
214         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
215         cd $(top_srcdir) && \
216           $(AUTOMAKE) --gnu  Makefile
217 .PRECIOUS: Makefile
218 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219         @case '$?' in \
220           *config.status*) \
221             echo ' $(SHELL) ./config.status'; \
222             $(SHELL) ./config.status;; \
223           *) \
224             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
225             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
226         esac;
227
228 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
229         $(SHELL) ./config.status --recheck
230
231 $(top_srcdir)/configure:  $(am__configure_deps)
232         cd $(srcdir) && $(AUTOCONF)
233 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
234         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
235 install-binSCRIPTS: $(bin_SCRIPTS)
236         @$(NORMAL_INSTALL)
237         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
238         @list='$(bin_SCRIPTS)'; for p in $$list; do \
239           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
240           if test -f $$d$$p; then \
241             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
242             echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
243             $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
244           else :; fi; \
245         done
246
247 uninstall-binSCRIPTS:
248         @$(NORMAL_UNINSTALL)
249         @list='$(bin_SCRIPTS)'; for p in $$list; do \
250           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
251           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
252           rm -f "$(DESTDIR)$(bindir)/$$f"; \
253         done
254
255 # This directory's subdirectories are mostly independent; you can cd
256 # into them and run `make' without going through this Makefile.
257 # To change the values of `make' variables: instead of editing Makefiles,
258 # (1) if the variable is set in `config.status', edit `config.status'
259 #     (which will cause the Makefiles to be regenerated when you run `make');
260 # (2) otherwise, pass the desired values on the `make' command line.
261 $(RECURSIVE_TARGETS):
262         @failcom='exit 1'; \
263         for f in x $$MAKEFLAGS; do \
264           case $$f in \
265             *=* | --[!k]*);; \
266             *k*) failcom='fail=yes';; \
267           esac; \
268         done; \
269         dot_seen=no; \
270         target=`echo $@ | sed s/-recursive//`; \
271         list='$(SUBDIRS)'; for subdir in $$list; do \
272           echo "Making $$target in $$subdir"; \
273           if test "$$subdir" = "."; then \
274             dot_seen=yes; \
275             local_target="$$target-am"; \
276           else \
277             local_target="$$target"; \
278           fi; \
279           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280           || eval $$failcom; \
281         done; \
282         if test "$$dot_seen" = "no"; then \
283           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284         fi; test -z "$$fail"
285
286 $(RECURSIVE_CLEAN_TARGETS):
287         @failcom='exit 1'; \
288         for f in x $$MAKEFLAGS; do \
289           case $$f in \
290             *=* | --[!k]*);; \
291             *k*) failcom='fail=yes';; \
292           esac; \
293         done; \
294         dot_seen=no; \
295         case "$@" in \
296           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
297           *) list='$(SUBDIRS)' ;; \
298         esac; \
299         rev=''; for subdir in $$list; do \
300           if test "$$subdir" = "."; then :; else \
301             rev="$$subdir $$rev"; \
302           fi; \
303         done; \
304         rev="$$rev ."; \
305         target=`echo $@ | sed s/-recursive//`; \
306         for subdir in $$rev; do \
307           echo "Making $$target in $$subdir"; \
308           if test "$$subdir" = "."; then \
309             local_target="$$target-am"; \
310           else \
311             local_target="$$target"; \
312           fi; \
313           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314           || eval $$failcom; \
315         done && test -z "$$fail"
316 tags-recursive:
317         list='$(SUBDIRS)'; for subdir in $$list; do \
318           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
319         done
320 ctags-recursive:
321         list='$(SUBDIRS)'; for subdir in $$list; do \
322           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
323         done
324
325 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
326         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
327         unique=`for i in $$list; do \
328             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329           done | \
330           $(AWK) '    { files[$$0] = 1; } \
331                END { for (i in files) print i; }'`; \
332         mkid -fID $$unique
333 tags: TAGS
334
335 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
336                 $(TAGS_FILES) $(LISP)
337         tags=; \
338         here=`pwd`; \
339         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
340           include_option=--etags-include; \
341           empty_fix=.; \
342         else \
343           include_option=--include; \
344           empty_fix=; \
345         fi; \
346         list='$(SUBDIRS)'; for subdir in $$list; do \
347           if test "$$subdir" = .; then :; else \
348             test ! -f $$subdir/TAGS || \
349               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
350           fi; \
351         done; \
352         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
353         unique=`for i in $$list; do \
354             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355           done | \
356           $(AWK) '    { files[$$0] = 1; } \
357                END { for (i in files) print i; }'`; \
358         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
359           test -n "$$unique" || unique=$$empty_fix; \
360           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361             $$tags $$unique; \
362         fi
363 ctags: CTAGS
364 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365                 $(TAGS_FILES) $(LISP)
366         tags=; \
367         here=`pwd`; \
368         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369         unique=`for i in $$list; do \
370             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371           done | \
372           $(AWK) '    { files[$$0] = 1; } \
373                END { for (i in files) print i; }'`; \
374         test -z "$(CTAGS_ARGS)$$tags$$unique" \
375           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376              $$tags $$unique
377
378 GTAGS:
379         here=`$(am__cd) $(top_builddir) && pwd` \
380           && cd $(top_srcdir) \
381           && gtags -i $(GTAGS_ARGS) $$here
382
383 distclean-tags:
384         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
386 distdir: $(DISTFILES)
387         $(am__remove_distdir)
388         test -d $(distdir) || mkdir $(distdir)
389         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391         list='$(DISTFILES)'; \
392           dist_files=`for file in $$list; do echo $$file; done | \
393           sed -e "s|^$$srcdirstrip/||;t" \
394               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395         case $$dist_files in \
396           */*) $(mkdir_p) `echo "$$dist_files" | \
397                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398                            sort -u` ;; \
399         esac; \
400         for file in $$dist_files; do \
401           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402           if test -d $$d/$$file; then \
403             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
406             fi; \
407             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
408           else \
409             test -f $(distdir)/$$file \
410             || cp -p $$d/$$file $(distdir)/$$file \
411             || exit 1; \
412           fi; \
413         done
414         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
415           if test "$$subdir" = .; then :; else \
416             test -d "$(distdir)/$$subdir" \
417             || $(mkdir_p) "$(distdir)/$$subdir" \
418             || exit 1; \
419             distdir=`$(am__cd) $(distdir) && pwd`; \
420             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
421             (cd $$subdir && \
422               $(MAKE) $(AM_MAKEFLAGS) \
423                 top_distdir="$$top_distdir" \
424                 distdir="$$distdir/$$subdir" \
425                 am__remove_distdir=: \
426                 distdir) \
427               || exit 1; \
428           fi; \
429         done
430         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
431           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
432           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
433           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
434         || chmod -R a+r $(distdir)
435         @if find $(distdir) -type f -print | \
436           grep '^...................................................................................................' 1>&2; then \
437           echo 'error: the above filenames are too long' 1>&2; \
438           exit 1; \
439         else :; fi
440 dist-gzip: distdir
441         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
442         $(am__remove_distdir)
443 dist-bzip2: distdir
444         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
445         $(am__remove_distdir)
446
447 dist-tarZ: distdir
448         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
449         $(am__remove_distdir)
450
451 dist-shar: distdir
452         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
453         $(am__remove_distdir)
454
455 dist-zip: distdir
456         -rm -f $(distdir).zip
457         zip -rq $(distdir).zip $(distdir)
458         $(am__remove_distdir)
459
460 dist dist-all: distdir
461         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
462         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
463         $(am__remove_distdir)
464
465 # This target untars the dist file and tries a VPATH configuration.  Then
466 # it guarantees that the distribution is self-contained by making another
467 # tarfile.
468 distcheck: dist
469         case '$(DIST_ARCHIVES)' in \
470         *.tar.gz*) \
471           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
472         *.tar.bz2*) \
473           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
474         *.tar.Z*) \
475           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
476         *.shar.gz*) \
477           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
478         *.zip*) \
479           unzip $(distdir).zip ;;\
480         esac
481         chmod -R a-w $(distdir); chmod a+w $(distdir)
482         mkdir $(distdir)/_build
483         mkdir $(distdir)/_inst
484         chmod a-w $(distdir)
485         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
486           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
487           && cd $(distdir)/_build \
488           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
489             $(DISTCHECK_CONFIGURE_FLAGS) \
490           && $(MAKE) $(AM_MAKEFLAGS) \
491           && $(MAKE) $(AM_MAKEFLAGS) dvi \
492           && $(MAKE) $(AM_MAKEFLAGS) check \
493           && $(MAKE) $(AM_MAKEFLAGS) install \
494           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
495           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
496           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
497                 distuninstallcheck \
498           && chmod -R a-w "$$dc_install_base" \
499           && ({ \
500                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
501                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
502                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
503                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
504                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
505               } || { rm -rf "$$dc_destdir"; exit 1; }) \
506           && rm -rf "$$dc_destdir" \
507           && $(MAKE) $(AM_MAKEFLAGS) dist \
508           && rm -rf $(DIST_ARCHIVES) \
509           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
510         $(am__remove_distdir)
511         @(echo "$(distdir) archives ready for distribution: "; \
512           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
513           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
514 distuninstallcheck:
515         @cd $(distuninstallcheck_dir) \
516         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
517            || { echo "ERROR: files left after uninstall:" ; \
518                 if test -n "$(DESTDIR)"; then \
519                   echo "  (check DESTDIR support)"; \
520                 fi ; \
521                 $(distuninstallcheck_listfiles) ; \
522                 exit 1; } >&2
523 distcleancheck: distclean
524         @if test '$(srcdir)' = . ; then \
525           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
526           exit 1 ; \
527         fi
528         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
529           || { echo "ERROR: files left in build directory after distclean:" ; \
530                $(distcleancheck_listfiles) ; \
531                exit 1; } >&2
532 check-am: all-am
533 check: check-recursive
534 all-am: Makefile $(SCRIPTS)
535 installdirs: installdirs-recursive
536 installdirs-am:
537         for dir in "$(DESTDIR)$(bindir)"; do \
538           test -z "$$dir" || $(mkdir_p) "$$dir"; \
539         done
540 install: install-recursive
541 install-exec: install-exec-recursive
542 install-data: install-data-recursive
543 uninstall: uninstall-recursive
544
545 install-am: all-am
546         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548 installcheck: installcheck-recursive
549 install-strip:
550         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552           `test -z '$(STRIP)' || \
553             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
554 mostlyclean-generic:
555
556 clean-generic:
557         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
558
559 distclean-generic:
560         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
561
562 maintainer-clean-generic:
563         @echo "This command is intended for maintainers to use"
564         @echo "it deletes files that may require special tools to rebuild."
565 clean: clean-recursive
566
567 clean-am: clean-generic mostlyclean-am
568
569 distclean: distclean-recursive
570         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
571         -rm -f Makefile
572 distclean-am: clean-am distclean-generic distclean-tags
573
574 dvi: dvi-recursive
575
576 dvi-am:
577
578 html: html-recursive
579
580 info: info-recursive
581
582 info-am:
583
584 install-data-am:
585
586 install-dvi: install-dvi-recursive
587
588 install-exec-am: install-binSCRIPTS
589         @$(NORMAL_INSTALL)
590         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
591
592 install-html: install-html-recursive
593
594 install-info: install-info-recursive
595
596 install-man:
597
598 install-pdf: install-pdf-recursive
599
600 install-ps: install-ps-recursive
601
602 installcheck-am:
603
604 maintainer-clean: maintainer-clean-recursive
605         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
606         -rm -rf $(top_srcdir)/autom4te.cache
607         -rm -f Makefile
608 maintainer-clean-am: distclean-am maintainer-clean-generic
609
610 mostlyclean: mostlyclean-recursive
611
612 mostlyclean-am: mostlyclean-generic
613
614 pdf: pdf-recursive
615
616 pdf-am:
617
618 ps: ps-recursive
619
620 ps-am:
621
622 uninstall-am: uninstall-binSCRIPTS
623         @$(NORMAL_INSTALL)
624         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
625
626 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
627         install-exec-am install-strip uninstall-am
628
629 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
630         all all-am am--refresh check check-am clean clean-generic \
631         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
632         dist-shar dist-tarZ dist-zip distcheck distclean \
633         distclean-generic distclean-tags distcleancheck distdir \
634         distuninstallcheck dvi dvi-am html html-am info info-am \
635         install install-am install-binSCRIPTS install-data \
636         install-data-am install-dvi install-dvi-am install-exec \
637         install-exec-am install-exec-hook install-html install-html-am \
638         install-info install-info-am install-man install-pdf \
639         install-pdf-am install-ps install-ps-am install-strip \
640         installcheck installcheck-am installdirs installdirs-am \
641         maintainer-clean maintainer-clean-generic mostlyclean \
642         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
643         uninstall uninstall-am uninstall-binSCRIPTS uninstall-hook
644
645
646 install-exec-hook:
647         @$(POST_INSTALL)
648         @for p in $(bin_SCRIPTS); do \
649           f="`echo $$p|sed '$(transform)'`"; \
650           fv="$$f-$(APIVERSION)"; \
651           rm -f $(DESTDIR)$(bindir)/$$fv; \
652           echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
653           $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
654         done
655
656 uninstall-hook:
657         @for p in $(bin_SCRIPTS); do \
658           f="`echo $$p|sed '$(transform)'`"; \
659           fv="$$f-$(APIVERSION)"; \
660           rm -f $(DESTDIR)$(bindir)/$$fv; \
661         done
662
663 automake: automake.in
664 aclocal: aclocal.in
665 automake aclocal: Makefile
666         rm -f $@ $@.tmp
667         $(do_subst) $(srcdir)/$@.in >$@.tmp
668         chmod +x $@.tmp
669         chmod a-w $@.tmp
670         mv -f $@.tmp $@
671
672 INSTALL: lib/INSTALL
673         cp $(srcdir)/lib/INSTALL $@
674
675 ################################################################
676
677 # Some simple checks, and then ordinary check.  These are only really
678 # guaranteed to work on my machine.
679 maintainer-check: automake aclocal
680         @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 22; then \
681           echo "found too many diffs between automake.in and automake"; 1>&2; \
682           diff -c $(srcdir)/automake.in automake; \
683           exit 1; \
684         fi
685         perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w automake
686         perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w aclocal
687         @if grep -F '$${' $(srcdir)/lib/am/[a-z]*.am | \
688                grep -F -v '$$$$'; then \
689           echo "Found too many uses of '\$${' in the lines above." 1>&2; \
690           exit 1;                               \
691         else :; fi
692         @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
693             grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
694           echo "Suspicious 'rm' invocation." 1>&2; \
695           exit 1;                               \
696         else :; fi
697         @if grep 'for .* in \$$(' $(srcdir)/lib/am/[a-z]*.am; then \
698           echo 'Use "list=$$(mumble); for var in $$$$list".' 1>&2 ; \
699           exit 1; \
700         else :; fi
701         @if grep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \
702               grep -F -v '$$(mkinstalldirs)'; then \
703           echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
704           exit 1; \
705         else :; fi
706         @if grep -E -n '\((PRE|NORMAL|POST)_(|UN)INSTALL\)' \
707                  $(srcdir)/lib/am/[a-z]*.am | \
708               grep -v ':##' | grep -v ':        @\$$('; then \
709           echo "Found incorrect use of PRE/NORMAL/POST_INSTALL/UNINSTALL in the lines above" 1>&2; \
710           exit 1; \
711         else :; fi
712         @if grep -n -w 'undef ' $(srcdir)/automake.in | \
713               grep -F -v 'undef $$/'; then \
714           echo "Found undef in automake.in; use delete instead" 1>&2; \
715           exit 1; \
716         fi
717         @if grep -n 'split (/ /' $(srcdir)/automake.in; then \
718           echo "Found bad split in the lines above." 1>&2; \
719           exit 1; \
720         fi
721         @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \
722               $(srcdir)/lib/am/*.am; then \
723           echo "Consider using $$$$(am__cd) in the line above." 1>&2; \
724           exit 1; \
725         fi
726         @if grep -Hn '[^@_A-Za-z0-9][_A-Za-z0-9]*[^) ] *= *@_' $(srcdir)/automake.in; then \
727           echo "Using @_ in a scalar context in the lines above." 1>&2; \
728           exit 1; \
729         fi
730         @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \
731           echo "Don't use \`local' with parens: use several \`local' above." >&2; \
732           exit 1; \
733         fi
734         @if grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \
735                 grep '^[ \t]*local [^*]'; then \
736           echo "Please avoid \`local'." 1>&2; \
737           exit 1; \
738         fi
739         @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \
740           echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
741           exit 1; \
742         fi
743         @if grep '^[^#].*(MAKE) ' $(srcdir)/lib/am/*.am $(srcdir)/automake.in |\
744                 grep -v 'AM_MAKEFLAGS'; then \
745           echo 'Use $$(MAKE) $$(AM_MAKEFLAGS).' 1>&2; \
746           exit 1; \
747         fi
748         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*make'; then \
749           echo 'Do not run "make" in the above tests.  Use "$$MAKE" instead.' 1>&2; \
750           exit 1; \
751         fi
752         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoconf'; then \
753           echo 'Do not run "autoconf" in the above tests.  Use "$$AUTOCONF" instead.' 1>&2; \
754           exit 1; \
755         fi
756         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoupdate'; then \
757           echo 'Do not run "autoupdate" in the above tests.  Use "$$AUTOUPDATE" instead.' 1>&2; \
758           exit 1; \
759         fi
760         @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[   ]*automake([^:]|$$)'; then \
761           echo 'Do not run "automake" in the above tests.  Use "$$AUTOMAKE" instead.' 1>&2;  \
762           exit 1; \
763         fi
764         @if grep -v '^#' $(srcdir)/tests/*.test | grep '\$$AUTOMAKE.*&&.*exit'; then \
765           echo 'Use AUTOMAKE_fails + grep to catch automake failures in the above tests.' 1>&2;  \
766           exit 1; \
767         fi
768         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*aclocal'; then \
769           echo 'Do not run "aclocal" in the above tests.  Use "$$ACLOCAL" instead.' 1>&2;  \
770           exit 1; \
771         fi
772         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*perl'; then \
773           echo 'Do not run "perl" in the above tests.  Use "$$PERL" instead.' 1>&2; \
774           exit 1; \
775         fi
776         @for file in $(srcdir)/tests/*.test; do \
777           if out=`sed -n '/defs/,$${/required=/p;}' $$file`; test -n "$$out"; then \
778             echo 'Do not set "required" after sourcing "defs" in '"$$file: $$out" 1>&2; \
779             exit 1; \
780           fi; \
781         done
782         @if grep -E '\$$MAKE .*(SHELL=.*=|=.*SHELL=)' $(srcdir)/tests/*.test; then \
783           echo 'Rewrite "$$MAKE foo=bar SHELL=$$SHELL" as "foo=bar $$MAKE -e SHELL=$$SHELL"' 1>&2; \
784           echo ' in the above lines, it is more portable.' 1>&2; \
785           exit 1; \
786         fi
787         @if grep -v SHELL $(srcdir)/tests/*.test | grep '\$$MAKE .*=' ; then \
788           echo 'Rewrite "$$MAKE foo=bar" as "foo=bar $$MAKE -e" in the above lines,' 1>&2; \
789           echo 'it is more portable.' 1>&2; \
790           exit 1; \
791         fi
792         @if grep 'SHELL=.*\$$MAKE' $(srcdir)/tests/*.test; then \
793           echo '$$MAKE ignores the SHELL envvar, use "$$MAKE SHELL=$$SHELL" in' 1>&2; \
794           echo 'the above lines.' 1>&2; \
795           exit 1; \
796         fi
797         @if grep -E '\bsleep +[12345]\b' $(srcdir)/tests/*.test; then \
798           echo 'Do not use "sleep x" in the above tests.  Use "$$sleep" instead.' 1>&2; \
799           exit 1; \
800         fi
801         @if grep -E '\b[ef]grep\b' $(srcdir)/tests/*.test ; then \
802           echo 'Do not use egrep or fgrep in test cases.  Use $$FGREP or $$EGREP.' 1>&2; \
803           exit 1; \
804         fi
805         @if grep -E '\b[ef]grep\b' $(srcdir)/lib/am/*.am $(srcdir)/m4/*.m4; then \
806           echo 'Do not use egrep or fgrep in the above files, they are not portable.' 1>&2; \
807           exit 1; \
808         fi
809         @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' aclocal | wc -l` -ne 0; then \
810           echo "Unresolved @...@ substitution in aclocal" 1>&2; \
811           exit 1; \
812         fi
813         @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' automake | wc -l` -ne 0; then \
814           echo "Unresolved @...@ substitution in automake" 1>&2; \
815           exit 1; \
816         fi; \
817         if grep -E "[^\'\"]\\\$$\(DESTDIR" $(srcdir)/lib/am/*.am; then \
818           echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
819           exit 1; \
820         fi
821         @if grep '      ' $(srcdir)/doc/automake.texi; then \
822           echo 'Do not use tabs in the manual.' 1>&2; \
823           exit 1; \
824         fi
825         @if grep -E '([^@]|^)@([         ]|$$)' $(srcdir)/doc/automake.texi; \
826         then \
827           echo 'Unescaped @.' 1>&2; \
828           exit 1; \
829         fi
830
831 cvs-dist: maintainer-check
832         @if (clcommit --version)>/dev/null 2>/dev/null; then :; else \
833           echo "Get clcommit from module cvs-utils on Savannah."; \
834           exit 1; \
835         fi
836         @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
837           echo "NEWS not updated; not releasing" 1>&2; \
838           exit 1;                               \
839         fi
840         $(MAKE) distcheck
841         cd $(srcdir) && clcommit && \
842           cvs -q tag -c `echo "Release-$(VERSION)" | sed 's/\./-/g'`
843
844 cvs-release: cvs-dist
845         case $(VERSION) in \
846           *[a-z]) dest=alpha;; \
847           *)      dest=ftp;; \
848         esac; \
849         $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
850           --to sources.redhat.com:~ftp/pub/automake \
851           --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
852
853 cvs-diff:
854         thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
855         if test -z "$$OLDVERSION"; then \
856           prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
857         else prevno="$$OLDVERSION"; fi; \
858         prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
859         cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
860             > $(PACKAGE)-$$prevno-$(VERSION).diff
861
862 path-check: distdir
863         (cd $(distdir) && \
864           find . -print | xargs pathchk -p); \
865           status=$$?; \
866           chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir); \
867           exit $$status
868
869 fetch:
870         rm -rf Fetchdir > /dev/null 2>&1
871         mkdir Fetchdir
872         (cd Fetchdir && \
873         $(WGETSGO)/config/config/config.guess; \
874         $(WGETSGO)/config/config/config.sub; \
875         $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; \
876         $(WGETSGO)/autoconf/autoconf/INSTALL; \
877         $(WGETSGO)/gcc/gcc/config-ml.in; \
878         $(WGETSGO)/gcc/gcc/symlink-tree)
879         @stat=0; for file in $(FETCHFILES); do \
880           if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \
881                   >>Fetchdir/update.patch 2>/dev/null; then :; \
882           else \
883             stat=1; \
884             echo "Updating $(srcdir)/lib/$$file..."; \
885             cp Fetchdir/$$file $(srcdir)/lib/$$file; \
886           fi; \
887         done; \
888         test $$stat = 0 || \
889           echo "See Fetchdir/update.patch for a log of the changes."; \
890         exit $$stat
891 # Tell versions [3.59,3.63) of GNU make to not export all variables.
892 # Otherwise a system limit (for SysV at least) may be exceeded.
893 .NOEXPORT: