1 # Makefile.in generated automatically by automake 1.1j 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.
11 top_srcdir = @top_srcdir@
14 exec_prefix = @exec_prefix@
18 libexecdir = @libexecdir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
42 AUTOMAKE_OPTIONS = gnits
43 MAINT_CHARSET = latin1
47 bin_SCRIPTS = automake aclocal
48 info_TEXINFOS = automake.texi
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
59 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock mdate-sh \
60 mkinstalldirs elisp-comp ylwrap acinstall
62 EXTRA_DIST = acinstall $(pkgdata_DATA)
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)
75 INFO_DEPS = automake.info
77 TEXINFOS = automake.texi
78 DATA = $(pkgdata_DATA)
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
90 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
91 $(TEXINFOS) $(MANS) $(EXTRA_DIST)
97 .SUFFIXES: .texi .texinfo .info .dvi
98 $(srcdir)/aclocal.m4: configure.in
99 cd $(srcdir) && aclocal
101 $(srcdir)/Makefile.in: Makefile.am configure.in
102 cd $(srcdir) && automake --strictness=gnits Makefile
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
117 install-binSCRIPTS: $(bin_SCRIPTS)
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)'`; \
129 uninstall-binSCRIPTS:
130 list="$(bin_SCRIPTS)"; for p in $$list; do \
131 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
134 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
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)'`; \
146 uninstall-pkgdataSCRIPTS:
147 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
148 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
151 version.texi: stamp-vti
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
160 echo timestamp > $(srcdir)/stamp-vti
169 maintainer-clean-vti:
170 rm -f stamp-vti version.texi
172 automake.info: automake.texi version.texi
173 automake.dvi: automake.texi version.texi
178 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
181 TEXINPUTS=$(srcdir):$$TEXINPUTS \
182 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
186 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
189 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
191 install-info-am: $(INFO_DEPS)
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; \
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; :;\
209 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
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; \
217 dist-info: $(INFO_DEPS)
218 for base in $(INFO_DEPS); do \
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; \
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
236 maintainer-clean-info:
237 for i in $(INFO_DEPS); do rm `eval echo $$i*`; done
239 install-pkgdataDATA: $(pkgdata_DATA)
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; \
250 uninstall-pkgdataDATA:
251 list="$(pkgdata_DATA)"; for p in $$list; do \
252 rm -f $(pkgdatadir)/$$p; \
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.
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"
275 list="$(SUBDIRS)"; for subdir in $$list; do \
276 (cd $$subdir && $(MAKE) tags); \
281 ID: $(HEADERS) $(SOURCES)
282 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
284 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
287 list="$(SUBDIRS)"; for subdir in $$list; do \
288 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
290 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
291 || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS
300 maintainer-clean-tags:
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
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 \
318 && $(MAKE) installcheck \
321 @echo "========================"; \
322 echo "$(distdir).tar.gz is ready for distribution"; \
323 echo "========================"
325 -chmod -R a+r $(distdir)
326 $(TAR) chozf $(distdir).tar.gz $(distdir)
329 -chmod -R a+r $(distdir)
330 $(TAR) chozf $(distdir).tar.gz $(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; \
339 -chmod 755 $(distdir)
340 here=`pwd`; distdir=`cd $(distdir) && pwd` \
342 && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --strictness=gnits
343 @for file in $(DISTFILES); do \
345 test -f $(distdir)/$$file \
346 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
347 || cp -p $$d/$$file $(distdir)/$$file; \
349 for subdir in $(SUBDIRS); do \
350 test -d $(distdir)/$$subdir \
351 || mkdir $(distdir)/$$subdir \
353 chmod 755 $(distdir)/$$subdir; \
354 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
357 $(MAKE) distdir="$(distdir)" dist-info
358 info: $(INFO_DEPS) info-recursive
359 dvi: $(DVIS) dvi-recursive
361 $(MAKE) check-recursive
362 installcheck: installcheck-recursive installcheck-local
363 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
365 install-exec-am: install-binSCRIPTS
367 install-data-am: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
369 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
371 install-exec: install-exec-recursive install-exec-am
374 install-data: install-data-recursive install-data-am
377 install: install-recursive install-exec-am install-data-am
380 uninstall: uninstall-recursive uninstall-am
382 all: all-recursive all-am
385 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
386 installdirs: installdirs-recursive
387 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
391 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
394 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
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 \
407 clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am
409 distclean-am: distclean-vti distclean-info distclean-tags \
410 distclean-generic clean-am
412 maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \
413 maintainer-clean-tags maintainer-clean-generic \
416 mostlyclean: mostlyclean-am mostlyclean-recursive
418 clean: clean-am clean-recursive
420 distclean: distclean-am distclean-recursive
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."
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
445 # Check to make sure some installed files are executable.
447 for file in $(pkgdata_SCRIPTS); do \
448 $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
451 ################################################################
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; \
462 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
463 echo "found too many uses of '\$${'" 1>&2; \
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; \
470 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
471 perl4.036 -c -w automake; \
472 perl4.036 -c -w aclocal; \
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; \
482 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
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
496 find . -print | xargs pathchk -p); \
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.