aclocal fix
[automake.git] / Makefile.in
blobf12c14caef1fd7e8d8cf8640837d02179dffcc83
1 # Makefile.in generated automatically by automake 1.2c from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
14 SHELL = /bin/sh
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
52 NORMAL_INSTALL = true
53 PRE_INSTALL = true
54 POST_INSTALL = true
55 NORMAL_UNINSTALL = true
56 PRE_UNINSTALL = true
57 POST_UNINSTALL = true
58 MAKEINFO = @MAKEINFO@
59 PACKAGE = @PACKAGE@
60 PERL = @PERL@
61 TAR = @TAR@
62 VERSION = @VERSION@
64 AUTOMAKE_OPTIONS = gnits
65 MAINT_CHARSET = latin1
67 SUBDIRS = tests m4
69 bin_SCRIPTS = automake aclocal
70 info_TEXINFOS = automake.texi
72 pkgdata_DATA = clean-kr.am clean.am clean-hdr.am comp-vars.am \
73 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
74 footer.am header.am header-vars.am kr-extra.am libs.am library.am \
75 libtool.am ltlib.am ltlibrary.am mans-vars.am program.am progs.am \
76 remake-hdr.am remake.am scripts.am subdirs.am tags.am tags-clean.am \
77 texi-vers.am texinfos.am libs-clean.am ltlib-clean.am progs-clean.am \
78 data-clean.am COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
79 lisp.am lisp-clean.am
81 pkgdata_SCRIPTS = config.guess config.sub install-sh mdate-sh missing \
82 mkinstalldirs elisp-comp ylwrap acinstall
84 EXTRA_DIST = acinstall $(pkgdata_DATA)
86 # The following requires a fixed version of the Emacs 19.30 etags.
87 ETAGS_ARGS = automake.in aclocal.in --lang=none \
88 --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
89 TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_CLEAN_FILES = automake aclocal
93 SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
95 TEXI2DVI = texi2dvi
96 TEXINFO_TEX = $(srcdir)/texinfo.tex
97 INFO_DEPS = automake.info
98 DVIS = automake.dvi
99 TEXINFOS = automake.texi
100 DATA = $(pkgdata_DATA)
102 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
103 Makefile.in NEWS THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 \
104 ansi2knr.c automake.in config.guess config.sub configure configure.in \
105 elisp-comp install-sh mdate-sh missing mkinstalldirs stamp-vti \
106 texinfo.tex version.texi ylwrap
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 GZIP = --best
112 default: all
114 .SUFFIXES:
115 .SUFFIXES: .dvi .info .ps .texi .texinfo
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
120 cd $(top_builddir) \
121 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
123 $(ACLOCAL_M4): configure.in
124 cd $(srcdir) && $(ACLOCAL)
126 config.status: $(srcdir)/configure
127 $(SHELL) ./config.status --recheck
128 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
129 cd $(srcdir) && $(AUTOCONF)
130 automake: $(top_builddir)/config.status automake.in
131 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
132 aclocal: $(top_builddir)/config.status aclocal.in
133 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
135 install-binSCRIPTS: $(bin_SCRIPTS)
136 @$(NORMAL_INSTALL)
137 $(mkinstalldirs) $(bindir)
138 @list='$(bin_SCRIPTS)'; for p in $$list; do \
139 if test -f $$p; then \
140 echo " $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
141 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
142 else if test -f $(srcdir)/$$p; then \
143 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
144 $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
145 else :; fi; fi; \
146 done
148 uninstall-binSCRIPTS:
149 $(NORMAL_UNINSTALL)
150 list='$(bin_SCRIPTS)'; for p in $$list; do \
151 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
152 done
154 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
155 @$(NORMAL_INSTALL)
156 $(mkinstalldirs) $(pkgdatadir)
157 @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
158 if test -f $$p; then \
159 echo " $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
160 $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
161 else if test -f $(srcdir)/$$p; then \
162 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
163 $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
164 else :; fi; fi; \
165 done
167 uninstall-pkgdataSCRIPTS:
168 $(NORMAL_UNINSTALL)
169 list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
170 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
171 done
173 version.texi: stamp-vti
174 cp $(srcdir)/stamp-vti $(srcdir)/version.texi
176 stamp-vti: automake.texi $(top_srcdir)/configure.in
177 @echo "@set UPDATED `cd $(srcdir) \
178 && $(SHELL) ./mdate-sh automake.texi`" > vti.tmp
179 @echo "@set EDITION $(VERSION)" >> vti.tmp
180 @echo "@set VERSION $(VERSION)" >> vti.tmp
181 @cmp -s vti.tmp $(srcdir)/stamp-vti \
182 || (echo "Updating $(srcdir)/stamp-vti"; \
183 cp vti.tmp $(srcdir)/stamp-vti)
184 -@rm -f vti.tmp
186 mostlyclean-vti:
187 -rm -f vti.tmp
189 clean-vti:
191 distclean-vti:
193 maintainer-clean-vti:
194 -rm -f stamp-vti version.texi
196 automake.info: automake.texi version.texi
197 automake.dvi: automake.texi version.texi
200 DVIPS = dvips
202 .texi.info:
203 @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
204 cd $(srcdir) \
205 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
207 .texi.dvi:
208 TEXINPUTS=$(srcdir):$$TEXINPUTS \
209 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
211 .texi:
212 @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
213 cd $(srcdir) \
214 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
216 .texinfo.info:
217 @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
218 cd $(srcdir) \
219 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
221 .texinfo:
222 @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
223 cd $(srcdir) \
224 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
226 .texinfo.dvi:
227 TEXINPUTS=$(srcdir):$$TEXINPUTS \
228 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
229 .dvi.ps:
230 $(DVIPS) $< -o $@
232 install-info-am: $(INFO_DEPS)
233 @$(NORMAL_INSTALL)
234 $(mkinstalldirs) $(infodir)
235 @for file in $(INFO_DEPS); do \
236 d=$(srcdir); \
237 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
238 if test -f $$d/$$ifile; then \
239 echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
240 $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
241 else : ; fi; \
242 done; \
243 done
244 @$(POST_INSTALL)
245 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
246 for file in $(INFO_DEPS); do \
247 echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
248 install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
249 done; \
250 else : ; fi
252 uninstall-info:
253 $(PRE_UNINSTALL)
254 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
255 ii=yes; \
256 else ii=; fi; \
257 for file in $(INFO_DEPS); do \
258 test -z "$ii" \
259 || install-info --info-dir=$(infodir) --remove $$file; \
260 done
261 $(NORMAL_UNINSTALL)
262 for file in $(INFO_DEPS); do \
263 (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
264 done
266 dist-info: $(INFO_DEPS)
267 for base in $(INFO_DEPS); do \
268 d=$(srcdir); \
269 for file in `cd $$d && eval echo $$base*`; do \
270 test -f $(distdir)/$$file \
271 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
272 || cp -p $$d/$$file $(distdir)/$$file; \
273 done; \
274 done
276 mostlyclean-aminfo:
277 -rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
278 automake.fns automake.ky automake.kys automake.ps \
279 automake.log automake.pg automake.toc automake.tp \
280 automake.tps automake.vr automake.vrs automake.op automake.tr \
281 automake.cv automake.cn
283 clean-aminfo:
285 distclean-aminfo:
287 maintainer-clean-aminfo:
288 for i in $(INFO_DEPS); do \
289 rm -f $$i; \
290 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
291 rm -f $$i-[0-9]*; \
292 fi; \
293 done
295 install-pkgdataDATA: $(pkgdata_DATA)
296 @$(NORMAL_INSTALL)
297 $(mkinstalldirs) $(pkgdatadir)
298 @list='$(pkgdata_DATA)'; for p in $$list; do \
299 if test -f $(srcdir)/$$p; then \
300 echo " $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p"; \
301 $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
302 else if test -f $$p; then \
303 echo " $(INSTALL_DATA) $$p $(pkgdatadir)/$$p"; \
304 $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
305 fi; fi; \
306 done
308 uninstall-pkgdataDATA:
309 $(NORMAL_UNINSTALL)
310 list='$(pkgdata_DATA)'; for p in $$list; do \
311 rm -f $(pkgdatadir)/$$p; \
312 done
314 # This directory's subdirectories are mostly independent; you can cd
315 # into them and run `make' without going through this Makefile.
316 # To change the values of `make' variables: instead of editing Makefiles,
317 # (1) if the variable is set in `config.status', edit `config.status'
318 # (which will cause the Makefiles to be regenerated when you run `make');
319 # (2) otherwise, pass the desired values on the `make' command line.
321 @SET_MAKE@
323 all-recursive install-data-recursive install-exec-recursive \
324 installdirs-recursive install-recursive uninstall-recursive \
325 check-recursive installcheck-recursive info-recursive dvi-recursive:
326 @set fnord $(MAKEFLAGS); amf=$$2; \
327 for subdir in $(SUBDIRS); do \
328 target=`echo $@ | sed s/-recursive//`; \
329 echo "Making $$target in $$subdir"; \
330 (cd $$subdir && $(MAKE) $$target) \
331 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
332 done && test -z "$$fail"
334 mostlyclean-recursive clean-recursive distclean-recursive \
335 maintainer-clean-recursive:
336 @set fnord $(MAKEFLAGS); amf=$$2; \
337 rev=''; for subdir in $(SUBDIRS); do rev="$$subdir $$rev"; done; \
338 for subdir in $$rev; do \
339 target=`echo $@ | sed s/-recursive//`; \
340 echo "Making $$target in $$subdir"; \
341 (cd $$subdir && $(MAKE) $$target) \
342 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
343 done && test -z "$$fail"
344 tags-recursive:
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 (cd $$subdir && $(MAKE) tags); \
347 done
349 tags: TAGS
351 ID: $(HEADERS) $(SOURCES)
352 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
354 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
355 tags=; \
356 here=`pwd`; \
357 list='$(SUBDIRS)'; for subdir in $$list; do \
358 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
359 done; \
360 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
361 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
363 mostlyclean-tags:
365 clean-tags:
367 distclean-tags:
368 -rm -f TAGS ID
370 maintainer-clean-tags:
372 distdir = $(PACKAGE)-$(VERSION)
373 top_distdir = $(distdir)
375 # This target untars the dist file and tries a VPATH configuration. Then
376 # it guarantees that the distribution is self-contained by making another
377 # tarfile.
378 distcheck: dist
379 -rm -rf $(distdir)
380 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
381 mkdir $(distdir)/=build
382 mkdir $(distdir)/=inst
383 dc_install_base=`cd $(distdir)/=inst && pwd`; \
384 cd $(distdir)/=build \
385 && ../configure --srcdir=.. --prefix=$$dc_install_base \
386 && $(MAKE) \
387 && $(MAKE) dvi \
388 && $(MAKE) check \
389 && $(MAKE) install \
390 && $(MAKE) installcheck \
391 && $(MAKE) dist
392 -rm -rf $(distdir)
393 @echo "========================"; \
394 echo "$(distdir).tar.gz is ready for distribution"; \
395 echo "========================"
396 dist: distdir
397 -chmod -R a+r $(distdir)
398 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
399 -rm -rf $(distdir)
400 dist-all: distdir
401 -chmod -R a+r $(distdir)
402 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
403 -rm -rf $(distdir)
404 distdir: $(DISTFILES)
405 -rm -rf $(distdir)
406 mkdir $(distdir)
407 -chmod 777 $(distdir)
408 here=`cd $(top_builddir) && pwd`; \
409 top_distdir=`cd $(distdir) && pwd`; \
410 distdir=`cd $(distdir) && pwd`; \
411 cd $(top_srcdir) \
412 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits Makefile
413 @for file in $(DISTFILES); do \
414 d=$(srcdir); \
415 test -f $(distdir)/$$file \
416 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
417 || cp -p $$d/$$file $(distdir)/$$file; \
418 done
419 for subdir in $(SUBDIRS); do \
420 test -d $(distdir)/$$subdir \
421 || mkdir $(distdir)/$$subdir \
422 || exit 1; \
423 chmod 777 $(distdir)/$$subdir; \
424 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
425 || exit 1; \
426 done
427 $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
428 info: $(INFO_DEPS) info-recursive
429 dvi: $(DVIS) dvi-recursive
430 check: all-am
431 $(MAKE) check-recursive
432 installcheck: installcheck-recursive installcheck-local
433 all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(DATA)
435 install-exec-am: install-binSCRIPTS
437 install-data-am: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
439 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
441 install-exec: install-exec-recursive install-exec-am
442 @$(NORMAL_INSTALL)
444 install-data: install-data-recursive install-data-am
445 @$(NORMAL_INSTALL)
447 install: install-recursive install-exec-am install-data-am
450 uninstall: uninstall-recursive uninstall-am
452 all: all-recursive all-am
454 install-strip:
455 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
456 installdirs: installdirs-recursive
457 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
460 mostlyclean-generic:
461 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
463 clean-generic:
464 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
466 distclean-generic:
467 -rm -f Makefile $(DISTCLEANFILES)
468 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
469 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
471 maintainer-clean-generic:
472 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
473 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
474 mostlyclean-am: mostlyclean-vti mostlyclean-aminfo mostlyclean-tags \
475 mostlyclean-generic
477 clean-am: clean-vti clean-aminfo clean-tags clean-generic \
478 mostlyclean-am
480 distclean-am: distclean-vti distclean-aminfo distclean-tags \
481 distclean-generic clean-am
483 maintainer-clean-am: maintainer-clean-vti maintainer-clean-aminfo \
484 maintainer-clean-tags maintainer-clean-generic \
485 distclean-am
487 mostlyclean: mostlyclean-recursive mostlyclean-am
489 clean: clean-recursive clean-am
491 distclean: distclean-recursive distclean-am
492 -rm -f config.status
494 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
495 @echo "This command is intended for maintainers to use;"
496 @echo "it deletes files that may require special tools to rebuild."
497 -rm -f config.status
499 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
500 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
501 distclean-vti clean-vti maintainer-clean-vti install-info-am \
502 uninstall-info mostlyclean-aminfo distclean-aminfo clean-aminfo \
503 maintainer-clean-aminfo uninstall-pkgdataDATA install-pkgdataDATA \
504 install-data-recursive uninstall-data-recursive install-exec-recursive \
505 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
506 all-recursive check-recursive installcheck-recursive info-recursive \
507 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
508 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
509 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
510 installcheck-local installcheck all-am install-exec-am install-data-am \
511 uninstall-am install-exec install-data install uninstall all \
512 installdirs mostlyclean-generic distclean-generic clean-generic \
513 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
516 -rm -rf testSubdir
517 installcheck-local:
518 for file in $(pkgdata_SCRIPTS); do \
519 $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
520 done
522 ################################################################
524 # Run the test suite using Perl 4.
525 perl4-check: automake aclocal
526 @if $(SHELL) -c 'perl4.036 -v' > /dev/null 2>&1; then \
527 $(MAKE) PERL=perl4.036 check; \
528 else :; fi
530 # Some simple checks, and then ordinary check. These are only really
531 # guaranteed to work on my machine.
532 maintainer-check: automake aclocal
533 @if test `diff automake.in automake | wc -l` -ne 24; then \
534 echo "found too many diffs between automake.in and automake"; 1>&2; \
535 diff -c automake.in automake; \
536 exit 1; \
538 $(PERL) -c -w automake
539 $(PERL) -c -w aclocal
540 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
541 echo "found too many uses of '\$${'" 1>&2; \
542 exit 1; \
543 else :; fi
544 @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
545 echo "found incorrect use of mkinstalldirs" 1>&2; \
546 exit 1; \
547 else :; fi
548 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
549 perl4.036 -c -w automake; \
550 perl4.036 -c -w aclocal; \
551 else :; fi
552 @if grep undef $(srcdir)/automake.in > /dev/null 2>&1; then \
553 echo "Found undef in automake.in; use delete instead" 1>&2; \
554 exit 1; \
556 @if fgrep 'split (/ /' $(srcdir)/automake.in > /dev/null 2>&1; then \
557 echo "Found bad split in automake.in" 1>&2; \
558 exit 1; \
561 # Tag before making distribution. Also, don't make a distribution if
562 # checks fail. Also, make sure the NEWS file is up-to-date.
563 cvs-dist: maintainer-check perl4-check distcheck
564 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
565 echo "NEWS not updated; not releasing" 1>&2; \
566 exit 1; \
568 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
569 $(MAKE) dist
571 cvs-diff:
572 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
573 if test -z "$$OLDVERSION"; then \
574 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
575 else prevno="$$OLDVERSION"; fi; \
576 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
577 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
578 > $(PACKAGE)-$$prevno-$(VERSION).diff
580 path-check: distdir
581 (cd $(distdir) && \
582 find . -print | xargs pathchk -p); \
583 status=$$?; \
584 rm -rf $(distdir); \
585 exit $$status
587 # Tell versions [3.59,3.63) of GNU make to not export all variables.
588 # Otherwise a system limit (for SysV at least) may be exceeded.
589 .NOEXPORT: