More doc fixes
[automake.git] / Makefile.in
blob62a9a3c2638e42da00f2d30000282f0d1c56c3d7
1 # Makefile.in generated automatically by automake 1.1d from Makefile.am
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.
8 SHELL = /bin/sh
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
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
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
33 top_builddir = .
35 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
41 AUTOMAKE_OPTIONS = gnits
42 MAINT_CHARSET = latin1
43 PERL = @PERL@
45 SUBDIRS = tests m4
47 bin_SCRIPTS = automake aclocal
48 info_TEXINFOS = automake.texi
49 # SUBDIRS = intl po
50 # CONFIG_HEADER = config.h
52 pkgdata_DATA = clean-kr.am clean.am compile-kr.am compile-vars.am \
53 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am \
54 header.am header-vars.am kr-extra.am libraries.am library.am \
55 mans-vars.am program.am programs.am remake-hdr.am remake-subd.am \
56 remake.am scripts.am subdirs.am tags.am tags-subd.am tags-clean.am \
57 texi-version.am texinfos-vars.am texinfos.am libraries-clean.am \
58 programs-clean.am data-clean.am COPYING INSTALL texinfo.tex ansi2knr.c \
59 ansi2knr.1 aclocal.m4 lisp.am lisp-clean.am
61 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock mdate-sh \
62 mkinstalldirs elisp-comp ylwrap acinstall
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 = aclocal.m4
69 mkinstalldirs = $(top_srcdir)/mkinstalldirs
70 CONFIG_CLEAN_FILES = automake aclocal
71 SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
74 MAKEINFO = makeinfo
75 TEXI2DVI = texi2dvi
76 INFOS = automake.info[-0-9]*
77 INFO_DEPS = automake.info
78 DVIS = automake.dvi
79 TEXINFOS = automake.texi
81 DATA = $(pkgdata_DATA)
83 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
84 Makefile.in NEWS README THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 \
85 ansi2knr.c automake.in config.guess config.sub configure configure.in \
86 elisp-comp install-sh interlock mdate-sh mkinstalldirs stamp-vti \
87 texinfo.tex version.texi ylwrap
90 PACKAGE = @PACKAGE@
91 VERSION = @VERSION@
93 DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
94 $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
95 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
96 $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
98 TAR = tar
99 default: all
101 aclocal.m4: configure.in
102 cd $(srcdir) && aclocal
104 $(srcdir)/Makefile.in: Makefile.am configure.in
105 cd $(srcdir) && automake --strictness=gnits Makefile
107 # For an explanation of the following Makefile rules, see node
108 # `Automatic Remaking' in GNU Autoconf documentation.
109 Makefile: Makefile.in config.status
110 CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
111 config.status: configure
112 ./config.status --recheck
113 $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
114 cd $(srcdir) && autoconf
115 automake: $(top_builddir)/config.status automake.in
116 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
117 aclocal: $(top_builddir)/config.status aclocal.in
118 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
120 install-binSCRIPTS: $(bin_SCRIPTS)
121 $(NORMAL_INSTALL)
122 $(mkinstalldirs) $(bindir)
123 list="$(bin_SCRIPTS)"; for p in $$list; do \
124 if test -f $$p; then \
125 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
126 else if test -f $(srcdir)/$$p; then \
127 $(INSTALL_SCRIPT) $(srcdir)/$$p \
128 $(bindir)/`echo $$p|sed '$(transform)'`; \
129 else :; fi; fi; \
130 done
132 uninstall-binSCRIPTS:
133 list="$(bin_SCRIPTS)"; for p in $$list; do \
134 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
135 done
137 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
138 $(NORMAL_INSTALL)
139 $(mkinstalldirs) $(pkgdatadir)
140 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
141 if test -f $$p; then \
142 $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
143 else if test -f $(srcdir)/$$p; then \
144 $(INSTALL_SCRIPT) $(srcdir)/$$p \
145 $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
146 else :; fi; fi; \
147 done
149 uninstall-pkgdataSCRIPTS:
150 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
151 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
152 done
154 version.texi: stamp-vti
156 stamp-vti: automake.texi $(top_srcdir)/configure.in
157 echo "@set UPDATED `cd $(srcdir) \
158 && $(SHELL) ./mdate-sh automake.texi`" > vti.tmp
159 echo "@set EDITION $(VERSION)" >> vti.tmp
160 echo "@set VERSION $(VERSION)" >> vti.tmp
161 if cmp -s vti.tmp $(srcdir)/version.texi; then \
162 rm vti.tmp; \
163 else \
164 mv vti.tmp $(srcdir)/version.texi; \
166 echo timestamp > $(srcdir)/stamp-vti
168 mostlyclean-vti:
169 rm -f vti.tmp
171 clean-vti:
173 distclean-vti:
175 maintainer-clean-vti:
176 rm -f stamp-vti version.texi
178 automake.info: automake.texi version.texi
179 automake.dvi: automake.texi version.texi
182 .texi.info:
183 cd $(srcdir) \
184 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
186 .texi.dvi:
187 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
189 .texinfo.info:
190 cd $(srcdir) \
191 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
193 .texinfo.dvi:
194 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
196 install-info: $(INFO_DEPS)
197 $(NORMAL_INSTALL)
198 $(mkinstalldirs) $(infodir)
199 for file in $(INFO_DEPS); do \
200 for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
201 if test -f $(srcdir)/$$ifile; then \
202 $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
203 else : ; fi; \
204 done; \
205 done
207 uninstall-info:
208 cd $(srcdir) && for file in *.info*; do \
209 rm -f $(infodir)/$$file; \
210 done
212 mostlyclean-info:
213 rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
214 automake.fns automake.ky automake.log automake.pg \
215 automake.toc automake.tp automake.vr automake.op
217 clean-info:
219 distclean-info:
221 maintainer-clean-info:
222 rm -f $(INFOS)
224 install-pkgdataDATA: $(pkgdata_DATA)
225 $(NORMAL_INSTALL)
226 $(mkinstalldirs) $(pkgdatadir)
227 list="$(pkgdata_DATA)"; for p in $$list; do \
228 if test -f $(srcdir)/$$p; then \
229 $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
230 else if test -f $$p; then \
231 $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
232 fi; fi; \
233 done
235 uninstall-pkgdataDATA:
236 list="$(pkgdata_DATA)"; for p in $$list; do \
237 rm -f $(pkgdatadir)/$$p; \
238 done
240 # This directory's subdirectories are mostly independent; you can cd
241 # into them and run `make' without going through this Makefile.
242 # To change the values of `make' variables: instead of editing Makefiles,
243 # (1) if the variable is set in `config.status', edit `config.status'
244 # (which will cause the Makefiles to be regenerated when you run `make');
245 # (2) otherwise, pass the desired values on the `make' command line.
247 @SET_MAKE@
249 all-recursive install-data-recursive install-exec-recursive \
250 installdirs-recursive install-recursive uninstall-recursive \
251 check-recursive installcheck-recursive info-recursive dvi-recursive \
252 mostlyclean-recursive clean-recursive distclean-recursive \
253 maintainer-clean-recursive:
254 for subdir in $(SUBDIRS); do \
255 target=`echo $@ | sed s/-recursive//`; \
256 (cd $$subdir && $(MAKE) $$target) \
257 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
258 done && test -z "$$fail"
260 tags: TAGS
262 tags-recursive:
263 list="$(SUBDIRS)"; for subdir in $$list; do \
264 (cd $$subdir && $(MAKE) tags); \
265 done
267 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) \
268 $(TAGS_DEPENDENCIES)
269 tags=; \
270 here=`pwd`; \
271 for subdir in $(SUBDIRS); do \
272 test -f $$subdir/TAGS && { \
273 tags="$$tags -i $$here/$$subdir/TAGS"; \
275 done; \
276 test -z "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags" \
277 || etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS)
279 mostlyclean-tags:
281 clean-tags:
283 distclean-tags:
285 maintainer-clean-tags:
286 rm -f TAGS ID
288 distdir = $(PACKAGE)-$(VERSION)
289 # This target untars the dist file and tries a VPATH configuration. Then
290 # it guarantees that the distribution is self-contained by making another
291 # tarfile.
292 distcheck: dist
293 rm -rf $(distdir)
294 $(TAR) zxf $(distdir).tar.gz
295 mkdir $(distdir)/=build
296 mkdir $(distdir)/=inst
297 dc_install_base=`cd $(distdir)/=inst && pwd`; \
298 cd $(distdir)/=build \
299 && ../configure --srcdir=.. --prefix=$$dc_install_base \
300 && $(MAKE) \
301 && $(MAKE) dvi \
302 && $(MAKE) check \
303 && $(MAKE) install \
304 && $(MAKE) installcheck \
305 && $(MAKE) dist
306 rm -rf $(distdir)
307 @echo "========================"; \
308 echo "$(distdir).tar.gz is ready for distribution"; \
309 echo "========================"
310 dist: distdir
311 -chmod -R a+r $(distdir)
312 $(TAR) chozf $(distdir).tar.gz $(distdir)
313 rm -rf $(distdir)
314 distdir: $(DEP_DISTFILES)
315 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
316 echo "NEWS not updated; not releasing" 1>&2; \
317 exit 1; \
319 rm -rf $(distdir)
320 mkdir $(distdir)
321 -chmod 755 $(distdir)
322 here=`pwd`; distdir=`cd $(distdir) && pwd` \
323 && cd $(srcdir) \
324 && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --strictness=gnits
325 @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
326 test -f $(distdir)/$$file \
327 || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
328 || cp -p $(srcdir)/$$file $(distdir)/$$file; \
329 done
330 for subdir in $(SUBDIRS); do \
331 test -d $(distdir)/$$subdir \
332 || mkdir $(distdir)/$$subdir \
333 || exit 1; \
334 chmod 755 $(distdir)/$$subdir; \
335 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
336 || exit 1; \
337 done
338 info: $(INFO_DEPS) info-recursive
340 dvi: $(DVIS) dvi-recursive
342 check: check-recursive
344 installcheck: installcheck-recursive installcheck-local
346 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
348 install-exec-am: install-binSCRIPTS
350 install-data-am: install-info install-pkgdataSCRIPTS install-pkgdataDATA
352 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
354 install-exec: install-exec-recursive install-exec-am
355 $(NORMAL_INSTALL)
357 install-data: install-data-recursive install-data-am
358 $(NORMAL_INSTALL)
360 install: install-recursive install-exec-am install-data-am
363 uninstall: uninstall-recursive uninstall-am
365 all: all-recursive all-am
367 install-strip:
368 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
369 installdirs: installdirs-recursive
370 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
373 mostlyclean-generic:
374 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
376 clean-generic:
377 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
378 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
380 distclean-generic:
381 rm -f Makefile $(DISTCLEANFILES)
382 rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
384 maintainer-clean-generic:
385 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
386 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
387 mostlyclean-am: mostlyclean-vti mostlyclean-info mostlyclean-tags \
388 mostlyclean-generic
390 clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am
392 distclean-am: distclean-vti distclean-info distclean-tags \
393 distclean-generic clean-am
395 maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \
396 maintainer-clean-tags maintainer-clean-generic \
397 distclean-am
399 mostlyclean: mostlyclean-am mostlyclean-recursive
401 clean: clean-am clean-recursive
403 distclean: distclean-am distclean-recursive
404 rm -f config.status
406 maintainer-clean: maintainer-clean-am maintainer-clean-recursive
407 @echo "This command is intended for maintainers to use;"
408 @echo "it deletes files that may require special tools to rebuild."
409 rm -f config.status
411 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
412 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
413 distclean-vti clean-vti maintainer-clean-vti install-info \
414 uninstall-info mostlyclean-info distclean-info clean-info \
415 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
416 install-data-recursive uninstall-data-recursive install-exec-recursive \
417 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
418 all-recursive check-recursive installcheck-recursive info-recursive \
419 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
420 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
421 distclean-tags clean-tags maintainer-clean-tags distdir info dvi check \
422 installcheck-local installcheck all-am install-exec-am install-data-am \
423 uninstall-am install-exec install-data install uninstall all \
424 installdirs mostlyclean-generic distclean-generic clean-generic \
425 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
428 # Check to make sure some installed files are executable.
429 installcheck-local:
430 for file in $(pkgdata_SCRIPTS); do \
431 $(PERL) -e "exit ! -x $(pkgdatadir)/$$file;" || exit 1; \
432 done
434 # Some simple checks, and then ordinary check. These are only really
435 # guaranteed to work on my machine.
436 maintainer-check: automake aclocal
437 $(PERL) -c -w automake
438 $(PERL) -c -w aclocal
439 @if grep '^[^#].*true' $(srcdir)/[a-z]*.am; then \
440 echo "can't use 'true' in GNU Makefile" 1>&2; \
441 exit 1; \
442 else :; fi
443 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
444 echo "found too many uses of '\$${'" 1>&2; \
445 exit 1; \
446 else :; fi
447 @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
448 echo "found incorrect use of mkinstalldirs" 1>&2; \
449 exit 1; \
450 else :; fi
451 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
452 perl4.036 -c -w automake; \
453 perl4.036 -c -w aclocal; \
454 else :; fi
455 $(MAKE) check
457 # Tag before making distribution. Also, don't make a distribution if
458 # checks fail. Also, make sure the NEWS file is up-to-date.
459 cvs-dist: maintainer-check distcheck
460 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
461 echo "NEWS not updated; not releasing" 1>&2; \
462 exit 1; \
464 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
465 $(MAKE) dist
467 cvs-diff:
468 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
469 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
470 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
471 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
472 > $(PACKAGE)-$$prevno-$(VERSION).diff
473 .SUFFIXES:
474 .SUFFIXES: .texi .texinfo .info .dvi
476 # Tell versions [3.59,3.63) of GNU make to not export all variables.
477 # Otherwise a system limit (for SysV at least) may be exceeded.
478 .NOEXPORT: