1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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
16 top_srcdir
= @top_srcdir@
19 exec_prefix = @
exec_prefix@
23 libexecdir
= @libexecdir@
25 sysconfdir
= @sysconfdir@
26 sharedstatedir
= @sharedstatedir@
27 localstatedir
= @localstatedir@
31 includedir = @
includedir@
32 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
45 AUTOHEADER
= @AUTOHEADER@
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
49 INSTALL_DATA
= @INSTALL_DATA@
50 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 AMTARFLAGS
= @AMTARFLAGS@
68 AUTOMAKE_OPTIONS
= gnits
1.4
69 MAINT_CHARSET
= latin1
73 bin_SCRIPTS
= automake aclocal
74 info_TEXINFOS
= automake.texi
76 amfiles
= clean-hdr.am clean-kr.am
clean.am comp-vars.am compile.am data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am header-vars.am header.am java-clean.am java.am kr-extra.am library.am libs-clean.am libs.am libtool.am lisp-clean.am lisp.am ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am multilib.am program.am progs-clean.am progs.am remake-hdr.am remake.am scripts.am subdirs.am tags-clean.am
tags.am texi-vers.am texinfos.am
79 dist_pkgdata_DATA
= COPYING INSTALL texinfo.
tex ansi2knr.c ansi2knr
.1 $(amfiles
)
82 scriptdir
= $(pkgdatadir
)
83 dist_script_DATA
= config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall
86 ETAGS_ARGS
= $(amfiles
)
87 TAGS_DEPENDENCIES
= $(ETAGS_ARGS
)
88 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
89 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
90 CONFIG_CLEAN_FILES
= automake aclocal
91 SCRIPTS
= $(bin_SCRIPTS
)
94 INFO_DEPS
= automake.
info
96 TEXINFOS
= automake.texi
97 DATA
= $(dist_pkgdata_DATA
) $(dist_script_DATA
)
99 DIST_COMMON
= README
$(dist_pkgdata_DATA
) $(dist_script_DATA
) AUTHORS \
100 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README-alpha \
101 THANKS TODO aclocal.in aclocal.m4 ansi2knr
.1 ansi2knr.c automake.in \
102 config.guess config.sub configure configure.in elisp-comp install-sh \
103 mdate-sh missing mkinstalldirs stamp-vti texinfo.
tex version.texi \
107 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
112 .SUFFIXES
: .
dvi .
info .ps .texi .texinfo .txi
113 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
114 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits Makefile
116 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
118 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
120 $(ACLOCAL_M4
): configure.in
121 cd
$(srcdir) && $(ACLOCAL
)
123 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
124 $(SHELL
) .
/config.status
--recheck
125 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
126 cd
$(srcdir) && $(AUTOCONF
)
127 automake
: $(top_builddir
)/config.status automake.in
128 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
129 aclocal
: $(top_builddir
)/config.status aclocal.in
130 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
132 install-binSCRIPTS
: $(bin_SCRIPTS
)
134 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
135 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
136 if
test -f
$$p; then \
137 echo
" $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
138 $(INSTALL_SCRIPT
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed '$(transform)'`; \
139 else if
test -f
$(srcdir)/$$p; then \
140 echo
" $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
141 $(INSTALL_SCRIPT
) $(srcdir)/$$p $(DESTDIR
)$(bindir)/`echo $$p|sed '$(transform)'`; \
145 uninstall-binSCRIPTS
:
147 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
148 file
="`echo $$p|sed '$(transform)'`"; \
149 echo
" rm -f $(DESTDIR)$(bindir)/$$file"; \
150 rm -f
$(DESTDIR
)$(bindir)/$$file; \
153 $(srcdir)/version.texi
: stamp-vti
156 $(srcdir)/stamp-vti
: automake.texi
$(top_srcdir
)/configure.in
157 @echo
"@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`" > vti.tmp
158 @echo
"@set EDITION $(VERSION)" >> vti.tmp
159 @echo
"@set VERSION $(VERSION)" >> vti.tmp
160 @cmp
-s vti.tmp
$(srcdir)/version.texi \
161 ||
(echo
"Updating $(srcdir)/version.texi"; \
162 cp vti.tmp
$(srcdir)/version.texi
)
164 @cp
$(srcdir)/version.texi
$@
173 maintainer-clean-vti
:
174 -rm -f
$(srcdir)/stamp-vti
$(srcdir)/version.texi
176 automake.
info: automake.texi version.texi
177 automake.
dvi: automake.texi version.texi
183 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
185 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
188 TEXINPUTS
=.
:$$TEXINPUTS \
189 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
192 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
194 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
197 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
199 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
202 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
204 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
207 TEXINPUTS
=.
:$$TEXINPUTS \
208 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
211 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
213 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
216 TEXINPUTS
=.
:$$TEXINPUTS \
217 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
220 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
222 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
226 install-info-am
: $(INFO_DEPS
)
228 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
229 @list
='$(INFO_DEPS)'; \
230 for file in
$$list; do \
232 for ifile in
`cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
233 if
test -f
$$d/$$ifile; then \
234 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
235 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
240 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
241 list
='$(INFO_DEPS)'; \
242 for file in
$$list; do \
243 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
244 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
250 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
251 list
='$(INFO_DEPS)'; \
252 for file in
$$list; do \
253 echo
" install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file"; \
254 install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$$file; \
258 @list
='$(INFO_DEPS)'; \
259 for file in
$$list; do \
260 (if cd
$(DESTDIR
)$(infodir); then \
261 echo
" rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
262 rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]; \
266 dist-info
: $(INFO_DEPS
)
267 list
='$(INFO_DEPS)'; \
268 for base in
$$list; do \
270 for file in
`cd $$d && eval echo $$base*`; do \
271 test -f
$(distdir
)/$$file \
272 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
273 || cp
-p
$$d/$$file $(distdir
)/$$file; \
278 -rm -f automake.aux automake.cp automake.cps automake.
dvi automake.fn \
279 automake.fns automake.pgs automake.ky automake.kys \
280 automake.ps automake.log automake.pg automake.toc automake.tp \
281 automake.tps automake.vr automake.vrs automake.op automake.tr \
282 automake.cv automake.cn
288 maintainer-clean-aminfo
:
289 cd
$(srcdir) && for i in
$(INFO_DEPS
); do \
291 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
296 install-dist_pkgdataDATA
: $(dist_pkgdata_DATA
)
298 $(mkinstalldirs
) $(DESTDIR
)$(pkgdatadir
)
299 @list
='$(dist_pkgdata_DATA)'; for p in
$$list; do \
300 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
301 f
="`echo $$p | sed -e 's|^.*/||'`"; \
302 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
303 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(pkgdatadir
)/$$f; \
306 uninstall-dist_pkgdataDATA
:
308 @list
='$(dist_pkgdata_DATA)'; for p in
$$list; do \
309 f
="`echo $$p | sed -e 's|^.*/||'`"; \
310 echo
" rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
311 rm -f
$(DESTDIR
)$(pkgdatadir
)/$$f; \
314 install-dist_scriptDATA
: $(dist_script_DATA
)
316 $(mkinstalldirs
) $(DESTDIR
)$(scriptdir
)
317 @list
='$(dist_script_DATA)'; for p in
$$list; do \
318 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
319 f
="`echo $$p | sed -e 's|^.*/||'`"; \
320 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(scriptdir)/$$f"; \
321 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(scriptdir
)/$$f; \
324 uninstall-dist_scriptDATA
:
326 @list
='$(dist_script_DATA)'; for p in
$$list; do \
327 f
="`echo $$p | sed -e 's|^.*/||'`"; \
328 echo
" rm -f $(DESTDIR)$(scriptdir)/$$f"; \
329 rm -f
$(DESTDIR
)$(scriptdir
)/$$f; \
332 # This directory's subdirectories are mostly independent; you can cd
333 # into them and run `make' without going through this Makefile.
334 # To change the values of `make' variables: instead of editing Makefiles,
335 # (1) if the variable is set in `config.status', edit `config.status'
336 # (which will cause the Makefiles to be regenerated when you run `make');
337 # (2) otherwise, pass the desired values on the `make' command line.
341 all-recursive install-data-recursive install-exec-recursive \
342 installdirs-recursive install-recursive uninstall-recursive \
343 check-recursive installcheck-recursive info-recursive dvi-recursive
:
344 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
346 target
=`echo $@ | sed s/-recursive//`; \
347 list
='$(SUBDIRS)'; for subdir in
$$list; do \
348 echo
"Making $$target in $$subdir"; \
349 if
test "$$subdir" = "."; then \
351 local_target
="$$target-am"; \
353 local_target
="$$target"; \
355 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
356 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
358 if
test "$$dot_seen" = "no"; then \
359 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
362 mostlyclean-recursive clean-recursive distclean-recursive \
363 maintainer-clean-recursive
:
364 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
366 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
367 rev
="$$subdir $$rev"; \
368 if
test "$$subdir" = "."; then dot_seen
=yes
; else :; fi
; \
370 test "$$dot_seen" = "no" && rev
=". $$rev"; \
371 target
=`echo $@ | sed s/-recursive//`; \
372 for subdir in
$$rev; do \
373 echo
"Making $$target in $$subdir"; \
374 if
test "$$subdir" = "."; then \
375 local_target
="$$target-am"; \
377 local_target
="$$target"; \
379 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
380 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
381 done
&& test -z
"$$fail"
383 list
='$(SUBDIRS)'; for subdir in
$$list; do \
384 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
389 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
390 list
='$(SOURCES) $(HEADERS)'; \
391 unique
=`for i in $$list; do echo $$i; done | \
392 awk ' { files[$$0] = 1; } \
393 END { for (i in files) print i; }'`; \
394 here
=`pwd` && cd
$(srcdir) \
395 && mkid
-f
$$here/ID
$$unique $(LISP
)
397 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
400 list
='$(SUBDIRS)'; for subdir in
$$list; do \
401 if
test "$$subdir" = .
; then
:; else \
402 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
405 list
='$(SOURCES) $(HEADERS)'; \
406 unique
=`for i in $$list; do echo $$i; done | \
407 awk ' { files[$$0] = 1; } \
408 END { for (i in files) print i; }'`; \
409 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
410 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
419 maintainer-clean-tags
:
421 distdir
= $(PACKAGE
)-$(VERSION
)
422 top_distdir
= $(distdir
)
424 # This target untars the dist file and tries a VPATH configuration. Then
425 # it guarantees that the distribution is self-contained by making another
429 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(TAR
) xf
-
430 mkdir
$(distdir
)/=build
431 mkdir
$(distdir
)/=inst
432 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
433 cd
$(distdir
)/=build \
434 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
435 && $(MAKE
) $(AM_MAKEFLAGS
) \
436 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
437 && $(MAKE
) $(AM_MAKEFLAGS
) check \
438 && $(MAKE
) $(AM_MAKEFLAGS
) install \
439 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
440 && $(MAKE
) $(AM_MAKEFLAGS
) dist
442 @banner
="$(distdir).tar.gz is ready for distribution"; \
443 dashes
=`echo "$$banner" | sed s/./=/g`; \
448 -chmod
-R a
+r
$(distdir
)
449 tar ch
$(AMTARFLAGS
)f
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
> $(distdir
).
tar.gz
452 -chmod
-R a
+r
$(distdir
)
453 tar ch
$(AMTARFLAGS
)f
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
> $(distdir
).
tar.gz
455 distdir
: $(DISTFILES
)
456 @if sed
15q
$(srcdir)/NEWS | fgrep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
457 echo
"NEWS not updated; not releasing" 1>&2; \
462 -chmod
777 $(distdir
)
463 here
=`cd $(top_builddir) && pwd`; \
464 top_distdir
=`cd $(distdir) && pwd`; \
465 distdir
=`cd $(distdir) && pwd`; \
467 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnits Makefile
468 @for file in
$(DISTFILES
); do \
470 if
test -d
$$d/$$file; then \
471 cp
-pr
$$d/$$file $(distdir
)/$$file; \
473 test -f
$(distdir
)/$$file \
474 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
475 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
478 for subdir in
$(SUBDIRS
); do \
479 if
test "$$subdir" = .
; then
:; else \
480 test -d
$(distdir
)/$$subdir \
481 || mkdir
$(distdir
)/$$subdir \
483 chmod
777 $(distdir
)/$$subdir; \
484 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
488 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
489 info-am
: $(INFO_DEPS
)
494 check: check-recursive
495 installcheck-am
: installcheck-local
496 installcheck: installcheck-recursive
497 install-exec-am
: install-binSCRIPTS
498 install-exec
: install-exec-recursive
500 install-data-am
: install-info-am install-dist_pkgdataDATA \
501 install-dist_scriptDATA
503 $(MAKE
) $(AM_MAKEFLAGS
) install-data-hook
504 install-data
: install-data-recursive
507 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
508 install: install-recursive
509 uninstall-am
: uninstall-binSCRIPTS uninstall-info \
510 uninstall-dist_pkgdataDATA uninstall-dist_scriptDATA
511 uninstall: uninstall-recursive
512 all-am
: Makefile
$(INFO_DEPS
) $(SCRIPTS
) $(DATA
)
513 all-redirect
: all-recursive
515 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
516 installdirs: installdirs-recursive
518 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(infodir) \
519 $(DESTDIR
)$(dist_pkgdatadir
) \
520 $(DESTDIR
)$(dist_scriptdir
)
528 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
529 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
531 maintainer-clean-generic
:
532 mostlyclean-am
: mostlyclean-vti mostlyclean-aminfo mostlyclean-tags \
535 mostlyclean: mostlyclean-recursive
537 clean-am
: clean-vti clean-aminfo clean-tags clean-generic \
540 clean: clean-recursive
542 distclean-am
: distclean-vti distclean-aminfo distclean-tags \
543 distclean-generic clean-am
545 distclean: distclean-recursive
548 maintainer-clean-am
: maintainer-clean-vti maintainer-clean-aminfo \
549 maintainer-clean-tags maintainer-clean-generic \
551 @echo
"This command is intended for maintainers to use;"
552 @echo
"it deletes files that may require special tools to rebuild."
554 maintainer-clean
: maintainer-clean-recursive
557 .PHONY
: uninstall-binSCRIPTS install-binSCRIPTS mostlyclean-vti \
558 distclean-vti clean-vti maintainer-clean-vti install-info-am \
559 uninstall-info mostlyclean-aminfo distclean-aminfo clean-aminfo \
560 maintainer-clean-aminfo uninstall-dist_pkgdataDATA \
561 install-dist_pkgdataDATA uninstall-dist_scriptDATA \
562 install-dist_scriptDATA install-data-recursive uninstall-data-recursive \
563 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
564 uninstalldirs-recursive all-recursive check-recursive \
565 installcheck-recursive info-recursive dvi-recursive \
566 mostlyclean-recursive distclean-recursive clean-recursive \
567 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
568 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
569 dvi-am
dvi check check-am installcheck-local installcheck-am \
570 installcheck install-exec-am install-exec install-data-am install-data \
571 install-am
install uninstall-am
uninstall all-redirect all-am
all \
572 install-strip installdirs-am
installdirs mostlyclean-generic \
573 distclean-generic clean-generic maintainer-clean-generic
clean \
574 mostlyclean distclean maintainer-clean
579 @for prog in
$(dist_script_DATA
); do \
580 echo
" chmod +x $(DESTDIR)$(scriptdir)/$$prog"; \
581 chmod
+x
$(DESTDIR
)$(scriptdir
)/$$prog; \
585 for file in
$(dist_script_DATA
); do \
586 $(PERL
) -e
"exit ! -x '$(pkgdatadir)/$$file';" || exit
1; \
589 ################################################################
591 # Run the test suite using Perl 4.
592 perl4-check
: automake aclocal
593 @if
$(SHELL
) -c
'perl4.036 -v' > /dev
/null
2>&1; then \
594 $(MAKE
) PERL
=perl4.036
check; \
597 # Some simple checks, and then ordinary check. These are only really
598 # guaranteed to work on my machine.
599 maintainer-check
: automake aclocal
600 @if
test `diff $(srcdir)/automake.in automake | wc -l` -ne
22; then \
601 echo
"found too many diffs between automake.in and automake"; 1>&2; \
602 diff
-c
$(srcdir)/automake.in automake
; \
605 $(PERL
) -c
-w automake
606 $(PERL
) -c
-w aclocal
607 @if
test `fgrep '\$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne
0; then \
608 echo
"found too many uses of '\$${'" 1>&2; \
611 @if
test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne
0; then \
612 echo
"found incorrect use of mkinstalldirs" 1>&2; \
615 @if
$(SHELL
) -c
'perl4.036 -v' >/dev
/null
2>&1; then \
616 perl4.036
-c
-w automake
; \
617 perl4.036
-c
-w aclocal
; \
619 @if grep undef
$(srcdir)/automake.in
> /dev
/null
2>&1; then \
620 echo
"Found undef in automake.in; use delete instead" 1>&2; \
623 @if fgrep
'split (/ /' $(srcdir)/automake.in
> /dev
/null
2>&1; then \
624 echo
"Found bad split in automake.in" 1>&2; \
628 # Tag before making distribution. Also, don't make a distribution if
629 # checks fail. Also, make sure the NEWS file is up-to-date.
630 cvs-dist
: maintainer-check perl4-check distcheck
631 @if sed
1q
$(srcdir)/NEWS | grep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
632 echo
"NEWS not updated; not releasing" 1>&2; \
635 cd
$(srcdir) && cvs
-q tag
`echo "Release-$(VERSION)" | sed 's/\./-/g'`
639 thisver
=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
640 if
test -z
"$$OLDVERSION"; then \
641 prevno
=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
642 else prevno
="$$OLDVERSION"; fi
; \
643 prevver
=Release-
`echo $$prevno | sed 's/\./-/g'`; \
644 cvs
-f rdiff
-c
-r
$$prevver -r
$$thisver $(PACKAGE
) \
645 > $(PACKAGE
)-$$prevno-$(VERSION
).diff
649 find .
-print | xargs pathchk
-p
); \
654 # Tell versions [3.59,3.63) of GNU make to not export all variables.
655 # Otherwise a system limit (for SysV at least) may be exceeded.