* dynl.c (scm_dynamic_call, scm_dynamic_args_call): Wrap dynamic
[bpt/guile.git] / Makefile.in
CommitLineData
c7b6463e 1# Makefile.in generated automatically by automake 1.1p from Makefile.am
733943b9
TT
2
3# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
6
0f2d19dd
JB
7
8SHELL = /bin/sh
9
733943b9
TT
10srcdir = @srcdir@
11top_srcdir = @top_srcdir@
12VPATH = @srcdir@
13prefix = @prefix@
14exec_prefix = @exec_prefix@
0f2d19dd 15
733943b9
TT
16bindir = @bindir@
17sbindir = @sbindir@
18libexecdir = @libexecdir@
19datadir = @datadir@
20sysconfdir = @sysconfdir@
21sharedstatedir = @sharedstatedir@
22localstatedir = @localstatedir@
23libdir = @libdir@
24infodir = @infodir@
25mandir = @mandir@
26includedir = @includedir@
27oldincludedir = /usr/include
0f2d19dd 28
733943b9
TT
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
0f2d19dd 32
733943b9 33top_builddir = .
0f2d19dd 34
4c8980a2
JB
35ACLOCAL = @ACLOCAL@
36AUTOCONF = @AUTOCONF@
37AUTOMAKE = @AUTOMAKE@
38AUTOHEADER = @AUTOHEADER@
39
733943b9
TT
40INSTALL = @INSTALL@
41INSTALL_PROGRAM = @INSTALL_PROGRAM@
42INSTALL_DATA = @INSTALL_DATA@
43INSTALL_SCRIPT = @INSTALL_SCRIPT@
44transform = @program_transform_name@
4c8980a2
JB
45
46NORMAL_INSTALL = true
47PRE_INSTALL = true
48POST_INSTALL = true
49NORMAL_UNINSTALL = true
50PRE_UNINSTALL = true
51POST_UNINSTALL = true
3a629497
JB
52host_alias = @host_alias@
53host_triplet = @host@
c7b6463e
JB
54ACLOCAL = @ACLOCAL@
55AUTOCONF = @AUTOCONF@
56AUTOHEADER = @AUTOHEADER@
57AUTOMAKE = @AUTOMAKE@
3a629497
JB
58AWK = @AWK@
59CC = @CC@
c7b6463e 60CPP = @CPP@
3a629497
JB
61LIBLOBJS = @LIBLOBJS@
62LIBTOOL = @LIBTOOL@
2f38f619 63MAINT = @MAINT@
c7b6463e 64MAKEINFO = @MAKEINFO@
a1d5d83a 65PACKAGE = @PACKAGE@
3a629497
JB
66RANLIB = @RANLIB@
67THREAD_LIBS = @THREAD_LIBS@
2f38f619 68VERSION = @VERSION@
3a629497
JB
69qtmd_h = @qtmd_h@
70qtmdb_s = @qtmdb_s@
71qtmdc_c = @qtmdc_c@
72qtmdc_o = @qtmdc_o@
73qtmds_o = @qtmds_o@
74qtmds_s = @qtmds_s@
75target_libs = @target_libs@
0f2d19dd 76
42d5fe64 77SUBDIRS = ice-9 qt libguile
0f2d19dd 78
733943b9
TT
79aclocaldir = $(datadir)/aclocal
80aclocal_DATA = guile.m4 threads.m4
0f2d19dd 81
a7a8349d 82EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh HACKING GUILE-VERSION
4c8980a2 83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
733943b9 84mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
3a629497 85CONFIG_HEADER = ./libguile/scmconfig.h
733943b9
TT
86CONFIG_CLEAN_FILES =
87DATA = $(aclocal_DATA)
0f2d19dd 88
733943b9 89DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
3a629497
JB
90Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
91configure configure.in install-sh ltconfig ltmain.sh mdate-sh missing \
4c8980a2 92mkinstalldirs
0f2d19dd
JB
93
94
4c8980a2 95DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
733943b9
TT
96
97TAR = tar
4c8980a2 98GZIP = --best
733943b9
TT
99default: all
100
101.SUFFIXES:
4c8980a2
JB
102$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
103 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
34281b90
MG
104
105Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
106 cd $(top_builddir) \
107 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
c7b6463e 109$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
4c8980a2 110 cd $(srcdir) && $(ACLOCAL)
733943b9 111
c7b6463e 112config.status: $(srcdir)/configure
733943b9 113 $(SHELL) ./config.status --recheck
c7b6463e 114$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
4c8980a2 115 cd $(srcdir) && $(AUTOCONF)
733943b9
TT
116
117install-aclocalDATA: $(aclocal_DATA)
4c8980a2 118 @$(NORMAL_INSTALL)
733943b9 119 $(mkinstalldirs) $(aclocaldir)
4c8980a2 120 @list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 121 if test -f $(srcdir)/$$p; then \
4c8980a2 122 echo " $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p"; \
733943b9
TT
123 $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p; \
124 else if test -f $$p; then \
4c8980a2 125 echo " $(INSTALL_DATA) $$p $(aclocaldir)/$$p"; \
733943b9
TT
126 $(INSTALL_DATA) $$p $(aclocaldir)/$$p; \
127 fi; fi; \
0f2d19dd 128 done
733943b9
TT
129
130uninstall-aclocalDATA:
4c8980a2
JB
131 $(NORMAL_UNINSTALL)
132 list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 133 rm -f $(aclocaldir)/$$p; \
0f2d19dd
JB
134 done
135
733943b9
TT
136# This directory's subdirectories are mostly independent; you can cd
137# into them and run `make' without going through this Makefile.
138# To change the values of `make' variables: instead of editing Makefiles,
139# (1) if the variable is set in `config.status', edit `config.status'
140# (which will cause the Makefiles to be regenerated when you run `make');
141# (2) otherwise, pass the desired values on the `make' command line.
142
143@SET_MAKE@
0f2d19dd 144
733943b9
TT
145all-recursive install-data-recursive install-exec-recursive \
146installdirs-recursive install-recursive uninstall-recursive \
c7b6463e
JB
147check-recursive installcheck-recursive info-recursive dvi-recursive:
148 @set fnord $(MAKEFLAGS); amf=$$2; \
149 for subdir in $(SUBDIRS); do \
150 target=`echo $@ | sed s/-recursive//`; \
151 echo "Making $$target in $$subdir"; \
152 (cd $$subdir && $(MAKE) $$target) \
153 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
154 done && test -z "$$fail"
155
733943b9
TT
156mostlyclean-recursive clean-recursive distclean-recursive \
157maintainer-clean-recursive:
c7b6463e
JB
158 @set fnord $(MAKEFLAGS); amf=$$2; \
159 rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
160 for subdir in $$rev; do \
733943b9 161 target=`echo $@ | sed s/-recursive//`; \
a1d5d83a
MG
162 echo "Making $$target in $$subdir"; \
163 (cd $$subdir && $(MAKE) $$target) \
c7b6463e 164 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
733943b9
TT
165 done && test -z "$$fail"
166tags-recursive:
4c8980a2 167 list='$(SUBDIRS)'; for subdir in $$list; do \
733943b9 168 (cd $$subdir && $(MAKE) tags); \
0f2d19dd 169 done
4c8980a2 170
733943b9 171tags: TAGS
0f2d19dd 172
4c8980a2
JB
173ID: $(HEADERS) $(SOURCES)
174 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
175
176TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
177 tags=; \
178 here=`pwd`; \
179 list='$(SUBDIRS)'; for subdir in $$list; do \
180 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
181 done; \
182 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
183 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
184
185mostlyclean-tags:
186
187clean-tags:
188
189distclean-tags:
190 rm -f TAGS ID
191
192maintainer-clean-tags:
0f2d19dd 193
733943b9 194distdir = $(PACKAGE)-$(VERSION)
c7b6463e
JB
195top_distdir = $(distdir)
196
733943b9
TT
197# This target untars the dist file and tries a VPATH configuration. Then
198# it guarantees that the distribution is self-contained by making another
199# tarfile.
200distcheck: dist
201 rm -rf $(distdir)
4c8980a2 202 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
733943b9
TT
203 mkdir $(distdir)/=build
204 mkdir $(distdir)/=inst
205 dc_install_base=`cd $(distdir)/=inst && pwd`; \
206 cd $(distdir)/=build \
207 && ../configure --srcdir=.. --prefix=$$dc_install_base \
208 && $(MAKE) \
209 && $(MAKE) dvi \
210 && $(MAKE) check \
211 && $(MAKE) install \
212 && $(MAKE) installcheck \
213 && $(MAKE) dist
214 rm -rf $(distdir)
215 @echo "========================"; \
216 echo "$(distdir).tar.gz is ready for distribution"; \
217 echo "========================"
218dist: distdir
219 -chmod -R a+r $(distdir)
4c8980a2 220 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
733943b9
TT
221 rm -rf $(distdir)
222dist-all: distdir
223 -chmod -R a+r $(distdir)
4c8980a2 224 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
733943b9
TT
225 rm -rf $(distdir)
226distdir: $(DISTFILES)
227 rm -rf $(distdir)
228 mkdir $(distdir)
c7b6463e
JB
229 -chmod 777 $(distdir)
230 here=`cd $(top_builddir) && pwd`; \
231 top_distdir=`cd $(top_distdir) && pwd`; \
232 cd $(top_srcdir) \
233 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
733943b9
TT
234 @for file in $(DISTFILES); do \
235 d=$(srcdir); \
236 test -f $(distdir)/$$file \
237 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238 || cp -p $$d/$$file $(distdir)/$$file; \
239 done
240 for subdir in $(SUBDIRS); do \
241 test -d $(distdir)/$$subdir \
242 || mkdir $(distdir)/$$subdir \
243 || exit 1; \
c7b6463e
JB
244 chmod 777 $(distdir)/$$subdir; \
245 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
733943b9 246 || exit 1; \
0f2d19dd 247 done
733943b9
TT
248info: info-recursive
249dvi: dvi-recursive
250check: all-am
251 $(MAKE) check-recursive
252installcheck: installcheck-recursive
c7b6463e 253all-am: Makefile $(DATA)
733943b9
TT
254
255install-data-am: install-aclocalDATA
256
257uninstall-am: uninstall-aclocalDATA
258
259install-exec: install-exec-recursive
4c8980a2 260 @$(NORMAL_INSTALL)
733943b9
TT
261
262install-data: install-data-recursive install-data-am
4c8980a2 263 @$(NORMAL_INSTALL)
733943b9
TT
264
265install: install-recursive install-data-am
266 @:
267
268uninstall: uninstall-recursive uninstall-am
269
270all: all-recursive all-am
271
272install-strip:
273 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
274installdirs: installdirs-recursive
275 $(mkinstalldirs) $(aclocaldir)
276
277
278mostlyclean-generic:
279 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
280
281clean-generic:
282 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
283
284distclean-generic:
285 rm -f Makefile $(DISTCLEANFILES)
c7b6463e 286 rm -f config.cache config.log stamp-h stamp-h[0-9]*
733943b9
TT
287 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
288
289maintainer-clean-generic:
290 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
291 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4c8980a2 292mostlyclean-am: mostlyclean-tags mostlyclean-generic
733943b9 293
4c8980a2 294clean-am: clean-tags clean-generic mostlyclean-am
733943b9 295
4c8980a2 296distclean-am: distclean-tags distclean-generic clean-am
733943b9 297
4c8980a2
JB
298maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
299 distclean-am
733943b9 300
4c8980a2 301mostlyclean: mostlyclean-recursive mostlyclean-am
733943b9 302
4c8980a2 303clean: clean-recursive clean-am
733943b9 304
4c8980a2 305distclean: distclean-recursive distclean-am
733943b9 306 rm -f config.status
3a629497 307 rm -f libtool
733943b9 308
4c8980a2 309maintainer-clean: maintainer-clean-recursive maintainer-clean-am
733943b9
TT
310 @echo "This command is intended for maintainers to use;"
311 @echo "it deletes files that may require special tools to rebuild."
312 rm -f config.status
0f2d19dd 313
733943b9
TT
314.PHONY: default uninstall-aclocalDATA install-aclocalDATA \
315install-data-recursive uninstall-data-recursive install-exec-recursive \
316uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
317all-recursive check-recursive installcheck-recursive info-recursive \
318dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
4c8980a2
JB
319maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
320distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
733943b9
TT
321installcheck all-am install-data-am uninstall-am install-exec \
322install-data install uninstall all installdirs mostlyclean-generic \
323distclean-generic clean-generic maintainer-clean-generic clean \
324mostlyclean distclean maintainer-clean
0f2d19dd
JB
325
326
733943b9
TT
327# Tell versions [3.59,3.63) of GNU make to not export all variables.
328# Otherwise a system limit (for SysV at least) may be exceeded.
329.NOEXPORT: