1 # Makefile.in generated automatically by automake 1.1k 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.
11 top_srcdir
= @top_srcdir@
14 exec_prefix = @
exec_prefix@
18 libexecdir
= @libexecdir@
20 sysconfdir
= @sysconfdir@
21 sharedstatedir
= @sharedstatedir@
22 localstatedir
= @localstatedir@
26 includedir = @
includedir@
27 oldincludedir = /usr
/include
29 pkgdatadir
= $(datadir)/@PACKAGE@
30 pkglibdir
= $(libdir)/@PACKAGE@
31 pkgincludedir
= $(includedir)/@PACKAGE@
36 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
37 INSTALL_DATA
= @INSTALL_DATA@
38 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
39 transform
= @program_transform_name@
42 AUTOMAKE_OPTIONS
= gnits
43 MAINT_CHARSET
= latin1
47 bin_SCRIPTS
= automake aclocal
48 info_TEXINFOS
= automake.texi
50 pkgdata_DATA
= clean-kr.am
clean.am compile-kr.am comp-vars.am \
51 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am \
52 header.am header-vars.am kr-extra.am libs.am library.am libtool.am ltlibs.am \
53 mans-vars.am program.am progs.am remake-hdr.am \
54 remake.am scripts.am subdirs.am
tags.am tags-clean.am \
55 texi-vers.am texinfos.am libs-clean.am \
56 progs-clean.am data-clean.am COPYING INSTALL texinfo.
tex ansi2knr.c \
57 ansi2knr
.1 lisp.am lisp-clean.am
59 pkgdata_SCRIPTS
= config.guess config.sub install-sh interlock mdate-sh \
60 mkinstalldirs elisp-comp ylwrap acinstall
62 EXTRA_DIST
= acinstall
$(pkgdata_DATA
)
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
= $(top_srcdir
)/aclocal.m4
69 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
70 CONFIG_CLEAN_FILES
= automake aclocal
71 SCRIPTS
= $(bin_SCRIPTS
) $(pkgdata_SCRIPTS
)
75 INFO_DEPS
= automake.
info
77 TEXINFOS
= automake.texi
78 DATA
= $(pkgdata_DATA
)
80 DIST_COMMON
= README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
81 Makefile.in NEWS README README-alpha THANKS TODO aclocal.in aclocal.m4 \
82 ansi2knr
.1 ansi2knr.c automake.in config.guess config.sub configure \
83 configure.in elisp-comp install-sh interlock mdate-sh mkinstalldirs \
84 stamp-vti texinfo.
tex version.texi ylwrap
90 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) \
91 $(TEXINFOS
) $(MANS
) $(EXTRA_DIST
)
97 .SUFFIXES
: .texi .texinfo .
info .
dvi
98 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
99 cd
$(top_srcdir
) && automake
--gnits Makefile
101 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
103 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
105 $(srcdir)/aclocal.m4
: configure.in
106 cd
$(srcdir) && aclocal
108 config.status
: configure
109 $(SHELL
) .
/config.status
--recheck
110 $(srcdir)/configure
: configure.in
$(ACLOCAL
) $(CONFIGURE_DEPENDENCIES
)
111 cd
$(srcdir) && autoconf
112 automake
: $(top_builddir
)/config.status automake.in
113 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= .
/config.status
114 aclocal
: $(top_builddir
)/config.status aclocal.in
115 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= .
/config.status
117 install-binSCRIPTS
: $(bin_SCRIPTS
)
119 $(mkinstalldirs
) $(bindir)
120 list
="$(bin_SCRIPTS)"; for p in
$$list; do \
121 if
test -f
$$p; then \
122 $(INSTALL_SCRIPT
) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
123 else if
test -f
$(srcdir)/$$p; then \
124 $(INSTALL_SCRIPT
) $(srcdir)/$$p \
125 $(bindir)/`echo $$p|sed '$(transform)'`; \
129 uninstall-binSCRIPTS
:
130 list
="$(bin_SCRIPTS)"; for p in
$$list; do \
131 rm -f
$(bindir)/`echo $$p|sed '$(transform)'`; \
134 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)'`; \
146 uninstall-pkgdataSCRIPTS
:
147 list
="$(pkgdata_SCRIPTS)"; for p in
$$list; do \
148 rm -f
$(pkgdatadir
)/`echo $$p|sed '$(transform)'`; \
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 cmp
-s vti.tmp
$(srcdir)/version.texi || cp vti.tmp
$(srcdir)/version.texi
160 echo timestamp
> $(srcdir)/stamp-vti
169 maintainer-clean-vti
:
170 rm -f stamp-vti version.texi
172 automake.
info: automake.texi version.texi
173 automake.
dvi: automake.texi version.texi
180 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
183 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
184 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
188 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
191 TEXINPUTS
=$(srcdir):$$TEXINPUTS $(TEXI2DVI
) $<
195 install-info-am
: $(INFO_DEPS
)
197 $(mkinstalldirs
) $(infodir)
198 for file in
$(INFO_DEPS
); do \
199 for ifile in
`cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
200 if
test -f
$(srcdir)/$$ifile; then \
201 $(INSTALL_DATA
) $(srcdir)/$$ifile $(infodir)/$$ifile; \
206 if
$(SHELL
) -c
'install-info --version' >/dev
/null
2>&1; then \
207 for file in
$(INFO_DEPS
); do \
208 install-info
--info-dir
=$(infodir) $(infodir)/$$file; :;\
213 if
$(SHELL
) -c
'install-info --version' >/dev
/null
2>&1; then \
216 for file in
$(INFO_DEPS
); do \
217 (cd
$(infodir) && rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]); \
218 test -z
$ii || install-info
--info-dir
=$(infodir) --remove
$$file; \
221 dist-info
: $(INFO_DEPS
)
222 for base in
$(INFO_DEPS
); do \
224 for file in
`cd $$d && eval echo $$base*`; do \
225 test -f
$(distdir
)/$$file \
226 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
227 || cp
-p
$$d/$$file $(distdir
)/$$file; \
232 rm -f automake.aux automake.cp automake.cps automake.
dvi automake.fn \
233 automake.fns automake.ky automake.log automake.pg \
234 automake.toc automake.tp automake.vr automake.op
240 maintainer-clean-info
:
241 for i in
$(INFO_DEPS
); do
rm `eval echo $$i*`; done
243 install-pkgdataDATA
: $(pkgdata_DATA
)
245 $(mkinstalldirs
) $(pkgdatadir
)
246 list
="$(pkgdata_DATA)"; for p in
$$list; do \
247 if
test -f
$(srcdir)/$$p; then \
248 $(INSTALL_DATA
) $(srcdir)/$$p $(pkgdatadir
)/$$p; \
249 else if
test -f
$$p; then \
250 $(INSTALL_DATA
) $$p $(pkgdatadir
)/$$p; \
254 uninstall-pkgdataDATA
:
255 list
="$(pkgdata_DATA)"; for p in
$$list; do \
256 rm -f
$(pkgdatadir
)/$$p; \
259 # This directory's subdirectories are mostly independent; you can cd
260 # into them and run `make' without going through this Makefile.
261 # To change the values of `make' variables: instead of editing Makefiles,
262 # (1) if the variable is set in `config.status', edit `config.status'
263 # (which will cause the Makefiles to be regenerated when you run `make');
264 # (2) otherwise, pass the desired values on the `make' command line.
268 all-recursive install-data-recursive install-exec-recursive \
269 installdirs-recursive install-recursive uninstall-recursive \
270 check-recursive installcheck-recursive info-recursive dvi-recursive \
271 mostlyclean-recursive clean-recursive distclean-recursive \
272 maintainer-clean-recursive
:
273 for subdir in
$(SUBDIRS
); do \
274 target
=`echo $@ | sed s/-recursive//`; \
275 (cd
$$subdir && $(MAKE
) $$target) \
276 || case
"$(MFLAGS)" in
*k
*) fail
=yes
;; *) exit
1;; esac
; \
277 done
&& test -z
"$$fail"
279 list
="$(SUBDIRS)"; for subdir in
$$list; do \
280 (cd
$$subdir && $(MAKE
) tags); \
285 ID
: $(HEADERS
) $(SOURCES
)
286 here
=`pwd` && cd
$(srcdir) && mkid
-f
$$here/ID
$(SOURCES
) $(HEADERS
)
288 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
)
291 list
="$(SUBDIRS)"; for subdir in
$$list; do \
292 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
294 test -z
"$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
295 || cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $(SOURCES
) $(HEADERS
) -o
$$here/TAGS
304 maintainer-clean-tags
:
306 distdir
= $(PACKAGE
)-$(VERSION
)
307 # This target untars the dist file and tries a VPATH configuration. Then
308 # it guarantees that the distribution is self-contained by making another
312 $(TAR
) zxf
$(distdir
).
tar.gz
313 mkdir
$(distdir
)/=build
314 mkdir
$(distdir
)/=inst
315 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
316 cd
$(distdir
)/=build \
317 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
322 && $(MAKE
) installcheck \
325 @echo
"========================"; \
326 echo
"$(distdir).tar.gz is ready for distribution"; \
327 echo
"========================"
329 -chmod
-R a
+r
$(distdir
)
330 $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
333 -chmod
-R a
+r
$(distdir
)
334 $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
336 distdir
: $(DISTFILES
)
337 @if sed
15q
$(srcdir)/NEWS | fgrep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
338 echo
"NEWS not updated; not releasing" 1>&2; \
343 -chmod
755 $(distdir
)
344 here
=`pwd`; distdir
=`cd $(distdir) && pwd` \
346 && automake
--include-deps
--build-dir
=$$here --srcdir-name
=$(srcdir) --output-dir
=$$distdir --gnits
347 @for file in
$(DISTFILES
); do \
349 test -f
$(distdir
)/$$file \
350 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
351 || cp
-p
$$d/$$file $(distdir
)/$$file; \
353 for subdir in
$(SUBDIRS
); do \
354 test -d
$(distdir
)/$$subdir \
355 || mkdir
$(distdir
)/$$subdir \
357 chmod
755 $(distdir
)/$$subdir; \
358 (cd
$$subdir && $(MAKE
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
361 $(MAKE
) distdir
="$(distdir)" dist-info
362 info: $(INFO_DEPS
) info-recursive
363 dvi: $(DVIS
) dvi-recursive
365 $(MAKE
) check-recursive
366 installcheck: installcheck-recursive installcheck-local
367 all-am
: $(INFO_DEPS
) $(SCRIPTS
) $(DATA
) Makefile
369 install-exec-am
: install-binSCRIPTS
371 install-data-am
: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
373 uninstall-am
: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
375 install-exec
: install-exec-recursive install-exec-am
378 install-data
: install-data-recursive install-data-am
381 install: install-recursive install-exec-am install-data-am
384 uninstall: uninstall-recursive uninstall-am
386 all: all-recursive all-am
389 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' install
390 installdirs: installdirs-recursive
391 $(mkinstalldirs
) $(bindir) $(pkgdatadir
) $(infodir) $(pkgdatadir
)
395 test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
398 test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
401 rm -f Makefile
$(DISTCLEANFILES
)
402 rm -f config.cache config.log stamp-h
403 test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
405 maintainer-clean-generic
:
406 test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
407 test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
408 mostlyclean-am
: mostlyclean-vti mostlyclean-info mostlyclean-tags \
411 clean-am
: clean-vti clean-info clean-tags clean-generic mostlyclean-am
413 distclean-am
: distclean-vti distclean-info distclean-tags \
414 distclean-generic clean-am
416 maintainer-clean-am
: maintainer-clean-vti maintainer-clean-info \
417 maintainer-clean-tags maintainer-clean-generic \
420 mostlyclean: mostlyclean-am mostlyclean-recursive
422 clean: clean-am clean-recursive
424 distclean: distclean-am distclean-recursive
427 maintainer-clean
: maintainer-clean-am maintainer-clean-recursive
428 @echo
"This command is intended for maintainers to use;"
429 @echo
"it deletes files that may require special tools to rebuild."
432 .PHONY
: default uninstall-binSCRIPTS install-binSCRIPTS \
433 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
434 distclean-vti clean-vti maintainer-clean-vti install-info-am \
435 uninstall-info mostlyclean-info distclean-info clean-info \
436 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
437 install-data-recursive uninstall-data-recursive install-exec-recursive \
438 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
439 all-recursive check-recursive installcheck-recursive info-recursive \
440 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
441 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
442 distclean-tags clean-tags maintainer-clean-tags distdir
info dvi \
443 installcheck-local
installcheck all-am install-exec-am install-data-am \
444 uninstall-am install-exec install-data
install uninstall all \
445 installdirs mostlyclean-generic distclean-generic clean-generic \
446 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
449 # Check to make sure some installed files are executable.
451 for file in
$(pkgdata_SCRIPTS
); do \
452 $(PERL
) -e
"exit ! -x '$(pkgdatadir)/$$file';" || exit
1; \
455 ################################################################
457 # Run the test suite using Perl 4.
458 perl4-check
: automake aclocal
459 @if
$(SHELL
) -c
'perl4.036 -v' > /dev
/null
2>&1; then \
460 $(MAKE
) PERL
=perl4.036
check; \
463 # Some simple checks, and then ordinary check. These are only really
464 # guaranteed to work on my machine.
465 maintainer-check
: automake aclocal
466 $(PERL
) -c
-w automake
467 $(PERL
) -c
-w aclocal
468 @if grep
'^[^#].*true' $(srcdir)/[a-z
]*.am
; then \
469 echo
"can't use 'true' in GNU Makefile" 1>&2; \
472 @if
test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne
0; then \
473 echo
"found too many uses of '\$${'" 1>&2; \
476 @if
test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne
0; then \
477 echo
"found incorrect use of mkinstalldirs" 1>&2; \
480 @if
$(SHELL
) -c
'perl4.036 -v' >/dev
/null
2>&1; then \
481 perl4.036
-c
-w automake
; \
482 perl4.036
-c
-w aclocal
; \
485 # Tag before making distribution. Also, don't make a distribution if
486 # checks fail. Also, make sure the NEWS file is up-to-date.
487 cvs-dist
: maintainer-check perl4-check distcheck
488 @if sed
1q
$(srcdir)/NEWS | grep
-e
"$(VERSION)" > /dev
/null
; then
:; else \
489 echo
"NEWS not updated; not releasing" 1>&2; \
492 cvs
-q tag
`echo "Release-$(VERSION)" | sed 's/\./-/g'`
496 thisver
=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
497 if
test -z
"$$OLDVERSION"; then \
498 prevno
=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
499 else prevno
="$$OLDVERSION"; fi
; \
500 prevver
=Release-
`echo $$prevno | sed 's/\./-/g'`; \
501 cvs
-f rdiff
-c
-r
$$prevver -r
$$thisver $(PACKAGE
) \
502 > $(PACKAGE
)-$$prevno-$(VERSION
).diff
506 find .
-print | xargs pathchk
-p
); \
511 # Tell versions [3.59,3.63) of GNU make to not export all variables.
512 # Otherwise a system limit (for SysV at least) may be exceeded.