Nothing
[automake.git] / Makefile.in
blob7512459cfbf76b47a93f0be451486a82da3af938
1 # Makefile.in generated automatically by automake 1.1c 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
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 SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
73 MAKEINFO = makeinfo
74 TEXI2DVI = texi2dvi
75 INFOS = automake.info automake.info-[0-9] automake.info-[0-9][0-9]
76 INFO_DEPS = automake.info
77 DVIS = automake.dvi
78 TEXINFOS = automake.texi
80 DATA = $(pkgdata_DATA)
82 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
83 Makefile.in NEWS README THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 \
84 ansi2knr.c automake.in config.guess config.sub configure configure.in \
85 elisp-comp install-sh mdate-sh mkinstalldirs stamp-vti texinfo.tex \
86 version.texi
89 PACKAGE = @PACKAGE@
90 VERSION = @VERSION@
92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
93 $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
94 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
95 $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
97 TAR = tar
98 default: all
100 aclocal.m4: configure.in
101 cd $(srcdir) && aclocal
103 $(srcdir)/Makefile.in: Makefile.am configure.in
104 cd $(srcdir) && automake --strictness=gnits Makefile
106 # For an explanation of the following Makefile rules, see node
107 # `Automatic Remaking' in GNU Autoconf documentation.
108 Makefile: Makefile.in config.status
109 CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
110 config.status: configure
111 ./config.status --recheck
112 $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
113 cd $(srcdir) && autoconf
114 automake: $(top_builddir)/config.status automake.in
115 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
116 aclocal: $(top_builddir)/config.status aclocal.in
117 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
119 install-binSCRIPTS: $(bin_SCRIPTS)
120 $(mkinstalldirs) $(bindir)
121 list="$(bin_SCRIPTS)"; for p in $$list; do \
122 if test -f $$p; then \
123 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
124 else if test -f $(srcdir)/$$p; then \
125 $(INSTALL_SCRIPT) $(srcdir)/$$p \
126 $(bindir)/`echo $$p|sed '$(transform)'`; \
127 else :; fi; fi; \
128 done
130 uninstall-binSCRIPTS:
131 list="$(bin_SCRIPTS)"; for p in $$list; do \
132 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
133 done
135 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)'`; \
143 else :; fi; fi; \
144 done
146 uninstall-pkgdataSCRIPTS:
147 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
148 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
149 done
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 if cmp -s vti.tmp $(srcdir)/version.texi; then \
159 rm vti.tmp; \
160 else \
161 mv vti.tmp $(srcdir)/version.texi; \
163 echo timestamp > $(srcdir)/stamp-vti
165 mostlyclean-vti:
166 rm -f vti.tmp
168 clean-vti:
170 distclean-vti:
172 maintainer-clean-vti:
173 rm -f stamp-vti version.texi
175 automake.info: automake.texi version.texi
176 automake.dvi: automake.texi version.texi
179 .texi.info:
180 cd $(srcdir) \
181 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
183 .texi.dvi:
184 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
186 install-info: $(INFO_DEPS)
187 $(mkinstalldirs) $(infodir)
188 for file in $(INFO_DEPS); do \
189 for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
190 if test -f $(srcdir)/$$ifile; then \
191 $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
192 else : ; fi; \
193 done; \
194 done
196 uninstall-info:
197 cd $(srcdir) && for file in *.info*; do \
198 rm -f $(infodir)/$$file; \
199 done
201 mostlyclean-info:
202 rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
203 automake.fns automake.ky automake.log automake.pg \
204 automake.toc automake.tp automake.vr automake.op
206 clean-info:
208 distclean-info:
210 maintainer-clean-info:
211 rm -f $(INFOS)
213 install-pkgdataDATA: $(pkgdata_DATA)
214 $(mkinstalldirs) $(pkgdatadir)
215 list="$(pkgdata_DATA)"; for p in $$list; do \
216 if test -f $(srcdir)/$$p; then \
217 $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
218 else if test -f $$p; then \
219 $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
220 fi; fi; \
221 done
223 uninstall-pkgdataDATA:
224 list="$(pkgdata_DATA)"; for p in $$list; do \
225 rm -f $(pkgdatadir)/$$p; \
226 done
228 # This directory's subdirectories are mostly independent; you can cd
229 # into them and run `make' without going through this Makefile.
230 # To change the values of `make' variables: instead of editing Makefiles,
231 # (1) if the variable is set in `config.status', edit `config.status'
232 # (which will cause the Makefiles to be regenerated when you run `make');
233 # (2) otherwise, pass the desired values on the `make' command line.
235 @SET_MAKE@
237 all-recursive install-data-recursive install-exec-recursive \
238 installdirs-recursive install-recursive uninstall-recursive \
239 check-recursive installcheck-recursive info-recursive dvi-recursive \
240 mostlyclean-recursive clean-recursive distclean-recursive \
241 maintainer-clean-recursive:
242 for subdir in $(SUBDIRS); do \
243 target=`echo $@ | sed s/-recursive//`; \
244 (cd $$subdir && $(MAKE) $$target) \
245 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
246 done && test -z "$$fail"
248 tags: TAGS
250 tags-recursive:
251 list="$(SUBDIRS)"; for subdir in $$list; do \
252 (cd $$subdir && $(MAKE) tags); \
253 done
255 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) \
256 $(TAGS_DEPENDENCIES)
257 tags=; \
258 here=`pwd`; \
259 for subdir in $(SUBDIRS); do \
260 test -f $$subdir/TAGS && { \
261 tags="$$tags -i $$here/$$subdir/TAGS"; \
263 done; \
264 test -z "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags" \
265 || etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS)
267 mostlyclean-tags:
269 clean-tags:
271 distclean-tags:
273 maintainer-clean-tags:
274 rm -f TAGS ID
276 distdir = $(PACKAGE)-$(VERSION)
277 # This target untars the dist file and tries a VPATH configuration. Then
278 # it guarantees that the distribution is self-contained by making another
279 # tarfile.
280 distcheck: dist
281 rm -rf $(distdir)
282 $(TAR) zxf $(distdir).tar.gz
283 mkdir $(distdir)/=build
284 mkdir $(distdir)/=inst
285 dc_install_base=`cd $(distdir)/=inst && pwd`; \
286 cd $(distdir)/=build \
287 && ../configure --srcdir=.. --prefix=$$dc_install_base \
288 && $(MAKE) \
289 && $(MAKE) dvi \
290 && $(MAKE) check \
291 && $(MAKE) install \
292 && $(MAKE) installcheck \
293 && $(MAKE) dist
294 rm -rf $(distdir)
295 @echo "========================"; \
296 echo "$(distdir).tar.gz is ready for distribution"; \
297 echo "========================"
298 dist: distdir
299 -chmod -R a+r $(distdir)
300 $(TAR) chozf $(distdir).tar.gz $(distdir)
301 rm -rf $(distdir)
302 distdir: $(DEP_DISTFILES)
303 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
304 echo "NEWS not updated; not releasing" 1>&2; \
305 exit 1; \
307 rm -rf $(distdir)
308 mkdir $(distdir)
309 -chmod 755 $(distdir)
310 distdir=`cd $(distdir) && pwd` \
311 && cd $(srcdir) \
312 && automake --include-deps --output-dir=$$distdir --strictness=gnits
313 @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
314 test -f $(distdir)/$$file \
315 || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
316 || cp -p $(srcdir)/$$file $(distdir)/$$file; \
317 done
318 for subdir in $(SUBDIRS); do \
319 test -d $(distdir)/$$subdir \
320 || mkdir $(distdir)/$$subdir \
321 || exit 1; \
322 chmod 755 $(distdir)/$$subdir; \
323 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
324 || exit 1; \
325 done
326 info: $(INFO_DEPS) info-recursive
328 dvi: $(DVIS) dvi-recursive
330 check: check-recursive
332 installcheck: installcheck-recursive installcheck-local
334 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
336 install-exec-am: install-binSCRIPTS
338 install-data-am: install-info install-pkgdataSCRIPTS install-pkgdataDATA
340 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
342 install-exec: install-exec-recursive install-exec-am
344 install-data: install-data-recursive install-data-am
346 install: install-recursive install-exec-am install-data-am
349 uninstall: uninstall-recursive uninstall-am
351 all: all-recursive all-am
353 install-strip:
354 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
355 installdirs: installdirs-recursive
356 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
359 mostlyclean-generic:
360 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
362 clean-generic:
363 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
365 distclean-generic:
366 rm -f Makefile $(DISTCLEANFILES)
367 rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
369 maintainer-clean-generic:
370 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
371 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
372 mostlyclean-am: mostlyclean-vti mostlyclean-info mostlyclean-tags \
373 mostlyclean-generic
375 clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am
377 distclean-am: distclean-vti distclean-info distclean-tags \
378 distclean-generic clean-am
380 maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \
381 maintainer-clean-tags maintainer-clean-generic \
382 distclean-am
384 mostlyclean: mostlyclean-am mostlyclean-recursive
386 clean: clean-am clean-recursive
388 distclean: distclean-am distclean-recursive
389 rm -f config.status
391 maintainer-clean: maintainer-clean-am maintainer-clean-recursive
392 @echo "This command is intended for maintainers to use;"
393 @echo "it deletes files that may require special tools to rebuild."
394 rm -f config.status
396 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
397 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
398 distclean-vti clean-vti maintainer-clean-vti install-info \
399 uninstall-info mostlyclean-info distclean-info clean-info \
400 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
401 install-data-recursive uninstall-data-recursive install-exec-recursive \
402 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
403 all-recursive check-recursive installcheck-recursive info-recursive \
404 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
405 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
406 distclean-tags clean-tags maintainer-clean-tags distdir info dvi check \
407 installcheck-local installcheck all-am install-exec-am install-data-am \
408 uninstall-am install-exec install-data install uninstall all \
409 installdirs mostlyclean-generic distclean-generic clean-generic \
410 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
413 # Check to make sure some installed files are executable.
414 installcheck-local:
415 $(PERL) -e "exit ! -x '$(pkgdatadir)/config.guess';"
416 $(PERL) -e "exit ! -x '$(pkgdatadir)/config.sub';"
417 $(PERL) -e "exit ! -x '$(pkgdatadir)/install-sh';"
418 $(PERL) -e "exit ! -x '$(pkgdatadir)/mdate-sh';"
419 $(PERL) -e "exit ! -x '$(pkgdatadir)/mkinstalldirs';"
421 # Some simple checks, and then ordinary check. These are only really
422 # guaranteed to work on my machine.
423 maintainer-check: automake aclocal
424 $(PERL) -c -w automake
425 $(PERL) -c -w aclocal
426 @if grep '^[^#].*true' $(srcdir)/[a-z]*.am; then \
427 echo "can't use 'true' in GNU Makefile" 1>&2; \
428 exit 1; \
429 else :; fi
430 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
431 echo "found too many uses of '\$${'" 1>&2; \
432 exit 1; \
433 else :; fi
434 @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
435 echo "found incorrect use of mkinstalldirs" 1>&2; \
436 exit 1; \
437 else :; fi
438 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
439 perl4.036 -c -w automake; \
440 perl4.036 -c -w aclocal; \
441 else :; fi
442 $(MAKE) check
444 # Tag before making distribution. Also, don't make a distribution if
445 # checks fail. Also, make sure the NEWS file is up-to-date.
446 cvs-dist: maintainer-check
447 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
448 echo "NEWS not updated; not releasing" 1>&2; \
449 exit 1; \
451 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
452 $(MAKE) dist
454 cvs-diff:
455 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
456 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
457 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
458 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
459 > $(PACKAGE)-$$prevno-$(VERSION).diff
460 .SUFFIXES:
461 .SUFFIXES: .texi .info .dvi
463 # Tell versions [3.59,3.63) of GNU make to not export all variables.
464 # Otherwise a system limit (for SysV at least) may be exceeded.
465 .NOEXPORT: