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