scm_array_map & co
[bpt/guile.git] / Makefile.in
CommitLineData
c7b6463e 1# Makefile.in generated automatically by automake 1.1p 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
733943b9
TT
10srcdir = @srcdir@
11top_srcdir = @top_srcdir@
12VPATH = @srcdir@
13prefix = @prefix@
14exec_prefix = @exec_prefix@
0f2d19dd 15
733943b9
TT
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
0f2d19dd 28
733943b9
TT
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
0f2d19dd 32
733943b9 33top_builddir = .
0f2d19dd 34
4c8980a2
JB
35ACLOCAL = @ACLOCAL@
36AUTOCONF = @AUTOCONF@
37AUTOMAKE = @AUTOMAKE@
38AUTOHEADER = @AUTOHEADER@
39
733943b9
TT
40INSTALL = @INSTALL@
41INSTALL_PROGRAM = @INSTALL_PROGRAM@
42INSTALL_DATA = @INSTALL_DATA@
43INSTALL_SCRIPT = @INSTALL_SCRIPT@
44transform = @program_transform_name@
4c8980a2
JB
45
46NORMAL_INSTALL = true
47PRE_INSTALL = true
48POST_INSTALL = true
49NORMAL_UNINSTALL = true
50PRE_UNINSTALL = true
51POST_UNINSTALL = true
3a629497
JB
52host_alias = @host_alias@
53host_triplet = @host@
c7b6463e
JB
54ACLOCAL = @ACLOCAL@
55AUTOCONF = @AUTOCONF@
56AUTOHEADER = @AUTOHEADER@
57AUTOMAKE = @AUTOMAKE@
3a629497
JB
58AWK = @AWK@
59CC = @CC@
c7b6463e 60CPP = @CPP@
7c86ae05
JB
61GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
62GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
63GUILE_STAMP = @GUILE_STAMP@
64GUILE_VERSION = @GUILE_VERSION@
65LD = @LD@
3a629497
JB
66LIBLOBJS = @LIBLOBJS@
67LIBTOOL = @LIBTOOL@
1aa8162b 68LN_S = @LN_S@
2f38f619 69MAINT = @MAINT@
c7b6463e 70MAKEINFO = @MAKEINFO@
1aa8162b 71NM = @NM@
a1d5d83a 72PACKAGE = @PACKAGE@
3a629497
JB
73RANLIB = @RANLIB@
74THREAD_LIBS = @THREAD_LIBS@
2f38f619 75VERSION = @VERSION@
3a629497
JB
76qtmd_h = @qtmd_h@
77qtmdb_s = @qtmdb_s@
78qtmdc_c = @qtmdc_c@
79qtmdc_o = @qtmdc_o@
80qtmds_o = @qtmds_o@
81qtmds_s = @qtmds_s@
82target_libs = @target_libs@
0f2d19dd 83
42d5fe64 84SUBDIRS = ice-9 qt libguile
0f2d19dd 85
733943b9
TT
86aclocaldir = $(datadir)/aclocal
87aclocal_DATA = guile.m4 threads.m4
0f2d19dd 88
942fafad
JB
89EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
90 HACKING GUILE-VERSION
4c8980a2 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
733943b9 92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
3a629497 93CONFIG_HEADER = ./libguile/scmconfig.h
733943b9
TT
94CONFIG_CLEAN_FILES =
95DATA = $(aclocal_DATA)
0f2d19dd 96
733943b9 97DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
fb054a8c
JB
98Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \
99config.sub configure configure.in install-sh ltconfig ltmain.sh \
100mdate-sh missing mkinstalldirs
0f2d19dd
JB
101
102
4c8980a2 103DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
733943b9 104
2fe609e0 105TAR = tar
4c8980a2 106GZIP = --best
733943b9
TT
107default: all
108
109.SUFFIXES:
4c8980a2
JB
110$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
34281b90
MG
112
113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
114 cd $(top_builddir) \
115 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
c7b6463e 117$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
4c8980a2 118 cd $(srcdir) && $(ACLOCAL)
733943b9 119
c7b6463e 120config.status: $(srcdir)/configure
733943b9 121 $(SHELL) ./config.status --recheck
c7b6463e 122$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
4c8980a2 123 cd $(srcdir) && $(AUTOCONF)
733943b9
TT
124
125install-aclocalDATA: $(aclocal_DATA)
4c8980a2 126 @$(NORMAL_INSTALL)
733943b9 127 $(mkinstalldirs) $(aclocaldir)
4c8980a2 128 @list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 129 if test -f $(srcdir)/$$p; then \
4c8980a2 130 echo " $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p"; \
733943b9
TT
131 $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p; \
132 else if test -f $$p; then \
4c8980a2 133 echo " $(INSTALL_DATA) $$p $(aclocaldir)/$$p"; \
733943b9
TT
134 $(INSTALL_DATA) $$p $(aclocaldir)/$$p; \
135 fi; fi; \
0f2d19dd 136 done
733943b9
TT
137
138uninstall-aclocalDATA:
4c8980a2
JB
139 $(NORMAL_UNINSTALL)
140 list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 141 rm -f $(aclocaldir)/$$p; \
0f2d19dd
JB
142 done
143
733943b9
TT
144# This directory's subdirectories are mostly independent; you can cd
145# into them and run `make' without going through this Makefile.
146# To change the values of `make' variables: instead of editing Makefiles,
147# (1) if the variable is set in `config.status', edit `config.status'
148# (which will cause the Makefiles to be regenerated when you run `make');
149# (2) otherwise, pass the desired values on the `make' command line.
150
151@SET_MAKE@
0f2d19dd 152
733943b9
TT
153all-recursive install-data-recursive install-exec-recursive \
154installdirs-recursive install-recursive uninstall-recursive \
c7b6463e
JB
155check-recursive installcheck-recursive info-recursive dvi-recursive:
156 @set fnord $(MAKEFLAGS); amf=$$2; \
157 for subdir in $(SUBDIRS); do \
158 target=`echo $@ | sed s/-recursive//`; \
159 echo "Making $$target in $$subdir"; \
160 (cd $$subdir && $(MAKE) $$target) \
161 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162 done && test -z "$$fail"
163
733943b9
TT
164mostlyclean-recursive clean-recursive distclean-recursive \
165maintainer-clean-recursive:
c7b6463e
JB
166 @set fnord $(MAKEFLAGS); amf=$$2; \
167 rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
168 for subdir in $$rev; do \
733943b9 169 target=`echo $@ | sed s/-recursive//`; \
a1d5d83a
MG
170 echo "Making $$target in $$subdir"; \
171 (cd $$subdir && $(MAKE) $$target) \
c7b6463e 172 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
733943b9
TT
173 done && test -z "$$fail"
174tags-recursive:
4c8980a2 175 list='$(SUBDIRS)'; for subdir in $$list; do \
733943b9 176 (cd $$subdir && $(MAKE) tags); \
0f2d19dd 177 done
4c8980a2 178
733943b9 179tags: TAGS
0f2d19dd 180
4c8980a2
JB
181ID: $(HEADERS) $(SOURCES)
182 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
183
184TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
185 tags=; \
186 here=`pwd`; \
187 list='$(SUBDIRS)'; for subdir in $$list; do \
188 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
189 done; \
190 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
192
193mostlyclean-tags:
194
195clean-tags:
196
197distclean-tags:
198 rm -f TAGS ID
199
200maintainer-clean-tags:
0f2d19dd 201
733943b9 202distdir = $(PACKAGE)-$(VERSION)
c7b6463e
JB
203top_distdir = $(distdir)
204
733943b9
TT
205# This target untars the dist file and tries a VPATH configuration. Then
206# it guarantees that the distribution is self-contained by making another
207# tarfile.
208distcheck: dist
209 rm -rf $(distdir)
4c8980a2 210 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
733943b9
TT
211 mkdir $(distdir)/=build
212 mkdir $(distdir)/=inst
213 dc_install_base=`cd $(distdir)/=inst && pwd`; \
214 cd $(distdir)/=build \
215 && ../configure --srcdir=.. --prefix=$$dc_install_base \
216 && $(MAKE) \
217 && $(MAKE) dvi \
218 && $(MAKE) check \
219 && $(MAKE) install \
220 && $(MAKE) installcheck \
221 && $(MAKE) dist
222 rm -rf $(distdir)
223 @echo "========================"; \
224 echo "$(distdir).tar.gz is ready for distribution"; \
225 echo "========================"
226dist: distdir
227 -chmod -R a+r $(distdir)
4c8980a2 228 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
733943b9
TT
229 rm -rf $(distdir)
230dist-all: distdir
231 -chmod -R a+r $(distdir)
4c8980a2 232 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
733943b9
TT
233 rm -rf $(distdir)
234distdir: $(DISTFILES)
235 rm -rf $(distdir)
236 mkdir $(distdir)
c7b6463e
JB
237 -chmod 777 $(distdir)
238 here=`cd $(top_builddir) && pwd`; \
239 top_distdir=`cd $(top_distdir) && pwd`; \
240 cd $(top_srcdir) \
241 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
733943b9
TT
242 @for file in $(DISTFILES); do \
243 d=$(srcdir); \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file; \
247 done
248 for subdir in $(SUBDIRS); do \
249 test -d $(distdir)/$$subdir \
250 || mkdir $(distdir)/$$subdir \
251 || exit 1; \
c7b6463e
JB
252 chmod 777 $(distdir)/$$subdir; \
253 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
733943b9 254 || exit 1; \
0f2d19dd 255 done
733943b9
TT
256info: info-recursive
257dvi: dvi-recursive
258check: all-am
259 $(MAKE) check-recursive
260installcheck: installcheck-recursive
c7b6463e 261all-am: Makefile $(DATA)
733943b9
TT
262
263install-data-am: install-aclocalDATA
264
265uninstall-am: uninstall-aclocalDATA
266
267install-exec: install-exec-recursive
4c8980a2 268 @$(NORMAL_INSTALL)
733943b9
TT
269
270install-data: install-data-recursive install-data-am
4c8980a2 271 @$(NORMAL_INSTALL)
733943b9
TT
272
273install: install-recursive install-data-am
274 @:
275
276uninstall: uninstall-recursive uninstall-am
277
278all: all-recursive all-am
279
280install-strip:
281 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
282installdirs: installdirs-recursive
283 $(mkinstalldirs) $(aclocaldir)
284
285
286mostlyclean-generic:
287 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
288
289clean-generic:
290 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
291
292distclean-generic:
293 rm -f Makefile $(DISTCLEANFILES)
c7b6463e 294 rm -f config.cache config.log stamp-h stamp-h[0-9]*
733943b9
TT
295 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
296
297maintainer-clean-generic:
298 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
299 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4c8980a2 300mostlyclean-am: mostlyclean-tags mostlyclean-generic
733943b9 301
4c8980a2 302clean-am: clean-tags clean-generic mostlyclean-am
733943b9 303
4c8980a2 304distclean-am: distclean-tags distclean-generic clean-am
733943b9 305
4c8980a2
JB
306maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
307 distclean-am
733943b9 308
4c8980a2 309mostlyclean: mostlyclean-recursive mostlyclean-am
733943b9 310
4c8980a2 311clean: clean-recursive clean-am
733943b9 312
4c8980a2 313distclean: distclean-recursive distclean-am
733943b9 314 rm -f config.status
3a629497 315 rm -f libtool
733943b9 316
4c8980a2 317maintainer-clean: maintainer-clean-recursive maintainer-clean-am
733943b9
TT
318 @echo "This command is intended for maintainers to use;"
319 @echo "it deletes files that may require special tools to rebuild."
320 rm -f config.status
0f2d19dd 321
733943b9
TT
322.PHONY: default uninstall-aclocalDATA install-aclocalDATA \
323install-data-recursive uninstall-data-recursive install-exec-recursive \
324uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
325all-recursive check-recursive installcheck-recursive info-recursive \
326dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
4c8980a2
JB
327maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
328distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
733943b9
TT
329installcheck all-am install-data-am uninstall-am install-exec \
330install-data install uninstall all installdirs mostlyclean-generic \
331distclean-generic clean-generic maintainer-clean-generic clean \
332mostlyclean distclean maintainer-clean
0f2d19dd
JB
333
334
733943b9
TT
335# Tell versions [3.59,3.63) of GNU make to not export all variables.
336# Otherwise a system limit (for SysV at least) may be exceeded.
337.NOEXPORT: