1 # Makefile.in generated automatically by automake 1.4c from Makefile.am
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
35 pkgdatadir
= $(datadir)/@PACKAGE@
36 pkglibdir
= $(libdir)/@PACKAGE@
37 pkgincludedir
= $(includedir)/@PACKAGE@
44 AUTOHEADER
= @AUTOHEADER@
47 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
48 INSTALL_DATA
= @INSTALL_DATA@
49 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
51 transform
= @program_transform_name@
73 install_sh
= @install_sh@
76 AUTOMAKE_OPTIONS
= gnits
1.4
77 MAINT_CHARSET
= latin1
81 bin_SCRIPTS
= automake aclocal
82 info_TEXINFOS
= automake.texi
84 amfiles
= clean-hdr.am clean-kr.am
clean.am comp-vars.am compile.am \
85 data-clean.am data.am dejagnu.am depend.am depend2.am
dist.am \
86 dist-vars.am footer.am header-vars.am header.am java-clean.am java.am \
87 kr-extra.am library.am libs-clean.am libs.am libtool.am lisp-clean.am \
88 lisp.am ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am \
89 multilib.am program.am progs-clean.am progs.am python.am \
90 python-clean.am remake-hdr.am remake.am scripts.am subdirs.am \
91 tags-clean.am
tags.am texi-vers.am texinfos.am
94 dist_pkgdata_DATA
= COPYING INSTALL texinfo.
tex ansi2knr.c ansi2knr
.1 \
98 scriptdir
= $(pkgdatadir
)
99 dist_script_DATA
= config.guess config.sub install-sh mdate-sh missing \
100 mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile
103 TAGS_FILES
= automake.in aclocal.in
$(amfiles
)
105 # The following requires a fixed version of the Emacs 19.30 etags.
106 ETAGS_ARGS
= --lang
=none \
107 --regex
='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi
109 TAGS_DEPENDENCIES
= automake.texi
111 EXTRA_DIST
= ChangeLog
.1996 ChangeLog
.1998
113 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
114 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
115 CONFIG_CLEAN_FILES
= automake aclocal
116 SCRIPTS
= $(bin_SCRIPTS
)
120 INFO_DEPS
= automake.
info
122 TEXINFOS
= automake.texi
123 DATA
= $(dist_pkgdata_DATA
) $(dist_script_DATA
)
125 DIST_COMMON
= README
$(dist_pkgdata_DATA
) $(dist_script_DATA
) AUTHORS \
126 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README-alpha \
127 THANKS TODO aclocal.in aclocal.m4 ansi2knr
.1 ansi2knr.c automake.in \
128 compile config.guess config.sub configure configure.in depcomp \
129 elisp-comp install-sh mdate-sh missing mkinstalldirs py-compile \
130 stamp-vti texinfo.
tex version.texi ylwrap
133 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
136 DIST_SUBDIRS
= $(SUBDIRS
)
139 .SUFFIXES
: .
dvi .
info .ps .texi .texinfo .txi
140 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
141 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits Makefile
143 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
145 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
147 $(ACLOCAL_M4
): configure.in
148 cd
$(srcdir) && $(ACLOCAL
)
150 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
151 $(SHELL
) .
/config.status
--recheck
152 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
153 cd
$(srcdir) && $(AUTOCONF
)
154 automake
: $(top_builddir
)/config.status automake.in
155 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
156 aclocal
: $(top_builddir
)/config.status aclocal.in
157 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
159 install-binSCRIPTS
: $(bin_SCRIPTS
)
161 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
162 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
163 f
="`echo $$p|sed '$(transform)'`"; \
164 if
test -f
$$p; then \
165 echo
" $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
166 $(INSTALL_SCRIPT
) $$p $(DESTDIR
)$(bindir)/$$f; \
167 elif
test -f
$(srcdir)/$$p; then \
168 echo
" $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
169 $(INSTALL_SCRIPT
) $(srcdir)/$$p $(DESTDIR
)$(bindir)/$$f; \
173 uninstall-binSCRIPTS
:
175 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
176 f
="`echo $$p|sed '$(transform)'`"; \
177 echo
" rm -f $(DESTDIR)$(bindir)/$$f"; \
178 rm -f
$(DESTDIR
)$(bindir)/$$f; \
181 $(srcdir)/version.texi
: $(srcdir)/stamp-vti
184 $(srcdir)/stamp-vti
: automake.texi
$(top_srcdir
)/configure.in
185 @
(set
`$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`; \
186 echo
"@set UPDATED $$1 $$2 $$3"; \
187 echo
"@set UPDATED-MONTH $$2 $$3"; \
188 echo
"@set EDITION $(VERSION)"; \
189 echo
"@set VERSION $(VERSION)") > vti.tmp
190 @cmp
-s vti.tmp
$(srcdir)/version.texi \
191 ||
(echo
"Updating $(srcdir)/version.texi"; \
192 cp vti.tmp
$(srcdir)/version.texi
)
194 @cp
$(srcdir)/version.texi
$@
203 maintainer-clean-vti
:
204 -rm -f
$(srcdir)/stamp-vti
$(srcdir)/version.texi
206 automake.
info: automake.texi
$(srcdir)/version.texi
207 automake.
dvi: automake.texi
$(srcdir)/version.texi
213 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
215 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
218 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
219 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
222 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
224 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
227 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
229 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
232 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
234 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
237 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
238 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
241 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
243 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
246 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
247 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
250 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
252 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
256 install-info-am
: $(INFO_DEPS
)
258 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
259 @list
='$(INFO_DEPS)'; \
260 for file in
$$list; do \
262 for ifile in
`CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
263 if
test -f
$$d/$$ifile; then \
264 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
265 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
270 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
271 list
='$(INFO_DEPS)'; \
272 for file in
$$list; do \
273 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
274 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
280 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
281 list
='$(INFO_DEPS)'; \
282 for file in
$$list; do \
283 echo
" install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
284 install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$(DESTDIR
)$(infodir)/$$file; \
288 @list
='$(INFO_DEPS)'; \
289 for file in
$$list; do \
290 (if cd
$(DESTDIR
)$(infodir); then \
291 echo
" rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
292 rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]; \
296 dist-info
: $(INFO_DEPS
)
297 list
='$(INFO_DEPS)'; \
298 for base in
$$list; do \
300 for file in
`CDPATH=: && cd $$d && eval echo $$base*`; do \
301 test -f
$(distdir
)/$$file \
302 || cp
-p
$$d/$$file $(distdir
)/$$file; \
307 -rm -f automake.aux automake.cp automake.cps automake.
dvi automake.fn \
308 automake.fns automake.pgs automake.ky automake.kys \
309 automake.ps automake.log automake.pg automake.toc automake.tp \
310 automake.tps automake.vr automake.vrs automake.op automake.tr \
311 automake.cv automake.cn automake.cm automake.ov
317 maintainer-clean-aminfo
:
318 cd
$(srcdir) && for i in
$(INFO_DEPS
); do \
320 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
325 install-dist_pkgdataDATA
: $(dist_pkgdata_DATA
)
327 $(mkinstalldirs
) $(DESTDIR
)$(pkgdatadir
)
328 @list
='$(dist_pkgdata_DATA)'; for p in
$$list; do \
329 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
330 f
="`echo $$p | sed -e 's|^.*/||'`"; \
331 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
332 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(pkgdatadir
)/$$f; \
335 uninstall-dist_pkgdataDATA
:
337 @list
='$(dist_pkgdata_DATA)'; for p in
$$list; do \
338 f
="`echo $$p | sed -e 's|^.*/||'`"; \
339 echo
" rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
340 rm -f
$(DESTDIR
)$(pkgdatadir
)/$$f; \
343 install-dist_scriptDATA
: $(dist_script_DATA
)
345 $(mkinstalldirs
) $(DESTDIR
)$(scriptdir
)
346 @list
='$(dist_script_DATA)'; for p in
$$list; do \
347 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
348 f
="`echo $$p | sed -e 's|^.*/||'`"; \
349 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(scriptdir)/$$f"; \
350 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(scriptdir
)/$$f; \
353 uninstall-dist_scriptDATA
:
355 @list
='$(dist_script_DATA)'; for p in
$$list; do \
356 f
="`echo $$p | sed -e 's|^.*/||'`"; \
357 echo
" rm -f $(DESTDIR)$(scriptdir)/$$f"; \
358 rm -f
$(DESTDIR
)$(scriptdir
)/$$f; \
361 # This directory's subdirectories are mostly independent; you can cd
362 # into them and run `make' without going through this Makefile.
363 # To change the values of `make' variables: instead of editing Makefiles,
364 # (1) if the variable is set in `config.status', edit `config.status'
365 # (which will cause the Makefiles to be regenerated when you run `make');
366 # (2) otherwise, pass the desired values on the `make' command line.
368 all-recursive install-data-recursive install-exec-recursive \
369 installdirs-recursive install-recursive uninstall-recursive \
370 check-recursive installcheck-recursive info-recursive dvi-recursive
:
371 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
373 target
=`echo $@ | sed s/-recursive//`; \
374 list
='$(SUBDIRS)'; for subdir in
$$list; do \
375 echo
"Making $$target in $$subdir"; \
376 if
test "$$subdir" = "."; then \
378 local_target
="$$target-am"; \
380 local_target
="$$target"; \
382 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
383 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
385 if
test "$$dot_seen" = "no"; then \
386 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
389 mostlyclean-recursive clean-recursive distclean-recursive \
390 maintainer-clean-recursive
:
391 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
394 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
395 *) list
='$(SUBDIRS)' ;; \
397 rev
=''; for subdir in
$$list; do \
398 if
test "$$subdir" = "."; then
:; else \
399 rev
="$$subdir $$rev"; \
403 target
=`echo $@ | sed s/-recursive//`; \
404 for subdir in
$$rev; do \
405 echo
"Making $$target in $$subdir"; \
406 if
test "$$subdir" = "."; then \
407 local_target
="$$target-am"; \
409 local_target
="$$target"; \
411 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
412 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
413 done
&& test -z
"$$fail"
415 list
='$(SUBDIRS)'; for subdir in
$$list; do \
416 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
421 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
422 list
='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
423 unique
=`for i in $$list; do \
424 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 $(AWK) ' { files[$$0] = 1; } \
427 END { for (i in files) print i; }'`; \
428 mkid
-fID
$$unique $(LISP
)
430 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
431 $(TAGS_FILES
) $(LISP
)
434 list
='$(SUBDIRS)'; for subdir in
$$list; do \
435 if
test "$$subdir" = .
; then
:; else \
436 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
439 list
='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
440 unique
=`for i in $$list; do \
441 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 $(AWK) ' { files[$$0] = 1; } \
444 END { for (i in files) print i; }'`; \
445 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
446 || etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
)
449 here
=`CDPATH=: && cd $(top_builddir) && pwd` \
450 && cd
$(top_srcdir
) \
460 maintainer-clean-tags
:
462 distdir
= $(PACKAGE
)-$(VERSION
)
463 top_distdir
= $(distdir
)
466 # This target untars the dist file and tries a VPATH configuration. Then
467 # it guarantees that the distribution is self-contained by making another
470 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
471 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(AMTAR
) xf
-
472 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
473 mkdir
$(distdir
)/=build
474 mkdir
$(distdir
)/=inst
476 dc_install_base
=`CDPATH=: && cd $(distdir)/=inst && pwd` \
477 && cd
$(distdir
)/=build \
478 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
479 && $(MAKE
) $(AM_MAKEFLAGS
) \
480 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
481 && $(MAKE
) $(AM_MAKEFLAGS
) check \
482 && $(MAKE
) $(AM_MAKEFLAGS
) install \
483 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
484 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
485 && test `find $$dc_install_base -type f -print | wc -l` -le
1 \
486 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
487 && $(MAKE
) $(AM_MAKEFLAGS
) distclean \
488 && rm -f
$(distdir
).
tar.gz \
489 && test `find . -type f -print | wc -l` -eq
0
490 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
491 @banner
="$(distdir).tar.gz is ready for distribution"; \
492 dashes
=`echo "$$banner" | sed s/./=/g`; \
497 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
498 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
499 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
500 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
501 || chmod
-R a
+r
$(distdir
)
502 $(AMTAR
) chof
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
> $(distdir
).
tar.gz
503 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
505 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
506 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
507 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
508 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
509 || chmod
-R a
+r
$(distdir
)
510 $(AMTAR
) chof
- $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
> $(distdir
).
tar.gz
511 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
512 distdir
: $(DISTFILES
)
513 @if sed
15q
$(srcdir)/NEWS | fgrep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
514 echo
"NEWS not updated; not releasing" 1>&2; \
517 -chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
)
519 @for file in
$(DISTFILES
); do \
521 if
test -d
$$d/$$file; then \
522 cp
-pR
$$d/$$file $(distdir
) \
525 test -f
$(distdir
)/$$file \
526 || cp
-p
$$d/$$file $(distdir
)/$$file \
530 for subdir in
$(SUBDIRS
); do \
531 if
test "$$subdir" = .
; then
:; else \
532 test -d
$(distdir
)/$$subdir \
533 || mkdir
$(distdir
)/$$subdir \
535 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
539 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
540 info-am
: $(INFO_DEPS
)
545 check: check-recursive
546 installcheck-am
: installcheck-local
547 installcheck: installcheck-recursive
548 install-exec-am
: install-binSCRIPTS
549 install-exec
: install-exec-recursive
551 install-data-am
: install-info-am install-dist_pkgdataDATA \
552 install-dist_scriptDATA
554 $(MAKE
) $(AM_MAKEFLAGS
) install-data-hook
555 install-data
: install-data-recursive
558 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
559 install: install-recursive
560 uninstall-am
: uninstall-binSCRIPTS uninstall-info \
561 uninstall-dist_pkgdataDATA uninstall-dist_scriptDATA
562 uninstall: uninstall-recursive
563 all-am
: Makefile
$(INFO_DEPS
) $(SCRIPTS
) $(DATA
)
564 all-redirect
: all-recursive
566 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
567 installdirs: installdirs-recursive
569 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(infodir) \
570 $(DESTDIR
)$(dist_pkgdatadir
) \
571 $(DESTDIR
)$(dist_scriptdir
)
579 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
580 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
582 maintainer-clean-generic
:
584 mostlyclean-am
: mostlyclean-vti mostlyclean-aminfo mostlyclean-tags \
587 mostlyclean: mostlyclean-recursive
589 clean-am
: clean-vti clean-aminfo clean-tags clean-generic \
592 clean: clean-recursive
594 distclean-am
: distclean-vti distclean-aminfo distclean-tags \
595 distclean-generic clean-am
597 distclean: distclean-recursive
600 maintainer-clean-am
: maintainer-clean-vti maintainer-clean-aminfo \
601 maintainer-clean-tags maintainer-clean-generic \
603 @echo
"This command is intended for maintainers to use;"
604 @echo
"it deletes files that may require special tools to rebuild."
606 maintainer-clean
: maintainer-clean-recursive
609 .PHONY
: uninstall-binSCRIPTS install-binSCRIPTS mostlyclean-vti \
610 distclean-vti clean-vti maintainer-clean-vti install-info-am \
611 uninstall-info mostlyclean-aminfo distclean-aminfo clean-aminfo \
612 maintainer-clean-aminfo uninstall-dist_pkgdataDATA \
613 install-dist_pkgdataDATA uninstall-dist_scriptDATA \
614 install-dist_scriptDATA install-recursive uninstall-recursive \
615 install-data-recursive uninstall-data-recursive install-exec-recursive \
616 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
617 all-recursive check-recursive installcheck-recursive info-recursive \
618 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
619 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
620 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
621 dvi-am
dvi check check-am installcheck-local installcheck-am \
622 installcheck install-exec-am install-exec install-data-am install-data \
623 install-am
install uninstall-am
uninstall all-redirect all-am
all \
624 install-strip installdirs-am
installdirs mostlyclean-generic \
625 distclean-generic clean-generic maintainer-clean-generic
clean \
626 mostlyclean distclean maintainer-clean
631 @for prog in
$(dist_script_DATA
); do \
632 echo
" chmod +x $(DESTDIR)$(scriptdir)/$$prog"; \
633 chmod
+x
$(DESTDIR
)$(scriptdir
)/$$prog; \
637 for file in
$(dist_script_DATA
); do \
638 $(PERL
) -e
"exit ! -x '$(pkgdatadir)/$$file';" || exit
1; \
641 ################################################################
643 # Run the test suite using Perl 4.
644 perl4-check
: automake aclocal
645 @if
$(SHELL
) -c
'perl4.036 -v' > /dev
/null
2>&1; then \
646 $(MAKE
) PERL
=perl4.036
check; \
649 # Some simple checks, and then ordinary check. These are only really
650 # guaranteed to work on my machine.
651 maintainer-check
: automake aclocal
652 @if
test `diff $(srcdir)/automake.in automake | wc -l` -ne
22; then \
653 echo
"found too many diffs between automake.in and automake"; 1>&2; \
654 diff
-c
$(srcdir)/automake.in automake
; \
657 $(PERL
) -c
-w automake
658 $(PERL
) -c
-w aclocal
659 @if
test `fgrep '\$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne
0; then \
660 echo
"found too many uses of '\$${'" 1>&2; \
663 @if
test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne
0; then \
664 echo
"found incorrect use of mkinstalldirs" 1>&2; \
667 @if
$(SHELL
) -c
'perl4.036 -v' >/dev
/null
2>&1; then \
668 perl4.036
-c
-w automake
; \
669 perl4.036
-c
-w aclocal
; \
671 @if grep undef
$(srcdir)/automake.in
> /dev
/null
2>&1; then \
672 echo
"Found undef in automake.in; use delete instead" 1>&2; \
675 @if fgrep
'split (/ /' $(srcdir)/automake.in
> /dev
/null
2>&1; then \
676 echo
"Found bad split in automake.in" 1>&2; \
679 @if grep
'` *cd ' $(srcdir)/automake.in
$(srcdir)/*.am \
680 $(srcdir)/m4
/*.m4
; then \
681 echo
"Consider setting CDPATH in the lines above" 1>&2; \
685 # Tag before making distribution. Also, don't make a distribution if
686 # checks fail. Also, make sure the NEWS file is up-to-date.
687 cvs-dist
: maintainer-check perl4-check distcheck
688 @if sed
1q
$(srcdir)/NEWS | grep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
689 echo
"NEWS not updated; not releasing" 1>&2; \
692 cd
$(srcdir) && cvs
-q tag
`echo "Release-$(VERSION)" | sed 's/\./-/g'`
696 thisver
=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
697 if
test -z
"$$OLDVERSION"; then \
698 prevno
=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
699 else prevno
="$$OLDVERSION"; fi
; \
700 prevver
=Release-
`echo $$prevno | sed 's/\./-/g'`; \
701 cvs
-f rdiff
-c
-r
$$prevver -r
$$thisver $(PACKAGE
) \
702 > $(PACKAGE
)-$$prevno-$(VERSION
).diff
706 find .
-print | xargs pathchk
-p
); \
708 chmod
-R a
+w
$(distdir
) > /dev
/null
2>&1; rm -rf
$(distdir
); \
711 # Tell versions [3.59,3.63) of GNU make to not export all variables.
712 # Otherwise a system limit (for SysV at least) may be exceeded.