Fixes from Gord
[platform/upstream/automake.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.1j from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
6
7
8 SHELL = /bin/sh
9
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
15
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
28
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32
33 top_builddir = .
34
35 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
40 PERL = @PERL@
41
42 AUTOMAKE_OPTIONS = gnits
43 MAINT_CHARSET = latin1
44
45 SUBDIRS = tests m4
46
47 bin_SCRIPTS = automake aclocal
48 info_TEXINFOS = automake.texi
49
50 pkgdata_DATA = clean-kr.am clean.am compile-kr.am comp-vars.am \
51 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am \
52 header.am header-vars.am kr-extra.am libs.am library.am libtool.am ltlibs.am \
53 mans-vars.am program.am progs.am remake-hdr.am remake-subd.am \
54 remake.am scripts.am subdirs.am tags.am tags-clean.am \
55 texi-vers.am texinfos.am libs-clean.am \
56 progs-clean.am data-clean.am COPYING INSTALL texinfo.tex ansi2knr.c \
57 ansi2knr.1 lisp.am lisp-clean.am
58
59 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock mdate-sh \
60 mkinstalldirs elisp-comp ylwrap acinstall
61
62 EXTRA_DIST = acinstall $(pkgdata_DATA)
63
64 # The following requires a fixed version of the Emacs 19.30 etags.
65 ETAGS_ARGS = automake.in aclocal.in --lang=none \
66  --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
67 TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
68 ACLOCAL = $(top_srcdir)/aclocal.m4
69 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70 CONFIG_CLEAN_FILES =  automake aclocal
71 SCRIPTS =  $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
72
73 MAKEINFO = makeinfo
74 TEXI2DVI = texi2dvi
75 INFO_DEPS = automake.info
76 DVIS = automake.dvi
77 TEXINFOS = automake.texi
78 DATA =  $(pkgdata_DATA)
79
80 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
81 Makefile.in NEWS README README-alpha THANKS TODO aclocal.in aclocal.m4 \
82 ansi2knr.1 ansi2knr.c automake.in config.guess config.sub configure \
83 configure.in elisp-comp install-sh interlock mdate-sh mkinstalldirs \
84 stamp-vti texinfo.tex version.texi ylwrap
85
86
87 PACKAGE = @PACKAGE@
88 VERSION = @VERSION@
89
90 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
91         $(TEXINFOS) $(MANS) $(EXTRA_DIST)
92
93 TAR = tar
94 default: all
95
96 .SUFFIXES:
97 .SUFFIXES: .texi .texinfo .info .dvi
98 $(srcdir)/aclocal.m4: configure.in
99         cd $(srcdir) && aclocal
100
101 $(srcdir)/Makefile.in: Makefile.am configure.in
102         cd $(srcdir) && automake --strictness=gnits Makefile
103
104 # For an explanation of the following Makefile rules, see node
105 # `Automatic Remaking' in GNU Autoconf documentation.
106 Makefile: $(srcdir)/Makefile.in config.status $(BUILT_SOURCES)
107         CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
108 config.status: configure
109         $(SHELL) ./config.status --recheck
110 $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
111         cd $(srcdir) && autoconf
112 automake: $(top_builddir)/config.status automake.in
113         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
114 aclocal: $(top_builddir)/config.status aclocal.in
115         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
116
117 install-binSCRIPTS: $(bin_SCRIPTS)
118         $(NORMAL_INSTALL)
119         $(mkinstalldirs) $(bindir)
120         list="$(bin_SCRIPTS)"; for p in $$list; do \
121           if test -f $$p; then \
122             $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
123           else if test -f $(srcdir)/$$p; then \
124             $(INSTALL_SCRIPT) $(srcdir)/$$p \
125               $(bindir)/`echo $$p|sed '$(transform)'`; \
126           else :; fi; fi; \
127         done
128
129 uninstall-binSCRIPTS:
130         list="$(bin_SCRIPTS)"; for p in $$list; do \
131           rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
132         done
133
134 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
135         $(NORMAL_INSTALL)
136         $(mkinstalldirs) $(pkgdatadir)
137         list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
138           if test -f $$p; then \
139             $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
140           else if test -f $(srcdir)/$$p; then \
141             $(INSTALL_SCRIPT) $(srcdir)/$$p \
142               $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
143           else :; fi; fi; \
144         done
145
146 uninstall-pkgdataSCRIPTS:
147         list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
148           rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
149         done
150
151 version.texi: stamp-vti
152
153 stamp-vti: automake.texi $(top_srcdir)/configure.in
154         echo "@set UPDATED `cd $(srcdir) \
155           && $(SHELL) ./mdate-sh automake.texi`" > vti.tmp
156         echo "@set EDITION $(VERSION)" >> vti.tmp
157         echo "@set VERSION $(VERSION)" >> vti.tmp
158         cmp -s vti.tmp $(srcdir)/version.texi || cp vti.tmp $(srcdir)/version.texi
159         rm vti.tmp
160         echo timestamp > $(srcdir)/stamp-vti
161
162 mostlyclean-vti:
163         rm -f vti.tmp
164
165 clean-vti:
166
167 distclean-vti:
168
169 maintainer-clean-vti:
170         rm -f stamp-vti version.texi
171
172 automake.info: automake.texi version.texi
173 automake.dvi: automake.texi version.texi
174
175
176 .texi.info:
177         cd $(srcdir) \
178           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
179
180 .texi.dvi:
181         TEXINPUTS=$(srcdir):$$TEXINPUTS \
182           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
183
184 .texinfo.info:
185         cd $(srcdir) \
186           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
187
188 .texinfo.dvi:
189         TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
190
191 install-info-am: $(INFO_DEPS)
192         $(NORMAL_INSTALL)
193         $(mkinstalldirs) $(infodir)
194         for file in $(INFO_DEPS); do \
195           for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
196             if test -f $(srcdir)/$$ifile; then \
197               $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
198             else : ; fi; \
199           done; \
200         done
201         $(POST_INSTALL)
202         if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
203           for file in $(INFO_DEPS); do \
204             install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
205           done; \
206         else : ; fi
207
208 uninstall-info:
209         if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
210           ii=yes; \
211         else ii=; fi; \
212         for file in $(INFO_DEPS); do \
213           (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
214           test -z $ii || install-info --info-dir=$(infodir) --remove $$file; \
215         done
216
217 dist-info: $(INFO_DEPS)
218         for base in $(INFO_DEPS); do \
219           d=$(srcdir); \
220           for file in `cd $$d && eval echo $$base*`; do \
221             test -f $(distdir)/$$file \
222             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
223             || cp -p $$d/$$file $(distdir)/$$file; \
224           done; \
225         done
226
227 mostlyclean-info:
228         rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
229           automake.fns automake.ky automake.log automake.pg \
230           automake.toc automake.tp automake.vr automake.op
231
232 clean-info:
233
234 distclean-info:
235
236 maintainer-clean-info:
237         for i in $(INFO_DEPS); do rm `eval echo $$i*`; done
238
239 install-pkgdataDATA: $(pkgdata_DATA)
240         $(NORMAL_INSTALL)
241         $(mkinstalldirs) $(pkgdatadir)
242         list="$(pkgdata_DATA)"; for p in $$list; do \
243           if test -f $(srcdir)/$$p; then \
244             $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
245           else if test -f $$p; then \
246             $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
247           fi; fi; \
248         done
249
250 uninstall-pkgdataDATA:
251         list="$(pkgdata_DATA)"; for p in $$list; do \
252           rm -f $(pkgdatadir)/$$p; \
253         done
254
255 # This directory's subdirectories are mostly independent; you can cd
256 # into them and run `make' without going through this Makefile.
257 # To change the values of `make' variables: instead of editing Makefiles,
258 # (1) if the variable is set in `config.status', edit `config.status'
259 #     (which will cause the Makefiles to be regenerated when you run `make');
260 # (2) otherwise, pass the desired values on the `make' command line.
261
262 @SET_MAKE@
263
264 all-recursive install-data-recursive install-exec-recursive \
265 installdirs-recursive install-recursive uninstall-recursive  \
266 check-recursive installcheck-recursive info-recursive dvi-recursive \
267 mostlyclean-recursive clean-recursive distclean-recursive \
268 maintainer-clean-recursive:
269         for subdir in $(SUBDIRS); do            \
270           target=`echo $@ | sed s/-recursive//`; \
271           (cd $$subdir && $(MAKE) $$target)     \
272            || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
273         done && test -z "$$fail"
274 tags-recursive:
275         list="$(SUBDIRS)"; for subdir in $$list; do \
276           (cd $$subdir && $(MAKE) tags); \
277         done
278
279 tags: TAGS
280
281 ID: $(HEADERS) $(SOURCES)
282         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
283
284 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
285         tags=; \
286         here=`pwd`; \
287         list="$(SUBDIRS)"; for subdir in $$list; do \
288           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
289         done; \
290         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
291           || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS
292
293 mostlyclean-tags:
294
295 clean-tags:
296
297 distclean-tags:
298         rm -f TAGS ID
299
300 maintainer-clean-tags:
301
302 distdir = $(PACKAGE)-$(VERSION)
303 # This target untars the dist file and tries a VPATH configuration.  Then
304 # it guarantees that the distribution is self-contained by making another
305 # tarfile.
306 distcheck: dist
307         rm -rf $(distdir)
308         $(TAR) zxf $(distdir).tar.gz
309         mkdir $(distdir)/=build
310         mkdir $(distdir)/=inst
311         dc_install_base=`cd $(distdir)/=inst && pwd`; \
312         cd $(distdir)/=build \
313           && ../configure --srcdir=.. --prefix=$$dc_install_base \
314           && $(MAKE) \
315           && $(MAKE) dvi \
316           && $(MAKE) check \
317           && $(MAKE) install \
318           && $(MAKE) installcheck \
319           && $(MAKE) dist
320         rm -rf $(distdir)
321         @echo "========================"; \
322         echo "$(distdir).tar.gz is ready for distribution"; \
323         echo "========================"
324 dist: distdir
325         -chmod -R a+r $(distdir)
326         $(TAR) chozf $(distdir).tar.gz $(distdir)
327         rm -rf $(distdir)
328 dist-all: distdir
329         -chmod -R a+r $(distdir)
330         $(TAR) chozf $(distdir).tar.gz $(distdir)
331         rm -rf $(distdir)
332 distdir: $(DISTFILES)
333         @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
334           echo "NEWS not updated; not releasing" 1>&2; \
335           exit 1; \
336         fi
337         rm -rf $(distdir)
338         mkdir $(distdir)
339         -chmod 755 $(distdir)
340         here=`pwd`; distdir=`cd $(distdir) && pwd` \
341           && cd $(srcdir) \
342           && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --strictness=gnits
343         @for file in $(DISTFILES); do \
344           d=$(srcdir); \
345           test -f $(distdir)/$$file \
346           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
347           || cp -p $$d/$$file $(distdir)/$$file; \
348         done
349         for subdir in $(SUBDIRS); do            \
350           test -d $(distdir)/$$subdir           \
351           || mkdir $(distdir)/$$subdir          \
352           || exit 1;                            \
353           chmod 755 $(distdir)/$$subdir;        \
354           (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
355             || exit 1; \
356         done
357         $(MAKE) distdir="$(distdir)" dist-info
358 info: $(INFO_DEPS) info-recursive
359 dvi: $(DVIS) dvi-recursive
360 check: all-am
361         $(MAKE) check-recursive
362 installcheck: installcheck-recursive installcheck-local
363 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
364
365 install-exec-am: install-binSCRIPTS
366
367 install-data-am: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
368
369 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
370
371 install-exec: install-exec-recursive install-exec-am
372         $(NORMAL_INSTALL)
373
374 install-data: install-data-recursive install-data-am
375         $(NORMAL_INSTALL)
376
377 install: install-recursive install-exec-am install-data-am
378         @:
379
380 uninstall: uninstall-recursive uninstall-am
381
382 all: all-recursive all-am
383
384 install-strip:
385         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
386 installdirs: installdirs-recursive
387         $(mkinstalldirs)  $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
388
389
390 mostlyclean-generic:
391         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
392
393 clean-generic:
394         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
395
396 distclean-generic:
397         rm -f Makefile $(DISTCLEANFILES)
398         rm -f config.cache config.log stamp-h
399         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
400
401 maintainer-clean-generic:
402         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
403         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
404 mostlyclean-am:  mostlyclean-vti mostlyclean-info mostlyclean-tags \
405                 mostlyclean-generic
406
407 clean-am:  clean-vti clean-info clean-tags clean-generic mostlyclean-am 
408
409 distclean-am:  distclean-vti distclean-info distclean-tags \
410                 distclean-generic clean-am 
411
412 maintainer-clean-am:  maintainer-clean-vti maintainer-clean-info \
413                 maintainer-clean-tags maintainer-clean-generic \
414                 distclean-am 
415
416 mostlyclean:  mostlyclean-am mostlyclean-recursive
417
418 clean:  clean-am clean-recursive
419
420 distclean:  distclean-am distclean-recursive
421         rm -f config.status
422
423 maintainer-clean:  maintainer-clean-am maintainer-clean-recursive
424         @echo "This command is intended for maintainers to use;"
425         @echo "it deletes files that may require special tools to rebuild."
426         rm -f config.status
427
428 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
429 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
430 distclean-vti clean-vti maintainer-clean-vti install-info-am \
431 uninstall-info mostlyclean-info distclean-info clean-info \
432 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
433 install-data-recursive uninstall-data-recursive install-exec-recursive \
434 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
435 all-recursive check-recursive installcheck-recursive info-recursive \
436 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
437 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
438 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
439 installcheck-local installcheck all-am install-exec-am install-data-am \
440 uninstall-am install-exec install-data install uninstall all \
441 installdirs mostlyclean-generic distclean-generic clean-generic \
442 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
443
444
445 # Check to make sure some installed files are executable.
446 installcheck-local:
447         for file in $(pkgdata_SCRIPTS); do \
448           $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
449         done
450
451 ################################################################
452
453 # Some simple checks, and then ordinary check.  These are only really
454 # guaranteed to work on my machine.
455 maintainer-check: automake aclocal
456         $(PERL) -c -w automake
457         $(PERL) -c -w aclocal
458         @if grep '^[^#].*true' $(srcdir)/[a-z]*.am; then \
459           echo "can't use 'true' in GNU Makefile" 1>&2; \
460           exit 1;                               \
461         else :; fi
462         @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
463           echo "found too many uses of '\$${'" 1>&2; \
464           exit 1;                               \
465         else :; fi
466         @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
467           echo "found incorrect use of mkinstalldirs" 1>&2; \
468           exit 1; \
469         else :; fi
470         @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
471           perl4.036 -c -w automake; \
472           perl4.036 -c -w aclocal; \
473         else :; fi
474
475 # Tag before making distribution.  Also, don't make a distribution if
476 # checks fail.  Also, make sure the NEWS file is up-to-date.
477 cvs-dist: maintainer-check distcheck
478         @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
479           echo "NEWS not updated; not releasing" 1>&2; \
480           exit 1;                               \
481         fi
482         cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
483         $(MAKE) dist
484
485 cvs-diff:
486         thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
487         if test -z "$$OLDVERSION"; then \
488           prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
489         else prevno="$$OLDVERSION"; fi; \
490         prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
491         cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
492             > $(PACKAGE)-$$prevno-$(VERSION).diff
493
494 path-check: distdir
495         (cd $(distdir) && \
496           find . -print | xargs pathchk -p); \
497           status=$$?; \
498           rm -rf $(distdir); \
499           exit $$status
500
501 # Tell versions [3.59,3.63) of GNU make to not export all variables.
502 # Otherwise a system limit (for SysV at least) may be exceeded.
503 .NOEXPORT: