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