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