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