* subdirs.am (RECURSIVE_TARGETS): New variable.
[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 = ansi2knr.am check.am clean-hdr.am clean.am compile.am \
87 configure.am data.am dejagnu.am depend.am depend2.am distdir.am \
88 footer.am header-vars.am header.am install.am java.am lex.am \
89 library.am libs.am libtool.am lisp.am ltlib.am ltlibrary.am \
90 mans-vars.am mans.am multilib.am program.am progs.am python.am \
91 remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am \
92 texinfos.am yacc.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
133 RECURSIVE_TARGETS = all-recursive install-data-recursive \
134         install-exec-recursive installdirs-recursive install-recursive \
135         uninstall-recursive install-info-recursive \
136         uninstall-info-recursive check-recursive installcheck-recursive \
137         info-recursive dvi-recursive
138 DIST_COMMON = README $(dist_pkgdata_DATA) $(dist_script_DATA) AUTHORS \
139 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README-alpha \
140 THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 ansi2knr.c automake.in \
141 compile config.guess config.sub configure configure.in depcomp \
142 elisp-comp install-sh mdate-sh missing mkinstalldirs py-compile \
143 stamp-vti texinfo.tex version.texi ylwrap
144
145 DIST_SUBDIRS = $(SUBDIRS)
146 all: all-recursive
147
148 .SUFFIXES:
149 .SUFFIXES: .dvi .info .ps .texi .texinfo .txi
150
151 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
152         cd $(top_srcdir) && \
153           $(AUTOMAKE) --gnits  Makefile
154
155 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
156         cd $(top_builddir) && \
157           CONFIG_HEADERS= CONFIG_LINKS= \
158           CONFIG_FILES=$@ $(SHELL) ./config.status
159 $(ACLOCAL_M4): configure.in 
160         cd $(srcdir) && $(ACLOCAL)
161
162 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163         $(SHELL) ./config.status --recheck
164 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
165         cd $(srcdir) && $(AUTOCONF)
166 automake: $(top_builddir)/config.status automake.in
167         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
168 aclocal: $(top_builddir)/config.status aclocal.in
169         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
170 install-binSCRIPTS: $(bin_SCRIPTS)
171         @$(NORMAL_INSTALL)
172         $(mkinstalldirs) $(DESTDIR)$(bindir)
173         @list='$(bin_SCRIPTS)'; for p in $$list; do \
174           f="`echo $$p|sed '$(transform)'`"; \
175           if test -f $$p; then \
176             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
177             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
178           elif test -f $(srcdir)/$$p; then \
179             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
180             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
181           else :; fi; \
182         done
183
184 uninstall-binSCRIPTS:
185         @$(NORMAL_UNINSTALL)
186         @list='$(bin_SCRIPTS)'; for p in $$list; do \
187           f="`echo $$p|sed '$(transform)'`"; \
188           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
189           rm -f $(DESTDIR)$(bindir)/$$f; \
190         done
191
192 $(srcdir)/version.texi:  $(srcdir)/stamp-vti
193         @:
194
195 $(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in
196         @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`; \
197         echo "@set UPDATED $$1 $$2 $$3"; \
198         echo "@set UPDATED-MONTH $$2 $$3"; \
199         echo "@set EDITION $(VERSION)"; \
200         echo "@set VERSION $(VERSION)") > vti.tmp
201         @cmp -s vti.tmp $(srcdir)/version.texi \
202           || (echo "Updating $(srcdir)/version.texi"; \
203               cp vti.tmp $(srcdir)/version.texi)
204         -@rm -f vti.tmp
205         @cp $(srcdir)/version.texi $@
206
207 mostlyclean-vti:
208         -rm -f vti.tmp
209
210 maintainer-clean-vti:
211         -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
212
213 automake.info: automake.texi $(srcdir)/version.texi
214 automake.dvi: automake.texi $(srcdir)/version.texi
215
216 .texi.info:
217         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
218         cd $(srcdir) \
219           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
220
221 .texi.dvi:
222         TEXINPUTS=$(srcdir):$$TEXINPUTS \
223           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
224
225 .texi:
226         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
227         cd $(srcdir) \
228           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
229
230 DVIPS = dvips
231 .dvi.ps:
232         $(DVIPS) $< -o $@
233
234 uninstall-info-am:
235         $(PRE_UNINSTALL)
236         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
237           list='$(INFO_DEPS)'; \
238           for file in $$list; do \
239             echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
240             install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
241           done; \
242         else :; fi
243         @$(NORMAL_UNINSTALL)
244         @list='$(INFO_DEPS)'; \
245         for file in $$list; do \
246           (if cd $(DESTDIR)$(infodir); then \
247              echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
248              rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
249            else :; fi); \
250         done
251
252 dist-info: $(INFO_DEPS)
253         list='$(INFO_DEPS)'; \
254         for base in $$list; do \
255           d=$(srcdir); \
256           for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
257             test -f $(distdir)/$$file \
258             || cp -p $$d/$$file $(distdir)/$$file; \
259           done; \
260         done
261
262 mostlyclean-aminfo:
263         -rm -f automake.aux automake.cm automake.cp automake.cps automake.cv \
264           automake.dvi automake.fn automake.ky automake.log automake.op \
265           automake.ov automake.pg automake.ps automake.toc automake.tp \
266           automake.tr automake.vr automake.vrs
267
268 maintainer-clean-aminfo:
269         cd $(srcdir) && \
270         for i in $(INFO_DEPS); do \
271           rm -f $$i; \
272           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
273             rm -f $$i-[0-9]*; \
274           fi; \
275         done
276 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
277         @$(NORMAL_INSTALL)
278         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
279         @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
280           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
281           f="`echo $$p | sed -e 's|^.*/||'`"; \
282           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
283           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
284         done
285
286 uninstall-dist_pkgdataDATA:
287         @$(NORMAL_UNINSTALL)
288         @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
289           f="`echo $$p | sed -e 's|^.*/||'`"; \
290           echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
291           rm -f $(DESTDIR)$(pkgdatadir)/$$f; \
292         done
293 install-dist_scriptDATA: $(dist_script_DATA)
294         @$(NORMAL_INSTALL)
295         $(mkinstalldirs) $(DESTDIR)$(scriptdir)
296         @list='$(dist_script_DATA)'; for p in $$list; do \
297           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
298           f="`echo $$p | sed -e 's|^.*/||'`"; \
299           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(scriptdir)/$$f"; \
300           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(scriptdir)/$$f; \
301         done
302
303 uninstall-dist_scriptDATA:
304         @$(NORMAL_UNINSTALL)
305         @list='$(dist_script_DATA)'; for p in $$list; do \
306           f="`echo $$p | sed -e 's|^.*/||'`"; \
307           echo " rm -f $(DESTDIR)$(scriptdir)/$$f"; \
308           rm -f $(DESTDIR)$(scriptdir)/$$f; \
309         done
310
311 # This directory's subdirectories are mostly independent; you can cd
312 # into them and run `make' without going through this Makefile.
313 # To change the values of `make' variables: instead of editing Makefiles,
314 # (1) if the variable is set in `config.status', edit `config.status'
315 #     (which will cause the Makefiles to be regenerated when you run `make');
316 # (2) otherwise, pass the desired values on the `make' command line.
317 $(RECURSIVE_TARGETS):
318         @set fnord $(MAKEFLAGS); amf=$$2; \
319         dot_seen=no; \
320         target=`echo $@ | sed s/-recursive//`; \
321         list='$(SUBDIRS)'; for subdir in $$list; do \
322           echo "Making $$target in $$subdir"; \
323           if test "$$subdir" = "."; then \
324             dot_seen=yes; \
325             local_target="$$target-am"; \
326           else \
327             local_target="$$target"; \
328           fi; \
329           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
331         done; \
332         if test "$$dot_seen" = "no"; then \
333           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
334         fi; test -z "$$fail"
335
336 mostlyclean-recursive clean-recursive distclean-recursive \
337 maintainer-clean-recursive:
338         @set fnord $(MAKEFLAGS); amf=$$2; \
339         dot_seen=no; \
340         case "$@" in \
341           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
342           *) list='$(SUBDIRS)' ;; \
343         esac; \
344         rev=''; for subdir in $$list; do \
345           if test "$$subdir" = "."; then :; else \
346             rev="$$subdir $$rev"; \
347           fi; \
348         done; \
349         rev="$$rev ."; \
350         target=`echo $@ | sed s/-recursive//`; \
351         for subdir in $$rev; do \
352           echo "Making $$target in $$subdir"; \
353           if test "$$subdir" = "."; then \
354             local_target="$$target-am"; \
355           else \
356             local_target="$$target"; \
357           fi; \
358           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
360         done && test -z "$$fail"
361 tags-recursive:
362         list='$(SUBDIRS)'; for subdir in $$list; do \
363           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
364         done
365
366 tags: TAGS
367
368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
370         unique=`for i in $$list; do \
371             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372           done | \
373           $(AWK) '    { files[$$0] = 1; } \
374                END { for (i in files) print i; }'`; \
375         mkid -fID $$unique $(LISP)
376
377 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378                 $(TAGS_FILES) $(LISP)
379         tags=; \
380         here=`pwd`; \
381         list='$(SUBDIRS)'; for subdir in $$list; do \
382    if test "$$subdir" = .; then :; else \
383             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
384    fi; \
385         done; \
386         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
387         unique=`for i in $$list; do \
388             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389           done | \
390           $(AWK) '    { files[$$0] = 1; } \
391                END { for (i in files) print i; }'`; \
392         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
393           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
394
395 GTAGS:
396         here=`CDPATH=: && cd $(top_builddir) && pwd` \
397           && cd $(top_srcdir) \
398           && gtags -i $$here
399
400 distclean-tags:
401         -rm -f TAGS ID
402
403 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
404
405 top_distdir = .
406 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
407
408 GZIP_ENV = --best
409
410 distdir: $(DISTFILES)
411         @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \
412         then :; else \
413           echo "NEWS not updated; not releasing" 1>&2; \
414           exit 1; \
415         fi
416         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
417         mkdir $(distdir)
418         $(mkinstalldirs) $(distdir)/.
419         @for file in $(DISTFILES); do \
420           d=$(srcdir); \
421           if test -d $$d/$$file; then \
422             cp -pR $$d/$$file $(distdir) \
423             || exit 1; \
424           else \
425             test -f $(distdir)/$$file \
426             || cp -p $$d/$$file $(distdir)/$$file \
427             || exit 1; \
428           fi; \
429         done
430         for subdir in $(SUBDIRS); do \
431           if test "$$subdir" = .; then :; else \
432             test -d $(distdir)/$$subdir \
433             || mkdir $(distdir)/$$subdir \
434             || exit 1; \
435             (cd $$subdir && \
436               $(MAKE) $(AM_MAKEFLAGS) \
437                 top_distdir="$(top_distdir)" \
438                 distdir=../$(distdir)/$$subdir \
439                 distdir) \
440               || exit 1; \
441           fi; \
442         done
443         $(MAKE) $(AM_MAKEFLAGS) \
444           top_distdir="${top_distdir}" distdir="$(distdir)" \
445           dist-info
446         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
447           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
448           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
449           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
450         || chmod -R a+r $(distdir)
451 dist: distdir
452         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
453         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
454 # This target untars the dist file and tries a VPATH configuration.  Then
455 # it guarantees that the distribution is self-contained by making another
456 # tarfile.
457 distcheck: dist
458         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
459         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
460         chmod -R a-w $(distdir); chmod a+w $(distdir)
461         mkdir $(distdir)/=build
462         mkdir $(distdir)/=inst
463         chmod a-w $(distdir)
464         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
465           && cd $(distdir)/=build \
466           && ../configure --srcdir=.. --prefix=$$dc_install_base \
467           && $(MAKE) $(AM_MAKEFLAGS) \
468           && $(MAKE) $(AM_MAKEFLAGS) dvi \
469           && $(MAKE) $(AM_MAKEFLAGS) check \
470           && $(MAKE) $(AM_MAKEFLAGS) install \
471           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
472           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
473           && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
474           && $(MAKE) $(AM_MAKEFLAGS) dist \
475           && $(MAKE) $(AM_MAKEFLAGS) distclean \
476           && rm -f $(distdir).tar.gz \
477           && (test `find . -type f -print | wc -l` -eq 0 \
478              || (echo "Error: files left after distclean" 1>&2; \
479                  exit 1) )
480         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
481         @echo "$(distdir).tar.gz is ready for distribution" | \
482           sed 'h;s/./=/g;p;x;p;x'
483 check-am: all-am
484 check: check-recursive
485 all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(DATA)
486
487 installdirs: installdirs-recursive
488 installdirs-am:
489         $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(infodir) $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(scriptdir)
490
491 install: install-recursive
492 install-exec: install-exec-recursive
493 install-data: install-data-recursive
494 uninstall: uninstall-recursive
495
496 install-am: all-am
497         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499 installcheck: installcheck-recursive
500
501 install-strip:
502         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503           INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
504
505 mostlyclean-generic:
506
507 clean-generic:
508
509 distclean-generic:
510         -rm -f Makefile $(CONFIG_CLEAN_FILES)
511         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
512
513 maintainer-clean-generic:
514         @echo "This command is intended for maintainers to use"
515         @echo "it deletes files that may require special tools to rebuild."
516         -rm -f Makefile.in
517 clean: clean-recursive
518
519 clean-am: clean-generic mostlyclean-am
520
521 dist-all: dist
522
523 distclean: distclean-recursive
524         -rm -f config.status
525 distclean-am: clean-am distclean-generic distclean-tags
526
527 dvi: dvi-recursive
528
529 dvi-am: $(DVIS)
530
531 info: info-recursive
532
533 info-am: $(INFO_DEPS)
534
535 install-data-am: install-dist_pkgdataDATA install-dist_scriptDATA \
536         install-info-am
537         @$(NORMAL_INSTALL)
538         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
539
540 install-exec-am: install-binSCRIPTS
541
542 install-info: install-info-recursive
543
544 install-info-am: $(INFO_DEPS)
545         @$(NORMAL_INSTALL)
546         $(mkinstalldirs) $(DESTDIR)$(infodir)
547         @list='$(INFO_DEPS)'; \
548         for file in $$list; do \
549           d=$(srcdir); \
550           for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
551             if test -f $$d/$$ifile; then \
552               echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
553               $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
554             else : ; fi; \
555           done; \
556         done
557         @$(POST_INSTALL)
558         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
559           list='$(INFO_DEPS)'; \
560           for file in $$list; do \
561             echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
562             install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
563           done; \
564         else : ; fi
565 install-man:
566
567 installcheck-am: installcheck-local
568
569 maintainer-clean: maintainer-clean-recursive
570         -rm -f config.status
571 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
572         maintainer-clean-generic maintainer-clean-vti
573
574 mostlyclean: mostlyclean-recursive
575
576 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
577
578 uninstall-am: uninstall-binSCRIPTS uninstall-dist_pkgdataDATA \
579         uninstall-dist_scriptDATA uninstall-info-am
580
581 uninstall-info: uninstall-info-recursive
582
583 .PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \
584         clean-generic clean-recursive dist dist-all dist-info distcheck \
585         distclean distclean-generic distclean-recursive distclean-tags \
586         distdir dvi dvi-am dvi-recursive info info-am info-recursive \
587         install install-am install-binSCRIPTS install-data \
588         install-data-am install-data-recursive install-dist_pkgdataDATA \
589         install-dist_scriptDATA install-exec install-exec-am \
590         install-exec-recursive install-info install-info-recursive \
591         install-man install-recursive install-strip installcheck \
592         installcheck-am installcheck-local installdirs installdirs-am \
593         installdirs-recursive 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: