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