* Makefile.am (fetch): Don't fetch ansi2knr.
[platform/upstream/automake.git] / Makefile.in
1 # Makefile.in generated by automake 1.5c 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60
61 EXEEXT = @EXEEXT@
62 OBJEXT = @OBJEXT@
63 PATH_SEPARATOR = @PATH_SEPARATOR@
64 AMTAR = @AMTAR@
65 APIVERSION = @APIVERSION@
66 AWK = @AWK@
67 DEPDIR = @DEPDIR@
68 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69 PACKAGE = @PACKAGE@
70 PERL = @PERL@
71 VERSION = @VERSION@
72 am__include = @am__include@
73 am__quote = @am__quote@
74 install_sh = @install_sh@
75 pkgvdatadir = @pkgvdatadir@
76
77 SUBDIRS = . m4 lib tests
78
79 bin_SCRIPTS = automake aclocal
80 info_TEXINFOS = automake.texi
81
82 TAGS_FILES = automake.in aclocal.in
83
84 # The following requires a fixed version of the Emacs 19.30 etags.
85 ETAGS_ARGS = --lang=none \
86  --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi
87
88 TAGS_DEPENDENCIES = automake.texi
89
90 EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000
91
92 WGET = wget
93
94 FETCHFILES = config.guess config.sub ansi2knr.c
95 subdir = .
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
98 CONFIG_CLEAN_FILES = automake aclocal
99 SCRIPTS = $(bin_SCRIPTS)
100
101 DIST_SOURCES =
102 TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
103 INFO_DEPS = automake.info
104 DVIS = automake.dvi
105 TEXINFOS = automake.texi
106
107 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
108         uninstall-info-recursive all-recursive install-data-recursive \
109         install-exec-recursive installdirs-recursive install-recursive \
110         uninstall-recursive check-recursive installcheck-recursive
111 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
112         Makefile.in NEWS THANKS TODO aclocal.in aclocal.m4 automake.in \
113         configure configure.in install-sh mdate-sh missing \
114         mkinstalldirs stamp-vti version.texi
115 DIST_SUBDIRS = $(SUBDIRS)
116 all: all-recursive
117
118 .SUFFIXES:
119 .SUFFIXES: .dvi .info .ps .texi
120 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
121         cd $(top_srcdir) && \
122           $(AUTOMAKE) --gnu  Makefile
123 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
124         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
125
126 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
127         $(SHELL) ./config.status --recheck
128 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
129         cd $(srcdir) && $(AUTOCONF)
130
131 $(ACLOCAL_M4):  configure.in 
132         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
133 automake: $(top_builddir)/config.status automake.in
134         cd $(top_builddir) && $(SHELL) ./config.status $@
135 aclocal: $(top_builddir)/config.status aclocal.in
136         cd $(top_builddir) && $(SHELL) ./config.status $@
137 install-binSCRIPTS: $(bin_SCRIPTS)
138         @$(NORMAL_INSTALL)
139         $(mkinstalldirs) $(DESTDIR)$(bindir)
140         @list='$(bin_SCRIPTS)'; for p in $$list; do \
141           f="`echo $$p|sed '$(transform)'`"; \
142           if test -f $$p; then \
143             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
144             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
145           elif test -f $(srcdir)/$$p; then \
146             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
147             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
148           else :; fi; \
149         done
150
151 uninstall-binSCRIPTS:
152         @$(NORMAL_UNINSTALL)
153         @list='$(bin_SCRIPTS)'; for p in $$list; do \
154           f="`echo $$p|sed '$(transform)'`"; \
155           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
156           rm -f $(DESTDIR)$(bindir)/$$f; \
157         done
158
159 $(srcdir)/version.texi:  $(srcdir)/stamp-vti
160         @:
161 $(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in
162         @(set `$(SHELL) $(top_srcdir)/lib/mdate-sh $(srcdir)/automake.texi`; \
163         echo "@set UPDATED $$1 $$2 $$3"; \
164         echo "@set UPDATED-MONTH $$2 $$3"; \
165         echo "@set EDITION $(VERSION)"; \
166         echo "@set VERSION $(VERSION)") > vti.tmp
167         @cmp -s vti.tmp $(srcdir)/version.texi \
168           || (echo "Updating $(srcdir)/version.texi"; \
169               cp vti.tmp $(srcdir)/version.texi)
170         -@rm -f vti.tmp
171         @cp $(srcdir)/version.texi $@
172
173 mostlyclean-vti:
174         -rm -f vti.tmp
175
176 maintainer-clean-vti:
177         -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
178
179 automake.info: automake.texi $(srcdir)/version.texi
180 automake.dvi: automake.texi $(srcdir)/version.texi
181
182 .texi.info:
183         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
184         cd $(srcdir) \
185           && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
186                `echo $< | sed 's,.*/,,'`
187
188 .texi.dvi:
189         TEXINPUTS="$(top_srcdir)/lib$(PATH_SEPARATOR)$$TEXINPUTS" \
190         MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
191         $(TEXI2DVI) $<
192
193 .texi:
194         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
195         cd $(srcdir) \
196           && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
197                `echo $< | sed 's,.*/,,'`
198
199 MAKEINFO = @MAKEINFO@
200 TEXI2DVI = texi2dvi
201 DVIPS = dvips
202 .dvi.ps:
203         $(DVIPS) $< -o $@
204
205 uninstall-info-am:
206         $(PRE_UNINSTALL)
207         @if (install-info --version && \
208              install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
209           list='$(INFO_DEPS)'; \
210           for file in $$list; do \
211             echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
212             install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
213           done; \
214         else :; fi
215         @$(NORMAL_UNINSTALL)
216         @list='$(INFO_DEPS)'; \
217         for file in $$list; do \
218           (if cd $(DESTDIR)$(infodir); then \
219              echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
220              rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
221            else :; fi); \
222         done
223
224 dist-info: $(INFO_DEPS)
225         list='$(INFO_DEPS)'; \
226         for base in $$list; do \
227           d=$(srcdir); \
228           for file in $$d/$$base*; do \
229             relfile=`expr "$$file" : "$$d/\(.*\)"`; \
230             test -f $(distdir)/$$relfile || \
231               cp -p $$file $(distdir)/$$relfile; \
232           done; \
233         done
234
235 mostlyclean-aminfo:
236         -rm -f automake.aux automake.cm automake.cp automake.cps automake.cv \
237           automake.dvi automake.fn automake.ky automake.log automake.op \
238           automake.ov automake.pg automake.ps automake.toc automake.tp \
239           automake.tr automake.vr automake.vrs
240
241 maintainer-clean-aminfo:
242         cd $(srcdir) && \
243         for i in $(INFO_DEPS); do \
244           rm -f $$i; \
245           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
246             rm -f $$i-[0-9]*; \
247           fi; \
248         done
249
250 # This directory's subdirectories are mostly independent; you can cd
251 # into them and run `make' without going through this Makefile.
252 # To change the values of `make' variables: instead of editing Makefiles,
253 # (1) if the variable is set in `config.status', edit `config.status'
254 #     (which will cause the Makefiles to be regenerated when you run `make');
255 # (2) otherwise, pass the desired values on the `make' command line.
256 $(RECURSIVE_TARGETS):
257         @set fnord $(MAKEFLAGS); amf=$$2; \
258         dot_seen=no; \
259         target=`echo $@ | sed s/-recursive//`; \
260         list='$(SUBDIRS)'; for subdir in $$list; do \
261           echo "Making $$target in $$subdir"; \
262           if test "$$subdir" = "."; then \
263             dot_seen=yes; \
264             local_target="$$target-am"; \
265           else \
266             local_target="$$target"; \
267           fi; \
268           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
270         done; \
271         if test "$$dot_seen" = "no"; then \
272           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273         fi; test -z "$$fail"
274
275 mostlyclean-recursive clean-recursive distclean-recursive \
276 maintainer-clean-recursive:
277         @set fnord $(MAKEFLAGS); amf=$$2; \
278         dot_seen=no; \
279         case "$@" in \
280           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
281           *) list='$(SUBDIRS)' ;; \
282         esac; \
283         rev=''; for subdir in $$list; do \
284           if test "$$subdir" = "."; then :; else \
285             rev="$$subdir $$rev"; \
286           fi; \
287         done; \
288         rev="$$rev ."; \
289         target=`echo $@ | sed s/-recursive//`; \
290         for subdir in $$rev; do \
291           echo "Making $$target in $$subdir"; \
292           if test "$$subdir" = "."; then \
293             local_target="$$target-am"; \
294           else \
295             local_target="$$target"; \
296           fi; \
297           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
299         done && test -z "$$fail"
300 tags-recursive:
301         list='$(SUBDIRS)'; for subdir in $$list; do \
302           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
303         done
304
305 ETAGS = etags
306 ETAGSFLAGS =
307
308 tags: TAGS
309
310 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
311         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
312         unique=`for i in $$list; do \
313             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314           done | \
315           $(AWK) '    { files[$$0] = 1; } \
316                END { for (i in files) print i; }'`; \
317         mkid -fID $$unique
318
319 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
320                 $(TAGS_FILES) $(LISP)
321         tags=; \
322         here=`pwd`; \
323         list='$(SUBDIRS)'; for subdir in $$list; do \
324           if test "$$subdir" = .; then :; else \
325             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
326           fi; \
327         done; \
328         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329         unique=`for i in $$list; do \
330             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331           done | \
332           $(AWK) '    { files[$$0] = 1; } \
333                END { for (i in files) print i; }'`; \
334         test -z "$(ETAGS_ARGS)$$tags$$unique" \
335           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336              $$tags $$unique
337
338 GTAGS:
339         here=`$(am__cd) $(top_builddir) && pwd` \
340           && cd $(top_srcdir) \
341           && gtags -i $(GTAGS_ARGS) $$here
342
343 distclean-tags:
344         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
345 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
346
347 top_distdir = .
348 distdir = $(PACKAGE)-$(VERSION)
349
350 am__remove_distdir = \
351   { test ! -d $(distdir) \
352     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
353          && rm -fr $(distdir); }; }
354
355 GZIP_ENV = --best
356 distcleancheck_listfiles = find . -type f -print
357
358 distdir: $(DISTFILES)
359         $(am__remove_distdir)
360         mkdir $(distdir)
361         $(mkinstalldirs) $(distdir)/. $(distdir)/m4
362         @for file in $(DISTFILES); do \
363           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
365           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
366             dir="/$$dir"; \
367             $(mkinstalldirs) "$(distdir)$$dir"; \
368           else \
369             dir=''; \
370           fi; \
371           if test -d $$d/$$file; then \
372             cp -pR $$d/$$file $(distdir)$$dir \
373             || exit 1; \
374           else \
375             test -f $(distdir)/$$file \
376             || cp -p $$d/$$file $(distdir)/$$file \
377             || exit 1; \
378           fi; \
379         done
380         list='$(SUBDIRS)'; for subdir in $$list; do \
381           if test "$$subdir" = .; then :; else \
382             test -d $(distdir)/$$subdir \
383             || mkdir $(distdir)/$$subdir \
384             || exit 1; \
385             (cd $$subdir && \
386               $(MAKE) $(AM_MAKEFLAGS) \
387                 top_distdir="$(top_distdir)" \
388                 distdir=../$(distdir)/$$subdir \
389                 distdir) \
390               || exit 1; \
391           fi; \
392         done
393         $(MAKE) $(AM_MAKEFLAGS) \
394           top_distdir="${top_distdir}" distdir="$(distdir)" \
395           dist-info
396         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
397           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
398           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
399           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
400         || chmod -R a+r $(distdir)
401 dist-gzip: distdir
402         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
403         $(am__remove_distdir)
404
405 dist-bzip2: distdir
406         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
407         $(am__remove_distdir)
408
409 dist dist-all: distdir
410         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
411         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
412         $(am__remove_distdir)
413
414 # This target untars the dist file and tries a VPATH configuration.  Then
415 # it guarantees that the distribution is self-contained by making another
416 # tarfile.
417 distcheck: dist
418         $(am__remove_distdir)
419         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
420         chmod -R a-w $(distdir); chmod a+w $(distdir)
421         mkdir $(distdir)/=build
422         mkdir $(distdir)/=inst
423         chmod a-w $(distdir)
424         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
425           && cd $(distdir)/=build \
426           && ../configure --srcdir=.. --prefix=$$dc_install_base \
427             $(DISTCHECK_CONFIGURE_FLAGS) \
428           && $(MAKE) $(AM_MAKEFLAGS) \
429           && $(MAKE) $(AM_MAKEFLAGS) dvi \
430           && $(MAKE) $(AM_MAKEFLAGS) check \
431           && $(MAKE) $(AM_MAKEFLAGS) install \
432           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
433           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
434           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
435               || { echo "ERROR: files left after uninstall:" ; \
436                    find $$dc_install_base -type f -print ; \
437                    exit 1; } >&2 ) \
438           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
439           && rm -f $(distdir).tar.gz \
440           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
441         $(am__remove_distdir)
442         @echo "$(distdir).tar.gz is ready for distribution" | \
443           sed 'h;s/./=/g;p;x;p;x'
444 distcleancheck: distclean
445         if test '$(srcdir)' = . ; then \
446           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
447           exit 1 ; \
448         fi
449         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
450           || { echo "ERROR: files left after distclean:" ; \
451                $(distcleancheck_listfiles) ; \
452                exit 1; } >&2
453 check-am: all-am
454 check: check-recursive
455 all-am: Makefile $(INFO_DEPS) $(SCRIPTS)
456 installdirs: installdirs-recursive
457 installdirs-am:
458         $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(infodir)
459
460 install: install-recursive
461 install-exec: install-exec-recursive
462 install-data: install-data-recursive
463 uninstall: uninstall-recursive
464
465 install-am: all-am
466         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
467
468 installcheck: installcheck-recursive
469 install-strip:
470         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471           INSTALL_STRIP_FLAG=-s \
472           `test -z '$(STRIP)' || \
473             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
474 mostlyclean-generic:
475
476 clean-generic:
477
478 distclean-generic:
479         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
480
481 maintainer-clean-generic:
482         @echo "This command is intended for maintainers to use"
483         @echo "it deletes files that may require special tools to rebuild."
484 clean: clean-recursive
485
486 clean-am: clean-generic mostlyclean-am
487
488 distclean: distclean-recursive
489         -rm -f config.status config.cache config.log
490 distclean-am: clean-am distclean-generic distclean-tags
491
492 dvi: dvi-recursive
493
494 dvi-am: $(DVIS)
495
496 info: info-recursive
497
498 info-am: $(INFO_DEPS)
499
500 install-data-am: install-info-am
501
502 install-exec-am: install-binSCRIPTS
503         @$(NORMAL_INSTALL)
504         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
505
506 install-info: install-info-recursive
507
508 install-info-am: $(INFO_DEPS)
509         @$(NORMAL_INSTALL)
510         $(mkinstalldirs) $(DESTDIR)$(infodir)
511         @list='$(INFO_DEPS)'; \
512         for file in $$list; do \
513           d=$(srcdir); \
514           for ifile in echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
515             if test -f $$ifile; then \
516               relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \
517               echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \
518               $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \
519             else : ; fi; \
520           done; \
521         done
522         @$(POST_INSTALL)
523         @if (install-info --version && \
524              install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
525           list='$(INFO_DEPS)'; \
526           for file in $$list; do \
527             echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
528             install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
529           done; \
530         else : ; fi
531 install-man:
532
533 installcheck-am:
534
535 maintainer-clean: maintainer-clean-recursive
536
537 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
538         maintainer-clean-generic maintainer-clean-vti
539
540 mostlyclean: mostlyclean-recursive
541
542 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
543
544 uninstall-am: uninstall-binSCRIPTS uninstall-info-am
545
546 uninstall-info: uninstall-info-recursive
547
548 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
549         clean-generic clean-recursive dist dist-all dist-bzip2 \
550         dist-gzip dist-info distcheck distclean distclean-generic \
551         distclean-recursive distclean-tags distcleancheck distdir dvi \
552         dvi-am dvi-recursive info info-am info-recursive install \
553         install-am install-binSCRIPTS install-data install-data-am \
554         install-data-recursive install-exec install-exec-am \
555         install-exec-recursive install-info install-info-am \
556         install-info-recursive install-man install-recursive \
557         install-strip installcheck installcheck-am installdirs \
558         installdirs-am installdirs-recursive maintainer-clean \
559         maintainer-clean-aminfo maintainer-clean-generic \
560         maintainer-clean-recursive maintainer-clean-vti mostlyclean \
561         mostlyclean-aminfo mostlyclean-generic mostlyclean-recursive \
562         mostlyclean-vti tags tags-recursive uninstall uninstall-am \
563         uninstall-binSCRIPTS uninstall-info-am uninstall-info-recursive \
564         uninstall-recursive
565
566
567 install-exec-hook:
568         @$(POST_INSTALL)
569         @for p in $(bin_SCRIPTS); do \
570           f="`echo $$p|sed '$(transform)'`"; \
571           fv="$$f-$(APIVERSION)"; \
572           rm -f $(DESTDIR)$(bindir)/$$fv; \
573           echo " ln $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
574           ln $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
575         done
576
577 ################################################################
578
579 # Some simple checks, and then ordinary check.  These are only really
580 # guaranteed to work on my machine.
581 maintainer-check: automake aclocal
582         @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 28; then \
583           echo "found too many diffs between automake.in and automake"; 1>&2; \
584           diff -c $(srcdir)/automake.in automake; \
585           exit 1; \
586         fi
587         perllibdir=$(srcdir)/lib $(PERL) -c -w automake
588         perllibdir=$(srcdir)/lib $(PERL) -c -w aclocal
589         @if fgrep '\$${' $(srcdir)/lib/am/[a-z]*.am | \
590                fgrep -v '$$$$'; then \
591           echo "Found too many uses of '\$${' in the lines above." 1>&2; \
592           exit 1;                               \
593         else :; fi
594         @if egrep '\<rm ([^-]|\-[^f ]*\>)' \
595                   $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
596               fgrep -v '##'; then \
597           echo "Suspicious 'rm' invocation." 1>&2; \
598           exit 1;                               \
599         else :; fi
600         @if fgrep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \
601               fgrep -v '$$(mkinstalldirs)'; then \
602           echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
603           exit 1; \
604         else :; fi
605         @if grep -n -w 'undef ' $(srcdir)/automake.in | \
606               fgrep -v 'undef $$/'; then \
607           echo "Found undef in automake.in; use delete instead" 1>&2; \
608           exit 1; \
609         fi
610         @if fgrep -n 'split (/ /' $(srcdir)/automake.in; then \
611           echo "Found bad split in the lines above." 1>&2; \
612           exit 1; \
613         fi
614         @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \
615               $(srcdir)/lib/am/*.am; then \
616           echo "Consider using $$$$(am__cd) in the line above." 1>&2; \
617           exit 1; \
618         fi
619         @if grep -Hn '[^) ] *= *@_' $(srcdir)/automake.in; then \
620           echo "Using @_ in a scalar context in the lines above." 1>&2; \
621           exit 1; \
622         fi
623         @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \
624           echo "Don't use \`local' with parens: use several \`local' above." >&2; \
625           exit 1; \
626         fi
627         @locals=`grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \
628                 grep -c '^[ \t]*local [^*]'`; \
629         case $$locals in \
630           [0] ) \
631             echo "Wow, congrats!  There are no \`local' now!." >&2; \
632             echo "Please update Makefile.am (maintainer-check)." >&2; \
633             exit 1; \
634           ;; \
635           1 ) ;; \
636           * ) \
637             echo "Too many \`local'!  Are you sure you need $$locals of them?" >&2; \
638             echo "Up to now 1 was enough." >&2; \
639             exit 1; \
640           ;; \
641         esac
642         @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \
643           echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
644           exit 1; \
645         fi
646
647 # Tag before making distribution.  Also, don't make a distribution if
648 # checks fail.  Also, make sure the NEWS file is up-to-date.
649 cvs-dist: maintainer-check distcheck
650         @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
651           echo "NEWS not updated; not releasing" 1>&2; \
652           exit 1;                               \
653         fi
654         cd $(srcdir) && cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
655         $(MAKE) dist
656
657 cvs-diff:
658         thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
659         if test -z "$$OLDVERSION"; then \
660           prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
661         else prevno="$$OLDVERSION"; fi; \
662         prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
663         cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
664             > $(PACKAGE)-$$prevno-$(VERSION).diff
665
666 path-check: distdir
667         (cd $(distdir) && \
668           find . -print | xargs pathchk -p); \
669           status=$$?; \
670           chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir); \
671           exit $$status
672
673 fetch:
674         rm -rf Fetchdir > /dev/null 2>&1
675         mkdir Fetchdir
676         (cd Fetchdir && \
677         $(WGET) ftp://ftp.gnu.org/gnu/config/config.guess; \
678         $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub)
679         @stat=0; for file in $(FETCHFILES); do \
680           if diff $(srcdir)/lib/$$file Fetchdir/$$file > /dev/null 2>&1; then :; \
681           else \
682             stat=1; \
683             echo "install Fetchdir/$$file into srcdir and commit"; \
684           fi; \
685         done; exit $$stat
686 # Tell versions [3.59,3.63) of GNU make to not export all variables.
687 # Otherwise a system limit (for SysV at least) may be exceeded.
688 .NOEXPORT: