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