*** empty log message ***
[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 = @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 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 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 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 qtmd_h = @qtmd_h@
89 qtmdc_c = @qtmdc_c@
90 qtmds_s = @qtmds_s@
91
92 SUBDIRS = ice-9 qt libguile build
93
94 aclocaldir = $(datadir)/aclocal
95 aclocal_DATA = guile.m4 qthreads.m4
96
97 EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
98 HACKING GUILE-VERSION
99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = ./libguile/scmconfig.h
102 CONFIG_CLEAN_FILES =
103 DATA = $(aclocal_DATA)
104
105 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
106 Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \
107 config.sub configure configure.in install-sh ltconfig ltmain.sh \
108 mdate-sh missing mkinstalldirs
109
110
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113 TAR = tar
114 GZIP = --best
115 all: all-recursive all-am
116
117 .SUFFIXES:
118 $(srcdir)/Makefile.in: @MAINT@ 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): @MAINT@ configure.in acinclude.m4
126 cd $(srcdir) && $(ACLOCAL)
127
128 config.status: $(srcdir)/configure
129 $(SHELL) ./config.status --recheck
130 $(srcdir)/configure: @MAINT@$(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 list='$(SUBDIRS)'; for subdir in $$list; do \
166 target=`echo $@ | sed s/-recursive//`; \
167 echo "Making $$target in $$subdir"; \
168 (cd $$subdir && $(MAKE) $$target) \
169 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170 done && test -z "$$fail"
171
172 mostlyclean-recursive clean-recursive distclean-recursive \
173 maintainer-clean-recursive:
174 @set fnord $(MAKEFLAGS); amf=$$2; \
175 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
176 rev="$$subdir $$rev"; \
177 done; \
178 for subdir in $$rev; do \
179 target=`echo $@ | sed s/-recursive//`; \
180 echo "Making $$target in $$subdir"; \
181 (cd $$subdir && $(MAKE) $$target) \
182 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183 done && test -z "$$fail"
184 tags-recursive:
185 list='$(SUBDIRS)'; for subdir in $$list; do \
186 (cd $$subdir && $(MAKE) tags); \
187 done
188
189 tags: TAGS
190
191 ID: $(HEADERS) $(SOURCES) $(LISP)
192 here=`pwd` && cd $(srcdir) \
193 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
194
195 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
196 tags=; \
197 here=`pwd`; \
198 list='$(SUBDIRS)'; for subdir in $$list; do \
199 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
200 done; \
201 list='$(SOURCES) $(HEADERS)'; \
202 unique=`for i in $$list; do echo $$i; done | \
203 awk ' { files[$$0] = 1; } \
204 END { for (i in files) print i; }'`; \
205 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
206 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
207
208 mostlyclean-tags:
209
210 clean-tags:
211
212 distclean-tags:
213 -rm -f TAGS ID
214
215 maintainer-clean-tags:
216
217 distdir = $(PACKAGE)-$(VERSION)
218 top_distdir = $(distdir)
219
220 # This target untars the dist file and tries a VPATH configuration. Then
221 # it guarantees that the distribution is self-contained by making another
222 # tarfile.
223 distcheck: dist
224 -rm -rf $(distdir)
225 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
226 mkdir $(distdir)/=build
227 mkdir $(distdir)/=inst
228 dc_install_base=`cd $(distdir)/=inst && pwd`; \
229 cd $(distdir)/=build \
230 && ../configure --srcdir=.. --prefix=$$dc_install_base \
231 && $(MAKE) \
232 && $(MAKE) dvi \
233 && $(MAKE) check \
234 && $(MAKE) install \
235 && $(MAKE) installcheck \
236 && $(MAKE) dist
237 -rm -rf $(distdir)
238 @echo "========================"; \
239 echo "$(distdir).tar.gz is ready for distribution"; \
240 echo "========================"
241 dist: distdir
242 -chmod -R a+r $(distdir)
243 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
244 -rm -rf $(distdir)
245 dist-all: distdir
246 -chmod -R a+r $(distdir)
247 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
248 -rm -rf $(distdir)
249 distdir: $(DISTFILES)
250 -rm -rf $(distdir)
251 mkdir $(distdir)
252 -chmod 777 $(distdir)
253 here=`cd $(top_builddir) && pwd`; \
254 top_distdir=`cd $(distdir) && pwd`; \
255 distdir=`cd $(distdir) && pwd`; \
256 cd $(top_srcdir) \
257 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
258 @for file in $(DISTFILES); do \
259 d=$(srcdir); \
260 test -f $(distdir)/$$file \
261 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
262 || cp -p $$d/$$file $(distdir)/$$file; \
263 done
264 for subdir in $(SUBDIRS); do \
265 test -d $(distdir)/$$subdir \
266 || mkdir $(distdir)/$$subdir \
267 || exit 1; \
268 chmod 777 $(distdir)/$$subdir; \
269 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
270 || exit 1; \
271 done
272 info: info-recursive
273 dvi: dvi-recursive
274 check: all-am
275 $(MAKE) check-recursive
276 installcheck: installcheck-recursive
277 all-am: Makefile $(DATA)
278
279 install-data-am: install-aclocalDATA
280
281 uninstall-am: uninstall-aclocalDATA
282
283 install-exec: install-exec-recursive
284 @$(NORMAL_INSTALL)
285
286 install-data: install-data-recursive install-data-am
287 @$(NORMAL_INSTALL)
288
289 install: install-recursive install-data-am
290 @:
291
292 uninstall: uninstall-recursive uninstall-am
293
294 install-strip:
295 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
296 installdirs: installdirs-recursive
297 $(mkinstalldirs) $(DATADIR)$(aclocaldir)
298
299
300 mostlyclean-generic:
301 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
302
303 clean-generic:
304 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
305
306 distclean-generic:
307 -rm -f Makefile $(DISTCLEANFILES)
308 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
309 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
310
311 maintainer-clean-generic:
312 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
313 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
314 mostlyclean-am: mostlyclean-tags mostlyclean-generic
315
316 clean-am: clean-tags clean-generic mostlyclean-am
317
318 distclean-am: distclean-tags distclean-generic clean-am
319
320 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
321 distclean-am
322
323 mostlyclean: mostlyclean-recursive mostlyclean-am
324
325 clean: clean-recursive clean-am
326
327 distclean: distclean-recursive distclean-am
328 -rm -f config.status
329 -rm -f libtool
330
331 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
332 @echo "This command is intended for maintainers to use;"
333 @echo "it deletes files that may require special tools to rebuild."
334 -rm -f config.status
335
336 .PHONY: uninstall-aclocalDATA install-aclocalDATA install-data-recursive \
337 uninstall-data-recursive install-exec-recursive \
338 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
339 all-recursive check-recursive installcheck-recursive info-recursive \
340 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
341 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
342 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
343 installcheck all-am install-data-am uninstall-am install-exec \
344 install-data install uninstall all installdirs mostlyclean-generic \
345 distclean-generic clean-generic maintainer-clean-generic clean \
346 mostlyclean distclean maintainer-clean
347
348
349 # Tell versions [3.59,3.63) of GNU make to not export all variables.
350 # Otherwise a system limit (for SysV at least) may be exceeded.
351 .NOEXPORT: