*** empty log message ***
[bpt/guile.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 AS = @AS@
63 AWK = @AWK@
64 CC = @CC@
65 CPP = @CPP@
66 DLLTOOL = @DLLTOOL@
67 GUILE_LIBS = @GUILE_LIBS@
68 GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
69 GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
70 GUILE_STAMP = @GUILE_STAMP@
71 GUILE_VERSION = @GUILE_VERSION@
72 LD = @LD@
73 LIBLOBJS = @LIBLOBJS@
74 LIBTOOL = @LIBTOOL@
75 LN_S = @LN_S@
76 MAINT = @MAINT@
77 MAKEINFO = @MAKEINFO@
78 NM = @NM@
79 OBJDUMP = @OBJDUMP@
80 PACKAGE = @PACKAGE@
81 QTHREAD_LTLIBS = @QTHREAD_LTLIBS@
82 RANLIB = @RANLIB@
83 THREAD_CPPFLAGS = @THREAD_CPPFLAGS@
84 THREAD_LIBS_INSTALLED = @THREAD_LIBS_INSTALLED@
85 THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
86 THREAD_PACKAGE = @THREAD_PACKAGE@
87 VERSION = @VERSION@
88 qtdmdb_s = @qtdmdb_s@
89 qthread_asflags = @qthread_asflags@
90 qtmd_h = @qtmd_h@
91 qtmdc_c = @qtmdc_c@
92 qtmds_s = @qtmds_s@
93
94 SUBDIRS = ice-9 qt libguile guile-config doc
95
96 aclocaldir = $(datadir)/aclocal
97 aclocal_DATA = guile.m4 qthreads.m4
98
99 EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h HACKING GUILE-VERSION ANON-CVS SNAPSHOTS
100
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = ./libguile/scmconfig.h
104 CONFIG_CLEAN_FILES =
105 DATA = $(aclocal_DATA)
106
107 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
108 Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 aclocal.m4 \
109 config.guess config.sub configure configure.in install-sh \
110 libguile/scmconfig.h.in libguile/stamp-h.in ltconfig ltmain.sh mdate-sh \
111 missing mkinstalldirs
112
113
114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
116 TAR = tar
117 GZIP_ENV = --best
118 all: all-redirect
119 .SUFFIXES:
120 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
122
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
124 cd $(top_builddir) \
125 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
127 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
128 cd $(srcdir) && $(ACLOCAL)
129
130 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131 $(SHELL) ./config.status --recheck
132 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133 cd $(srcdir) && $(AUTOCONF)
134
135 libguile/scmconfig.h: libguile/stamp-h
136 @if test ! -f $@; then \
137 rm -f libguile/stamp-h; \
138 $(MAKE) libguile/stamp-h; \
139 else :; fi
140 libguile/stamp-h: $(srcdir)/libguile/scmconfig.h.in $(top_builddir)/config.status
141 cd $(top_builddir) \
142 && CONFIG_FILES= CONFIG_HEADERS=libguile/scmconfig.h \
143 $(SHELL) ./config.status
144 @echo timestamp > libguile/stamp-h 2> /dev/null
145 $(srcdir)/libguile/scmconfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/libguile/stamp-h.in
146 @if test ! -f $@; then \
147 rm -f $(srcdir)/libguile/stamp-h.in; \
148 $(MAKE) $(srcdir)/libguile/stamp-h.in; \
149 else :; fi
150 $(srcdir)/libguile/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
151 cd $(top_srcdir) && $(AUTOHEADER)
152 @echo timestamp > $(srcdir)/libguile/stamp-h.in 2> /dev/null
153
154 mostlyclean-hdr:
155
156 clean-hdr:
157
158 distclean-hdr:
159 -rm -f libguile/scmconfig.h
160
161 maintainer-clean-hdr:
162
163 install-aclocalDATA: $(aclocal_DATA)
164 @$(NORMAL_INSTALL)
165 $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
166 @list='$(aclocal_DATA)'; for p in $$list; do \
167 if test -f $(srcdir)/$$p; then \
168 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p"; \
169 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p; \
170 else if test -f $$p; then \
171 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p"; \
172 $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p; \
173 fi; fi; \
174 done
175
176 uninstall-aclocalDATA:
177 @$(NORMAL_UNINSTALL)
178 list='$(aclocal_DATA)'; for p in $$list; do \
179 rm -f $(DESTDIR)$(aclocaldir)/$$p; \
180 done
181
182 # This directory's subdirectories are mostly independent; you can cd
183 # into them and run `make' without going through this Makefile.
184 # To change the values of `make' variables: instead of editing Makefiles,
185 # (1) if the variable is set in `config.status', edit `config.status'
186 # (which will cause the Makefiles to be regenerated when you run `make');
187 # (2) otherwise, pass the desired values on the `make' command line.
188
189 @SET_MAKE@
190
191 all-recursive install-data-recursive install-exec-recursive \
192 installdirs-recursive install-recursive uninstall-recursive \
193 check-recursive installcheck-recursive info-recursive dvi-recursive:
194 @set fnord $(MAKEFLAGS); amf=$$2; \
195 dot_seen=no; \
196 target=`echo $@ | sed s/-recursive//`; \
197 list='$(SUBDIRS)'; for subdir in $$list; do \
198 echo "Making $$target in $$subdir"; \
199 if test "$$subdir" = "."; then \
200 dot_seen=yes; \
201 local_target="$$target-am"; \
202 else \
203 local_target="$$target"; \
204 fi; \
205 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
206 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
207 done; \
208 if test "$$dot_seen" = "no"; then \
209 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
210 fi; test -z "$$fail"
211
212 mostlyclean-recursive clean-recursive distclean-recursive \
213 maintainer-clean-recursive:
214 @set fnord $(MAKEFLAGS); amf=$$2; \
215 dot_seen=no; \
216 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
217 rev="$$subdir $$rev"; \
218 test "$$subdir" = "." && dot_seen=yes; \
219 done; \
220 test "$$dot_seen" = "no" && rev=". $$rev"; \
221 target=`echo $@ | sed s/-recursive//`; \
222 for subdir in $$rev; do \
223 echo "Making $$target in $$subdir"; \
224 if test "$$subdir" = "."; then \
225 local_target="$$target-am"; \
226 else \
227 local_target="$$target"; \
228 fi; \
229 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
230 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
231 done && test -z "$$fail"
232 tags-recursive:
233 list='$(SUBDIRS)'; for subdir in $$list; do \
234 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
235 done
236
237 tags: TAGS
238
239 ID: $(HEADERS) $(SOURCES) $(LISP)
240 list='$(SOURCES) $(HEADERS)'; \
241 unique=`for i in $$list; do echo $$i; done | \
242 awk ' { files[$$0] = 1; } \
243 END { for (i in files) print i; }'`; \
244 here=`pwd` && cd $(srcdir) \
245 && mkid -f$$here/ID $$unique $(LISP)
246
247 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
248 tags=; \
249 here=`pwd`; \
250 list='$(SUBDIRS)'; for subdir in $$list; do \
251 if test "$$subdir" = .; then :; else \
252 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
253 fi; \
254 done; \
255 list='$(SOURCES) $(HEADERS)'; \
256 unique=`for i in $$list; do echo $$i; done | \
257 awk ' { files[$$0] = 1; } \
258 END { for (i in files) print i; }'`; \
259 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
260 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
261
262 mostlyclean-tags:
263
264 clean-tags:
265
266 distclean-tags:
267 -rm -f TAGS ID
268
269 maintainer-clean-tags:
270
271 distdir = $(PACKAGE)-$(VERSION)
272 top_distdir = $(distdir)
273
274 # This target untars the dist file and tries a VPATH configuration. Then
275 # it guarantees that the distribution is self-contained by making another
276 # tarfile.
277 distcheck: dist
278 -rm -rf $(distdir)
279 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
280 mkdir $(distdir)/=build
281 mkdir $(distdir)/=inst
282 dc_install_base=`cd $(distdir)/=inst && pwd`; \
283 cd $(distdir)/=build \
284 && ../configure --srcdir=.. --prefix=$$dc_install_base \
285 && $(MAKE) $(AM_MAKEFLAGS) \
286 && $(MAKE) $(AM_MAKEFLAGS) dvi \
287 && $(MAKE) $(AM_MAKEFLAGS) check \
288 && $(MAKE) $(AM_MAKEFLAGS) install \
289 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
290 && $(MAKE) $(AM_MAKEFLAGS) dist
291 -rm -rf $(distdir)
292 @banner="$(distdir).tar.gz is ready for distribution"; \
293 dashes=`echo "$$banner" | sed s/./=/g`; \
294 echo "$$dashes"; \
295 echo "$$banner"; \
296 echo "$$dashes"
297 dist: distdir
298 -chmod -R a+r $(distdir)
299 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
300 -rm -rf $(distdir)
301 dist-all: distdir
302 -chmod -R a+r $(distdir)
303 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
304 -rm -rf $(distdir)
305 distdir: $(DISTFILES)
306 -rm -rf $(distdir)
307 mkdir $(distdir)
308 -chmod 777 $(distdir)
309 here=`cd $(top_builddir) && pwd`; \
310 top_distdir=`cd $(distdir) && pwd`; \
311 distdir=`cd $(distdir) && pwd`; \
312 cd $(top_srcdir) \
313 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
314 @for file in $(DISTFILES); do \
315 d=$(srcdir); \
316 if test -d $$d/$$file; then \
317 cp -pr $$/$$file $(distdir)/$$file; \
318 else \
319 test -f $(distdir)/$$file \
320 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
321 || cp -p $$d/$$file $(distdir)/$$file || :; \
322 fi; \
323 done
324 for subdir in $(SUBDIRS); do \
325 if test "$$subdir" = .; then :; else \
326 test -d $(distdir)/$$subdir \
327 || mkdir $(distdir)/$$subdir \
328 || exit 1; \
329 chmod 777 $(distdir)/$$subdir; \
330 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
331 || exit 1; \
332 fi; \
333 done
334 info-am:
335 info: info-recursive
336 dvi-am:
337 dvi: dvi-recursive
338 check-am: all-am
339 check: check-recursive
340 installcheck-am:
341 installcheck: installcheck-recursive
342 install-exec-am:
343 install-exec: install-exec-recursive
344
345 install-data-am: install-aclocalDATA
346 install-data: install-data-recursive
347
348 install-am: all-am
349 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350 install: install-recursive
351 uninstall-am: uninstall-aclocalDATA
352 uninstall: uninstall-recursive
353 all-am: Makefile $(DATA)
354 all-redirect: all-recursive
355 install-strip:
356 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
357 installdirs: installdirs-recursive
358 installdirs-am:
359 $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
360
361
362 mostlyclean-generic:
363
364 clean-generic:
365
366 distclean-generic:
367 -rm -f Makefile $(CONFIG_CLEAN_FILES)
368 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
369
370 maintainer-clean-generic:
371 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
372
373 mostlyclean: mostlyclean-recursive
374
375 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
376
377 clean: clean-recursive
378
379 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
380 -rm -f libtool
381
382 distclean: distclean-recursive
383 -rm -f config.status
384
385 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
386 maintainer-clean-generic distclean-am
387 @echo "This command is intended for maintainers to use;"
388 @echo "it deletes files that may require special tools to rebuild."
389
390 maintainer-clean: maintainer-clean-recursive
391 -rm -f config.status
392
393 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
394 uninstall-aclocalDATA install-aclocalDATA install-data-recursive \
395 uninstall-data-recursive install-exec-recursive \
396 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
397 all-recursive check-recursive installcheck-recursive info-recursive \
398 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
399 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
400 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
401 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
402 install-exec install-data-am install-data install-am install \
403 uninstall-am uninstall all-redirect all-am all installdirs-am \
404 installdirs mostlyclean-generic distclean-generic clean-generic \
405 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
406
407
408 # Tell versions [3.59,3.63) of GNU make to not export all variables.
409 # Otherwise a system limit (for SysV at least) may be exceeded.
410 .NOEXPORT: