1 # Makefile.in generated automatically by automake 1.4g from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir
= @top_srcdir@
22 exec_prefix = @
exec_prefix@
26 libexecdir
= @libexecdir@
28 sysconfdir
= @sysconfdir@
29 sharedstatedir
= @sharedstatedir@
30 localstatedir
= @localstatedir@
34 includedir = @
includedir@
35 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
44 AUTOHEADER
= @AUTOHEADER@
47 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
48 INSTALL_DATA
= @INSTALL_DATA@
49 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
50 INSTALL_HEADER
= $(INSTALL_DATA
)
51 transform
= @program_transform_name@
61 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
65 _am_include
= @_am_include@
66 _am_quote
= @_am_quote@
67 install_sh
= @install_sh@
69 AUTOMAKE_OPTIONS
= 1.4 dist-bzip2
71 SUBDIRS
= . m4 lib tests
73 bin_SCRIPTS
= automake aclocal
74 info_TEXINFOS
= automake.texi
76 TAGS_FILES
= automake.in aclocal.in
78 # The following requires a fixed version of the Emacs 19.30 etags.
79 ETAGS_ARGS
= --lang
=none \
80 --regex
='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi
82 TAGS_DEPENDENCIES
= automake.texi
84 EXTRA_DIST
= ChangeLog
.1996 ChangeLog
.1998 ChangeLog
.2000
88 FETCHFILES
= config.guess config.sub ansi2knr.c
92 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
93 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/lib
/mkinstalldirs
94 CONFIG_CLEAN_FILES
= automake aclocal
95 SCRIPTS
= $(bin_SCRIPTS
)
98 TEXINFO_TEX
= $(top_srcdir
)/lib
/texinfo.
tex
99 INFO_DEPS
= automake.
info
101 TEXINFOS
= automake.texi
103 RECURSIVE_TARGETS
= info-recursive dvi-recursive install-info-recursive \
104 uninstall-info-recursive all-recursive install-data-recursive \
105 install-exec-recursive installdirs-recursive install-recursive \
106 uninstall-recursive check-recursive installcheck-recursive
107 DIST_COMMON
= README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
108 Makefile.in NEWS README-alpha THANKS TODO aclocal.in aclocal.m4 \
109 automake.in configure configure.in install-sh mdate-sh missing \
110 mkinstalldirs stamp-vti version.texi
111 DIST_SUBDIRS
= $(SUBDIRS
)
115 .SUFFIXES
: .
dvi .
info .ps .texi
116 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
117 cd
$(top_srcdir
) && \
118 $(AUTOMAKE
) --gnits Makefile
119 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
120 cd
$(top_builddir
) && \
121 CONFIG_HEADERS
= CONFIG_LINKS
= \
122 CONFIG_FILES
=$@
$(SHELL
) .
/config.status
124 $(top_builddir
)/config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
125 $(SHELL
) .
/config.status
--recheck
126 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
127 cd
$(srcdir) && $(AUTOCONF
)
129 $(ACLOCAL_M4
): configure.in
130 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
131 automake
: $(top_builddir
)/config.status automake.in
132 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= CONFIG_LINKS
= $(SHELL
) .
/config.status
133 aclocal
: $(top_builddir
)/config.status aclocal.in
134 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= CONFIG_LINKS
= $(SHELL
) .
/config.status
135 install-binSCRIPTS
: $(bin_SCRIPTS
)
137 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
138 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
139 f
="`echo $$p|sed '$(transform)'`"; \
140 if
test -f
$$p; then \
141 echo
" $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
142 $(INSTALL_SCRIPT
) $$p $(DESTDIR
)$(bindir)/$$f; \
143 elif
test -f
$(srcdir)/$$p; then \
144 echo
" $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
145 $(INSTALL_SCRIPT
) $(srcdir)/$$p $(DESTDIR
)$(bindir)/$$f; \
149 uninstall-binSCRIPTS
:
151 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
152 f
="`echo $$p|sed '$(transform)'`"; \
153 echo
" rm -f $(DESTDIR)$(bindir)/$$f"; \
154 rm -f
$(DESTDIR
)$(bindir)/$$f; \
157 $(srcdir)/version.texi
: $(srcdir)/stamp-vti
159 $(srcdir)/stamp-vti
: automake.texi
$(top_srcdir
)/configure.in
160 @
(set
`$(SHELL) $(top_srcdir)/lib/mdate-sh $(srcdir)/automake.texi`; \
161 echo
"@set UPDATED $$1 $$2 $$3"; \
162 echo
"@set UPDATED-MONTH $$2 $$3"; \
163 echo
"@set EDITION $(VERSION)"; \
164 echo
"@set VERSION $(VERSION)") > vti.tmp
165 @cmp
-s vti.tmp
$(srcdir)/version.texi \
166 ||
(echo
"Updating $(srcdir)/version.texi"; \
167 cp vti.tmp
$(srcdir)/version.texi
)
169 @cp
$(srcdir)/version.texi
$@
174 maintainer-clean-vti
:
175 -rm -f
$(srcdir)/stamp-vti
$(srcdir)/version.texi
177 automake.
info: automake.texi
$(srcdir)/version.texi
178 automake.
dvi: automake.texi
$(srcdir)/version.texi
181 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
183 && $(MAKEINFO
) $(AM_MAKEINFOFLAGS
) $(MAKEINFOFLAGS
) \
184 `echo $< | sed 's,.*/,,'`
187 TEXINPUTS
=$(top_srcdir
)/lib
:$$TEXINPUTS \
188 MAKEINFO
='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
192 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
194 && $(MAKEINFO
) $(AM_MAKEINFOFLAGS
) $(MAKEINFOFLAGS
) \
195 `echo $< | sed 's,.*/,,'`
197 MAKEINFO
= @MAKEINFO@
205 @if
(install-info
--version
&& \
206 install-info
--version | fgrep
-i
-v debian
) >/dev
/null
2>&1; then \
207 list
='$(INFO_DEPS)'; \
208 for file in
$$list; do \
209 echo
" install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
210 install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$(DESTDIR
)$(infodir)/$$file; \
214 @list
='$(INFO_DEPS)'; \
215 for file in
$$list; do \
216 (if cd
$(DESTDIR
)$(infodir); then \
217 echo
" rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
218 rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]; \
222 dist-info
: $(INFO_DEPS
)
223 list
='$(INFO_DEPS)'; \
224 for base in
$$list; do \
226 for file in
`CDPATH=: && cd $$d && eval echo $$base*`; do \
227 test -f
$(distdir
)/$$file \
228 || cp
-p
$$d/$$file $(distdir
)/$$file; \
233 -rm -f automake.aux automake.cm automake.cp automake.cps automake.cv \
234 automake.
dvi automake.fn automake.ky automake.log automake.op \
235 automake.ov automake.pg automake.ps automake.toc automake.tp \
236 automake.tr automake.vr automake.vrs
238 maintainer-clean-aminfo
:
240 for i in
$(INFO_DEPS
); do \
242 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
247 # This directory's subdirectories are mostly independent; you can cd
248 # into them and run `make' without going through this Makefile.
249 # To change the values of `make' variables: instead of editing Makefiles,
250 # (1) if the variable is set in `config.status', edit `config.status'
251 # (which will cause the Makefiles to be regenerated when you run `make');
252 # (2) otherwise, pass the desired values on the `make' command line.
253 $(RECURSIVE_TARGETS
):
254 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
256 target
=`echo $@ | sed s/-recursive//`; \
257 list
='$(SUBDIRS)'; for subdir in
$$list; do \
258 echo
"Making $$target in $$subdir"; \
259 if
test "$$subdir" = "."; then \
261 local_target
="$$target-am"; \
263 local_target
="$$target"; \
265 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
266 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
268 if
test "$$dot_seen" = "no"; then \
269 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
272 mostlyclean-recursive clean-recursive distclean-recursive \
273 maintainer-clean-recursive
:
274 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
277 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
278 *) list
='$(SUBDIRS)' ;; \
280 rev
=''; for subdir in
$$list; do \
281 if
test "$$subdir" = "."; then
:; else \
282 rev
="$$subdir $$rev"; \
286 target
=`echo $@ | sed s/-recursive//`; \
287 for subdir in
$$rev; do \
288 echo
"Making $$target in $$subdir"; \
289 if
test "$$subdir" = "."; then \
290 local_target
="$$target-am"; \
292 local_target
="$$target"; \
294 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
295 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
296 done
&& test -z
"$$fail"
298 list
='$(SUBDIRS)'; for subdir in
$$list; do \
299 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
304 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
305 list
='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
306 unique
=`for i in $$list; do \
307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309 $(AWK) ' { files[$$0] = 1; } \
310 END { for (i in files) print i; }'`; \
311 mkid
-fID
$$unique $(LISP
)
313 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
314 $(TAGS_FILES
) $(LISP
)
317 list
='$(SUBDIRS)'; for subdir in
$$list; do \
318 if
test "$$subdir" = .
; then
:; else \
319 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
322 list
='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
323 unique
=`for i in $$list; do \
324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326 $(AWK) ' { files[$$0] = 1; } \
327 END { for (i in files) print i; }'`; \
328 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
329 || etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
)
332 here
=`CDPATH=: && cd $(top_builddir) && pwd` \
333 && cd
$(top_srcdir
) \
339 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
342 # Avoid unsightly `./'.
343 distdir
= $(PACKAGE
)-$(VERSION
)
347 distdir
: $(DISTFILES
)
348 @if sed
15q
$(srcdir)/NEWS | fgrep
-e
"$(VERSION)" >/dev
/null
; \
350 echo
"NEWS not updated; not releasing" 1>&2; \
353 -chmod
-R a
+w
$(distdir
) >/dev
/null
2>&1; rm -rf
$(distdir
)
355 $(mkinstalldirs
) $(distdir
)/.
356 @for file in
$(DISTFILES
); do \
357 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
358 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
359 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
360 $(mkinstalldirs
) "$(distdir)/$$dir"; \
362 if
test -d
$$d/$$file; then \
363 cp
-pR
$$d/$$file $(distdir
) \
366 test -f
$(distdir
)/$$file \
367 || cp
-p
$$d/$$file $(distdir
)/$$file \
371 for subdir in
$(SUBDIRS
); do \
372 if
test "$$subdir" = .
; then
:; else \
373 test -d
$(distdir
)/$$subdir \
374 || mkdir
$(distdir
)/$$subdir \
377 $(MAKE
) $(AM_MAKEFLAGS
) \
378 top_distdir
="$(top_distdir)" \
379 distdir
=..
/$(distdir
)/$$subdir \
384 $(MAKE
) $(AM_MAKEFLAGS
) \
385 top_distdir
="${top_distdir}" distdir
="$(distdir)" \
387 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
388 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
389 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
390 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
391 || chmod
-R a
+r
$(distdir
)
393 $(AMTAR
) chof
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
394 -chmod
-R a
+w
$(distdir
) >/dev
/null
2>&1; rm -rf
$(distdir
)
397 $(AMTAR
) chof
- $(distdir
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
398 -chmod
-R a
+w
$(distdir
) >/dev
/null
2>&1; rm -rf
$(distdir
)
400 # This target untars the dist file and tries a VPATH configuration. Then
401 # it guarantees that the distribution is self-contained by making another
404 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
405 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(AMTAR
) xf
-
406 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
407 mkdir
$(distdir
)/=build
408 mkdir
$(distdir
)/=inst
410 dc_install_base
=`CDPATH=: && cd $(distdir)/=inst && pwd` \
411 && cd
$(distdir
)/=build \
412 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
413 && $(MAKE
) $(AM_MAKEFLAGS
) \
414 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
415 && $(MAKE
) $(AM_MAKEFLAGS
) check \
416 && $(MAKE
) $(AM_MAKEFLAGS
) install \
417 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
418 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
419 && test `find $$dc_install_base -type f -print | wc -l` -le
1 \
420 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
421 && $(MAKE
) $(AM_MAKEFLAGS
) distclean \
422 && rm -f
$(distdir
).
tar.gz \
423 && (test `find . -type f -print | wc -l` -eq
0 \
424 ||
(echo
"Error: files left after distclean" 1>&2; \
426 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
427 @echo
"$(distdir).tar.gz is ready for distribution" | \
428 sed
'h;s/./=/g;p;x;p;x'
430 check: check-recursive
431 all-am
: Makefile
$(INFO_DEPS
) $(SCRIPTS
)
432 installdirs: installdirs-recursive
434 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(infodir)
436 install: install-recursive
437 install-exec
: install-exec-recursive
438 install-data
: install-data-recursive
439 uninstall: uninstall-recursive
442 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
444 installcheck: installcheck-recursive
446 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
447 `test -z '$(STRIP)' || \
448 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454 -rm -f Makefile
$(CONFIG_CLEAN_FILES
) stamp-h stamp-h
[0-9]*
456 maintainer-clean-generic
:
457 @echo
"This command is intended for maintainers to use"
458 @echo
"it deletes files that may require special tools to rebuild."
459 clean: clean-recursive
461 clean-am
: clean-generic mostlyclean-am
464 $(AMTAR
) chof
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
465 $(AMTAR
) chof
- $(distdir
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
466 -chmod
-R a
+w
$(distdir
) >/dev
/null
2>&1; rm -rf
$(distdir
)
467 distclean: distclean-recursive
468 -rm -f config.status config.cache config.log
469 distclean-am
: clean-am distclean-generic distclean-tags
477 info-am
: $(INFO_DEPS
)
479 install-data-am
: install-info-am
481 install-exec-am
: install-binSCRIPTS
483 install-info
: install-info-recursive
485 install-info-am
: $(INFO_DEPS
)
487 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
488 @list
='$(INFO_DEPS)'; \
489 for file in
$$list; do \
491 for ifile in
`CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
492 if
test -f
$$d/$$ifile; then \
493 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
494 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
499 @if
(install-info
--version
&& \
500 install-info
--version | fgrep
-i
-v debian
) >/dev
/null
2>&1; then \
501 list
='$(INFO_DEPS)'; \
502 for file in
$$list; do \
503 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
504 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
511 maintainer-clean
: maintainer-clean-recursive
513 maintainer-clean-am
: distclean-am maintainer-clean-aminfo \
514 maintainer-clean-generic maintainer-clean-vti
516 mostlyclean: mostlyclean-recursive
518 mostlyclean-am
: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
520 uninstall-am
: uninstall-binSCRIPTS uninstall-info-am
522 uninstall-info
: uninstall-info-recursive
524 .PHONY
: $(RECURSIVE_TARGETS
) all all-am
check check-am
clean \
525 clean-generic clean-recursive
dist dist-all dist-bzip2 \
526 dist-info distcheck
distclean distclean-generic \
527 distclean-recursive distclean-tags distdir
dvi dvi-am \
528 dvi-recursive
info info-am info-recursive
install install-am \
529 install-binSCRIPTS install-data install-data-am \
530 install-data-recursive install-exec install-exec-am \
531 install-exec-recursive install-info install-info-am \
532 install-info-recursive install-man install-recursive \
533 install-strip
installcheck installcheck-am
installdirs \
534 installdirs-am installdirs-recursive maintainer-clean \
535 maintainer-clean-aminfo maintainer-clean-generic \
536 maintainer-clean-recursive maintainer-clean-vti
mostlyclean \
537 mostlyclean-aminfo mostlyclean-generic mostlyclean-recursive \
538 mostlyclean-vti
tags tags-recursive
uninstall uninstall-am \
539 uninstall-binSCRIPTS uninstall-info-am uninstall-info-recursive \
543 ################################################################
545 # Some simple checks, and then ordinary check. These are only really
546 # guaranteed to work on my machine.
547 maintainer-check
: automake aclocal
548 @if
test `diff $(srcdir)/automake.in automake | wc -l` -ne
28; then \
549 echo
"found too many diffs between automake.in and automake"; 1>&2; \
550 diff
-c
$(srcdir)/automake.in automake
; \
553 perllibdir
=$(srcdir)/lib
$(PERL
) -c
-w automake
554 perllibdir
=$(srcdir)/lib
$(PERL
) -c
-w aclocal
555 @if fgrep
'\$${' $(srcdir)/lib
/am
/[a-z
]*.am | \
556 fgrep
-v
'$$$$'; then \
557 echo
"Found too many uses of '\$${' in the lines above." 1>&2; \
560 @if egrep
'\<rm ([^-]|\-[^f ]*\>)' \
561 $(srcdir)/lib
/am
/[a-z
]*.am
$(srcdir)/tests
/*.
test | \
562 fgrep
-v
'##'; then \
563 echo
"Suspicious 'rm' invocation." 1>&2; \
566 @if fgrep
-n
'mkinstalldirs' $(srcdir)/lib
/am
/[a-z
]*.am | \
567 fgrep
-v
'$$(mkinstalldirs)'; then \
568 echo
"Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
571 @if grep
-n
-w
'undef ' $(srcdir)/automake.in | \
572 fgrep
-v
'undef $$/'; then \
573 echo
"Found undef in automake.in; use delete instead" 1>&2; \
576 @if fgrep
-n
'split (/ /' $(srcdir)/automake.in
; then \
577 echo
"Found bad split in the lines above." 1>&2; \
580 @if grep
-n
'^[^#]*` *cd ' $(srcdir)/automake.in \
581 $(srcdir)/lib
/am
/*.am
$(srcdir)/m4
/*.m4
; then \
582 echo
"Consider setting CDPATH in the lines above" 1>&2; \
585 @if grep
-Hn
'[^) ] *= *@_' $(srcdir)/automake.in
; then \
586 echo
"Using @_ in a scalar context in the lines above." 1>&2; \
589 @if grep
'^[ \t]*local *(' $(srcdir)/automake.in
; then \
590 echo
"Don't use \`local' with parens: use several \`local' above." >&2; \
593 @locals
=`grep -c '^[ \t]*local [^*]' $(srcdir)/automake.in`; \
596 echo
"Wow, congrats! There are no \`local' now!." >&2; \
597 echo
"Please update Makefile.am (maintainer-check)." >&2; \
602 echo
"Too many \`local'! Are you sure you need $$locals of them?" >&2; \
603 echo
"Up to now 1 was enough." >&2; \
607 @if grep
'@AMDEP''_TRUE@' $(srcdir)/automake.in
; then \
608 echo
"Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
612 # Tag before making distribution. Also, don't make a distribution if
613 # checks fail. Also, make sure the NEWS file is up-to-date.
614 cvs-dist
: maintainer-check distcheck
615 @if sed
1q
$(srcdir)/NEWS | grep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
616 echo
"NEWS not updated; not releasing" 1>&2; \
619 cd
$(srcdir) && cvs
-q tag
`echo "Release-$(VERSION)" | sed 's/\./-/g'`
623 thisver
=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
624 if
test -z
"$$OLDVERSION"; then \
625 prevno
=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
626 else prevno
="$$OLDVERSION"; fi
; \
627 prevver
=Release-
`echo $$prevno | sed 's/\./-/g'`; \
628 cvs
-f rdiff
-c
-r
$$prevver -r
$$thisver $(PACKAGE
) \
629 > $(PACKAGE
)-$$prevno-$(VERSION
).diff
633 find .
-print | xargs pathchk
-p
); \
635 chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
); \
639 rm -rf Fetchdir
> /dev
/null
2>&1
642 $(WGET
) ftp
://ftp.gnu.org
/gnu
/config
/config.guess
; \
643 $(WGET
) ftp
://ftp.gnu.org
/gnu
/config
/config.sub
; \
644 $(WGET
) ftp
://ftp.cs.wisc.edu
/ghost
/ansi2knr.c
)
645 @stat
=0; for file in
$(FETCHFILES
); do \
646 if diff
$(srcdir)/lib
/$$file Fetchdir
/$$file > /dev
/null
2>&1; then
:; \
649 echo
"install Fetchdir/$$file into srcdir and commit"; \
652 # Tell versions [3.59,3.63) of GNU make to not export all variables.
653 # Otherwise a system limit (for SysV at least) may be exceeded.