updated to automake 1.1l
[bpt/guile.git] / ice-9 / Makefile.in
CommitLineData
85e02c55 1# Makefile.in generated automatically by automake 1.1l from Makefile.am
733943b9
TT
2
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.
6
0f2d19dd
JB
7
8SHELL = /bin/sh
9
10srcdir = @srcdir@
733943b9 11top_srcdir = @top_srcdir@
0f2d19dd
JB
12VPATH = @srcdir@
13prefix = @prefix@
733943b9
TT
14exec_prefix = @exec_prefix@
15
16bindir = @bindir@
17sbindir = @sbindir@
18libexecdir = @libexecdir@
19datadir = @datadir@
20sysconfdir = @sysconfdir@
21sharedstatedir = @sharedstatedir@
22localstatedir = @localstatedir@
23libdir = @libdir@
24infodir = @infodir@
25mandir = @mandir@
26includedir = @includedir@
27oldincludedir = /usr/include
28
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32
33top_builddir = .
34
35INSTALL = @INSTALL@
36INSTALL_PROGRAM = @INSTALL_PROGRAM@
37INSTALL_DATA = @INSTALL_DATA@
38INSTALL_SCRIPT = @INSTALL_SCRIPT@
39transform = @program_transform_name@
85e02c55
TT
40INSTALL_SCRIPT = @INSTALL_SCRIPT@
41PACKAGE = @PACKAGE@
42VERSION = @VERSION@
43module = @module@
733943b9
TT
44
45AUTOMAKE_OPTIONS = foreign
46
47subpkgdatadir = $(pkgdatadir)/$(VERSION)/@module@
48subpkgdata_DATA = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
49mapping.scm poe.scm slib.scm tags.scm threads.scm r4rs.scm
50
51EXTRA_DIST = PLUGIN/REQ $(subpkgdata_DATA) test.scm
52ACLOCAL = $(top_srcdir)/aclocal.m4
53mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
54CONFIG_CLEAN_FILES =
55DATA = $(subpkgdata_DATA)
56
57DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 \
58configure configure.in
59
60
733943b9
TT
61DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
62 $(TEXINFOS) $(MANS) $(EXTRA_DIST)
63
64TAR = tar
65default: all
66
67.SUFFIXES:
85e02c55 68$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
84da179f
MG
69 cd $(top_srcdir) && automake --foreign Makefile
70
71Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
72 cd $(top_builddir) \
73 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
74
733943b9
TT
75$(srcdir)/aclocal.m4: configure.in
76 cd $(srcdir) && aclocal
77
733943b9
TT
78config.status: configure
79 $(SHELL) ./config.status --recheck
80$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
81 cd $(srcdir) && autoconf
82
83install-subpkgdataDATA: $(subpkgdata_DATA)
84 $(NORMAL_INSTALL)
85 $(mkinstalldirs) $(subpkgdatadir)
85e02c55 86 @list="$(subpkgdata_DATA)"; for p in $$list; do \
733943b9 87 if test -f $(srcdir)/$$p; then \
85e02c55 88 echo "$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \
733943b9
TT
89 $(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p; \
90 else if test -f $$p; then \
85e02c55 91 echo "$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \
733943b9
TT
92 $(INSTALL_DATA) $$p $(subpkgdatadir)/$$p; \
93 fi; fi; \
0f2d19dd
JB
94 done
95
733943b9
TT
96uninstall-subpkgdataDATA:
97 list="$(subpkgdata_DATA)"; for p in $$list; do \
98 rm -f $(subpkgdatadir)/$$p; \
0f2d19dd 99 done
733943b9
TT
100tags: TAGS
101TAGS:
102
103
104distdir = $(PACKAGE)-$(VERSION)
105# This target untars the dist file and tries a VPATH configuration. Then
106# it guarantees that the distribution is self-contained by making another
107# tarfile.
108distcheck: dist
109 rm -rf $(distdir)
110 $(TAR) zxf $(distdir).tar.gz
111 mkdir $(distdir)/=build
112 mkdir $(distdir)/=inst
113 dc_install_base=`cd $(distdir)/=inst && pwd`; \
114 cd $(distdir)/=build \
115 && ../configure --srcdir=.. --prefix=$$dc_install_base \
116 && $(MAKE) \
117 && $(MAKE) dvi \
118 && $(MAKE) check \
119 && $(MAKE) install \
120 && $(MAKE) installcheck \
121 && $(MAKE) dist
122 rm -rf $(distdir)
123 @echo "========================"; \
124 echo "$(distdir).tar.gz is ready for distribution"; \
125 echo "========================"
126dist: distdir
127 -chmod -R a+r $(distdir)
128 $(TAR) chozf $(distdir).tar.gz $(distdir)
129 rm -rf $(distdir)
130dist-all: distdir
131 -chmod -R a+r $(distdir)
132 $(TAR) chozf $(distdir).tar.gz $(distdir)
133 rm -rf $(distdir)
134distdir: $(DISTFILES)
135 rm -rf $(distdir)
136 mkdir $(distdir)
137 -chmod 755 $(distdir)
138 here=`pwd`; distdir=`cd $(distdir) && pwd` \
139 && cd $(srcdir) \
84da179f 140 && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
733943b9
TT
141 $(mkinstalldirs) $(distdir)/PLUGIN
142 @for file in $(DISTFILES); do \
143 d=$(srcdir); \
144 test -f $(distdir)/$$file \
145 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
146 || cp -p $$d/$$file $(distdir)/$$file; \
a45b3733 147 done
733943b9
TT
148info:
149dvi:
150check: all
151 $(MAKE)
152installcheck:
153install-exec:
154 $(NORMAL_INSTALL)
155
156install-data: install-subpkgdataDATA
157 $(NORMAL_INSTALL)
158
159install: install-exec install-data all
160 @:
161
162uninstall: uninstall-subpkgdataDATA
163
164all: $(DATA) Makefile
165
166install-strip:
167 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
168installdirs:
169 $(mkinstalldirs) $(subpkgdatadir)
170
171
172mostlyclean-generic:
173 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
174
175clean-generic:
176 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
177
178distclean-generic:
179 rm -f Makefile $(DISTCLEANFILES)
180 rm -f config.cache config.log stamp-h
181 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
182
183maintainer-clean-generic:
184 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
185 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
186mostlyclean: mostlyclean-generic
187
84da179f 188clean: clean-generic mostlyclean
a45b3733 189
84da179f 190distclean: distclean-generic clean
733943b9 191 rm -f config.status
0f2d19dd 192
84da179f 193maintainer-clean: maintainer-clean-generic distclean
733943b9
TT
194 @echo "This command is intended for maintainers to use;"
195 @echo "it deletes files that may require special tools to rebuild."
196 rm -f config.status
0f2d19dd 197
733943b9
TT
198.PHONY: default uninstall-subpkgdataDATA install-subpkgdataDATA tags \
199distdir info dvi installcheck install-exec install-data install \
200uninstall all installdirs mostlyclean-generic distclean-generic \
201clean-generic maintainer-clean-generic clean mostlyclean distclean \
202maintainer-clean
0f2d19dd 203
0f2d19dd 204
733943b9
TT
205# Tell versions [3.59,3.63) of GNU make to not export all variables.
206# Otherwise a system limit (for SysV at least) may be exceeded.
207.NOEXPORT: