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