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