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