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