Regenerated.
[bpt/guile.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.2c 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 = true
53 PRE_INSTALL = true
54 POST_INSTALL = true
55 NORMAL_UNINSTALL = true
56 PRE_UNINSTALL = true
57 POST_UNINSTALL = true
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 for subdir in $(SUBDIRS); 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=''; for subdir in $(SUBDIRS); do rev="$$subdir $$rev"; done; \
170 for subdir in $$rev; do \
171 target=`echo $@ | sed s/-recursive//`; \
172 echo "Making $$target in $$subdir"; \
173 (cd $$subdir && $(MAKE) $$target) \
174 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
175 done && test -z "$$fail"
176 tags-recursive:
177 list='$(SUBDIRS)'; for subdir in $$list; do \
178 (cd $$subdir && $(MAKE) tags); \
179 done
180
181 tags: TAGS
182
183 ID: $(HEADERS) $(SOURCES)
184 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
185
186 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
187 tags=; \
188 here=`pwd`; \
189 list='$(SUBDIRS)'; for subdir in $$list; do \
190 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
191 done; \
192 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
193 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
194
195 mostlyclean-tags:
196
197 clean-tags:
198
199 distclean-tags:
200 -rm -f TAGS ID
201
202 maintainer-clean-tags:
203
204 distdir = $(PACKAGE)-$(VERSION)
205 top_distdir = $(distdir)
206
207 # This target untars the dist file and tries a VPATH configuration. Then
208 # it guarantees that the distribution is self-contained by making another
209 # tarfile.
210 distcheck: dist
211 -rm -rf $(distdir)
212 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
213 mkdir $(distdir)/=build
214 mkdir $(distdir)/=inst
215 dc_install_base=`cd $(distdir)/=inst && pwd`; \
216 cd $(distdir)/=build \
217 && ../configure --srcdir=.. --prefix=$$dc_install_base \
218 && $(MAKE) \
219 && $(MAKE) dvi \
220 && $(MAKE) check \
221 && $(MAKE) install \
222 && $(MAKE) installcheck \
223 && $(MAKE) dist
224 -rm -rf $(distdir)
225 @echo "========================"; \
226 echo "$(distdir).tar.gz is ready for distribution"; \
227 echo "========================"
228 dist: distdir
229 -chmod -R a+r $(distdir)
230 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
231 -rm -rf $(distdir)
232 dist-all: distdir
233 -chmod -R a+r $(distdir)
234 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
235 -rm -rf $(distdir)
236 distdir: $(DISTFILES)
237 -rm -rf $(distdir)
238 mkdir $(distdir)
239 -chmod 777 $(distdir)
240 here=`cd $(top_builddir) && pwd`; \
241 top_distdir=`cd $(distdir) && pwd`; \
242 distdir=`cd $(distdir) && pwd`; \
243 cd $(top_srcdir) \
244 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
245 @for file in $(DISTFILES); do \
246 d=$(srcdir); \
247 test -f $(distdir)/$$file \
248 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
249 || cp -p $$d/$$file $(distdir)/$$file; \
250 done
251 for subdir in $(SUBDIRS); do \
252 test -d $(distdir)/$$subdir \
253 || mkdir $(distdir)/$$subdir \
254 || exit 1; \
255 chmod 777 $(distdir)/$$subdir; \
256 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
257 || exit 1; \
258 done
259 info: info-recursive
260 dvi: dvi-recursive
261 check: all-am
262 $(MAKE) check-recursive
263 installcheck: installcheck-recursive
264 all-am: Makefile $(DATA)
265
266 install-data-am: install-aclocalDATA
267
268 uninstall-am: uninstall-aclocalDATA
269
270 install-exec: install-exec-recursive
271 @$(NORMAL_INSTALL)
272
273 install-data: install-data-recursive install-data-am
274 @$(NORMAL_INSTALL)
275
276 install: install-recursive install-data-am
277 @:
278
279 uninstall: uninstall-recursive uninstall-am
280
281 all: all-recursive all-am
282
283 install-strip:
284 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
285 installdirs: installdirs-recursive
286 $(mkinstalldirs) $(aclocaldir)
287
288
289 mostlyclean-generic:
290 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
291
292 clean-generic:
293 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
294
295 distclean-generic:
296 -rm -f Makefile $(DISTCLEANFILES)
297 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
298 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
299
300 maintainer-clean-generic:
301 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
302 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
303 mostlyclean-am: mostlyclean-tags mostlyclean-generic
304
305 clean-am: clean-tags clean-generic mostlyclean-am
306
307 distclean-am: distclean-tags distclean-generic clean-am
308
309 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
310 distclean-am
311
312 mostlyclean: mostlyclean-recursive mostlyclean-am
313
314 clean: clean-recursive clean-am
315
316 distclean: distclean-recursive distclean-am
317 -rm -f config.status
318 -rm -f libtool
319
320 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
321 @echo "This command is intended for maintainers to use;"
322 @echo "it deletes files that may require special tools to rebuild."
323 -rm -f config.status
324
325 .PHONY: default uninstall-aclocalDATA install-aclocalDATA \
326 install-data-recursive uninstall-data-recursive install-exec-recursive \
327 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
328 all-recursive check-recursive installcheck-recursive info-recursive \
329 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
330 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
331 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
332 installcheck all-am install-data-am uninstall-am install-exec \
333 install-data install uninstall all installdirs mostlyclean-generic \
334 distclean-generic clean-generic maintainer-clean-generic clean \
335 mostlyclean distclean maintainer-clean
336
337
338 # Tell versions [3.59,3.63) of GNU make to not export all variables.
339 # Otherwise a system limit (for SysV at least) may be exceeded.
340 .NOEXPORT: