*** empty log message ***
[bpt/guile.git] / Makefile.in
CommitLineData
9bd368c0 1# Makefile.in generated automatically by automake 1.4 from Makefile.am
733943b9 2
9bd368c0 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
733943b9 4# This Makefile.in is free software; the Free Software Foundation
86c5044a
MD
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.
733943b9 12
0f2d19dd 13
9bd368c0 14SHELL = @SHELL@
0f2d19dd 15
733943b9
TT
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
0f2d19dd 21
733943b9
TT
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
0f2d19dd 34
9bd368c0 35DESTDIR =
5798fd97 36
733943b9
TT
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
0f2d19dd 40
733943b9 41top_builddir = .
0f2d19dd 42
4c8980a2
JB
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
733943b9 48INSTALL = @INSTALL@
9bd368c0 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
733943b9
TT
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
4c8980a2 53
341eaef0
GH
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
3a629497
JB
60host_alias = @host_alias@
61host_triplet = @host@
131f97a9 62AS = @AS@
3a629497
JB
63AWK = @AWK@
64CC = @CC@
c7b6463e 65CPP = @CPP@
131f97a9 66DLLTOOL = @DLLTOOL@
daa4f38c 67GUILE_LIBS = @GUILE_LIBS@
7c86ae05
JB
68GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
69GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
70GUILE_STAMP = @GUILE_STAMP@
71GUILE_VERSION = @GUILE_VERSION@
72LD = @LD@
3a629497
JB
73LIBLOBJS = @LIBLOBJS@
74LIBTOOL = @LIBTOOL@
1aa8162b 75LN_S = @LN_S@
2f38f619 76MAINT = @MAINT@
c7b6463e 77MAKEINFO = @MAKEINFO@
1aa8162b 78NM = @NM@
2179c70c 79OBJDUMP = @OBJDUMP@
a1d5d83a 80PACKAGE = @PACKAGE@
539c89a1 81QTHREAD_LTLIBS = @QTHREAD_LTLIBS@
3a629497 82RANLIB = @RANLIB@
539c89a1
JB
83THREAD_CPPFLAGS = @THREAD_CPPFLAGS@
84THREAD_LIBS_INSTALLED = @THREAD_LIBS_INSTALLED@
85THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
86THREAD_PACKAGE = @THREAD_PACKAGE@
2f38f619 87VERSION = @VERSION@
539c89a1 88qtdmdb_s = @qtdmdb_s@
285403bb 89qthread_asflags = @qthread_asflags@
3a629497 90qtmd_h = @qtmd_h@
3a629497 91qtmdc_c = @qtmdc_c@
3a629497 92qtmds_s = @qtmds_s@
0f2d19dd 93
2179c70c 94SUBDIRS = ice-9 qt libguile guile-config guile-readline doc
0f2d19dd 95
733943b9 96aclocaldir = $(datadir)/aclocal
539c89a1 97aclocal_DATA = guile.m4 qthreads.m4
0f2d19dd 98
9bd368c0
MD
99EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h HACKING GUILE-VERSION ANON-CVS SNAPSHOTS
100
4c8980a2 101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
733943b9 102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
3a629497 103CONFIG_HEADER = ./libguile/scmconfig.h
733943b9
TT
104CONFIG_CLEAN_FILES =
105DATA = $(aclocal_DATA)
0f2d19dd 106
733943b9 107DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
c1c6aa4b
MD
108Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 aclocal.m4 \
109config.guess config.sub configure configure.in install-sh \
110libguile/scmconfig.h.in libguile/stamp-h.in ltconfig ltmain.sh mdate-sh \
111missing mkinstalldirs
0f2d19dd
JB
112
113
4c8980a2 114DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
733943b9 115
76b7d6a1 116TAR = tar
9bd368c0
MD
117GZIP_ENV = --best
118all: all-redirect
733943b9 119.SUFFIXES:
9bd368c0 120$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
4c8980a2 121 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
34281b90 122
5798fd97 123Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
34281b90
MG
124 cd $(top_builddir) \
125 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
9bd368c0 127$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
4c8980a2 128 cd $(srcdir) && $(ACLOCAL)
733943b9 129
9bd368c0 130config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
733943b9 131 $(SHELL) ./config.status --recheck
9bd368c0 132$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
4c8980a2 133 cd $(srcdir) && $(AUTOCONF)
733943b9 134
c1c6aa4b
MD
135libguile/scmconfig.h: libguile/stamp-h
136 @if test ! -f $@; then \
137 rm -f libguile/stamp-h; \
138 $(MAKE) libguile/stamp-h; \
139 else :; fi
140libguile/stamp-h: $(srcdir)/libguile/scmconfig.h.in $(top_builddir)/config.status
141 cd $(top_builddir) \
142 && CONFIG_FILES= CONFIG_HEADERS=libguile/scmconfig.h \
143 $(SHELL) ./config.status
144 @echo timestamp > libguile/stamp-h 2> /dev/null
145$(srcdir)/libguile/scmconfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/libguile/stamp-h.in
146 @if test ! -f $@; then \
147 rm -f $(srcdir)/libguile/stamp-h.in; \
148 $(MAKE) $(srcdir)/libguile/stamp-h.in; \
149 else :; fi
150$(srcdir)/libguile/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
151 cd $(top_srcdir) && $(AUTOHEADER)
152 @echo timestamp > $(srcdir)/libguile/stamp-h.in 2> /dev/null
153
154mostlyclean-hdr:
155
156clean-hdr:
157
158distclean-hdr:
159 -rm -f libguile/scmconfig.h
160
161maintainer-clean-hdr:
162
733943b9 163install-aclocalDATA: $(aclocal_DATA)
4c8980a2 164 @$(NORMAL_INSTALL)
5798fd97 165 $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
4c8980a2 166 @list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 167 if test -f $(srcdir)/$$p; then \
5798fd97
MD
168 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p"; \
169 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p; \
733943b9 170 else if test -f $$p; then \
5798fd97
MD
171 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p"; \
172 $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p; \
733943b9 173 fi; fi; \
0f2d19dd 174 done
733943b9
TT
175
176uninstall-aclocalDATA:
5798fd97 177 @$(NORMAL_UNINSTALL)
4c8980a2 178 list='$(aclocal_DATA)'; for p in $$list; do \
5798fd97 179 rm -f $(DESTDIR)$(aclocaldir)/$$p; \
0f2d19dd
JB
180 done
181
733943b9
TT
182# This directory's subdirectories are mostly independent; you can cd
183# into them and run `make' without going through this Makefile.
184# To change the values of `make' variables: instead of editing Makefiles,
185# (1) if the variable is set in `config.status', edit `config.status'
186# (which will cause the Makefiles to be regenerated when you run `make');
187# (2) otherwise, pass the desired values on the `make' command line.
188
189@SET_MAKE@
0f2d19dd 190
733943b9
TT
191all-recursive install-data-recursive install-exec-recursive \
192installdirs-recursive install-recursive uninstall-recursive \
c7b6463e
JB
193check-recursive installcheck-recursive info-recursive dvi-recursive:
194 @set fnord $(MAKEFLAGS); amf=$$2; \
9bd368c0
MD
195 dot_seen=no; \
196 target=`echo $@ | sed s/-recursive//`; \
341eaef0 197 list='$(SUBDIRS)'; for subdir in $$list; do \
c7b6463e 198 echo "Making $$target in $$subdir"; \
9bd368c0
MD
199 if test "$$subdir" = "."; then \
200 dot_seen=yes; \
201 local_target="$$target-am"; \
202 else \
203 local_target="$$target"; \
204 fi; \
205 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
c7b6463e 206 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
9bd368c0
MD
207 done; \
208 if test "$$dot_seen" = "no"; then \
209 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
210 fi; test -z "$$fail"
c7b6463e 211
733943b9
TT
212mostlyclean-recursive clean-recursive distclean-recursive \
213maintainer-clean-recursive:
c7b6463e 214 @set fnord $(MAKEFLAGS); amf=$$2; \
9bd368c0 215 dot_seen=no; \
341eaef0
GH
216 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
217 rev="$$subdir $$rev"; \
9bd368c0 218 test "$$subdir" = "." && dot_seen=yes; \
341eaef0 219 done; \
9bd368c0
MD
220 test "$$dot_seen" = "no" && rev=". $$rev"; \
221 target=`echo $@ | sed s/-recursive//`; \
c7b6463e 222 for subdir in $$rev; do \
a1d5d83a 223 echo "Making $$target in $$subdir"; \
9bd368c0
MD
224 if test "$$subdir" = "."; then \
225 local_target="$$target-am"; \
226 else \
227 local_target="$$target"; \
228 fi; \
229 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
c7b6463e 230 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
733943b9
TT
231 done && test -z "$$fail"
232tags-recursive:
4c8980a2 233 list='$(SUBDIRS)'; for subdir in $$list; do \
9bd368c0 234 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
0f2d19dd 235 done
4c8980a2 236
733943b9 237tags: TAGS
0f2d19dd 238
341eaef0 239ID: $(HEADERS) $(SOURCES) $(LISP)
9bd368c0
MD
240 list='$(SOURCES) $(HEADERS)'; \
241 unique=`for i in $$list; do echo $$i; done | \
242 awk ' { files[$$0] = 1; } \
243 END { for (i in files) print i; }'`; \
341eaef0 244 here=`pwd` && cd $(srcdir) \
9bd368c0 245 && mkid -f$$here/ID $$unique $(LISP)
4c8980a2 246
341eaef0 247TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
4c8980a2
JB
248 tags=; \
249 here=`pwd`; \
250 list='$(SUBDIRS)'; for subdir in $$list; do \
9bd368c0
MD
251 if test "$$subdir" = .; then :; else \
252 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
253 fi; \
4c8980a2 254 done; \
5798fd97
MD
255 list='$(SOURCES) $(HEADERS)'; \
256 unique=`for i in $$list; do echo $$i; done | \
257 awk ' { files[$$0] = 1; } \
258 END { for (i in files) print i; }'`; \
259 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
260 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
4c8980a2
JB
261
262mostlyclean-tags:
263
264clean-tags:
265
266distclean-tags:
86c5044a 267 -rm -f TAGS ID
4c8980a2
JB
268
269maintainer-clean-tags:
0f2d19dd 270
733943b9 271distdir = $(PACKAGE)-$(VERSION)
c7b6463e
JB
272top_distdir = $(distdir)
273
733943b9
TT
274# This target untars the dist file and tries a VPATH configuration. Then
275# it guarantees that the distribution is self-contained by making another
276# tarfile.
277distcheck: dist
86c5044a 278 -rm -rf $(distdir)
9bd368c0 279 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
733943b9
TT
280 mkdir $(distdir)/=build
281 mkdir $(distdir)/=inst
282 dc_install_base=`cd $(distdir)/=inst && pwd`; \
283 cd $(distdir)/=build \
284 && ../configure --srcdir=.. --prefix=$$dc_install_base \
9bd368c0
MD
285 && $(MAKE) $(AM_MAKEFLAGS) \
286 && $(MAKE) $(AM_MAKEFLAGS) dvi \
287 && $(MAKE) $(AM_MAKEFLAGS) check \
288 && $(MAKE) $(AM_MAKEFLAGS) install \
289 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
290 && $(MAKE) $(AM_MAKEFLAGS) dist
86c5044a 291 -rm -rf $(distdir)
9bd368c0
MD
292 @banner="$(distdir).tar.gz is ready for distribution"; \
293 dashes=`echo "$$banner" | sed s/./=/g`; \
294 echo "$$dashes"; \
295 echo "$$banner"; \
296 echo "$$dashes"
733943b9
TT
297dist: distdir
298 -chmod -R a+r $(distdir)
9bd368c0 299 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
86c5044a 300 -rm -rf $(distdir)
733943b9
TT
301dist-all: distdir
302 -chmod -R a+r $(distdir)
9bd368c0 303 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
86c5044a 304 -rm -rf $(distdir)
733943b9 305distdir: $(DISTFILES)
86c5044a 306 -rm -rf $(distdir)
733943b9 307 mkdir $(distdir)
c7b6463e
JB
308 -chmod 777 $(distdir)
309 here=`cd $(top_builddir) && pwd`; \
86c5044a
MD
310 top_distdir=`cd $(distdir) && pwd`; \
311 distdir=`cd $(distdir) && pwd`; \
c7b6463e
JB
312 cd $(top_srcdir) \
313 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
733943b9
TT
314 @for file in $(DISTFILES); do \
315 d=$(srcdir); \
9bd368c0
MD
316 if test -d $$d/$$file; then \
317 cp -pr $$/$$file $(distdir)/$$file; \
318 else \
319 test -f $(distdir)/$$file \
320 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
321 || cp -p $$d/$$file $(distdir)/$$file || :; \
322 fi; \
733943b9 323 done
86c5044a 324 for subdir in $(SUBDIRS); do \
9bd368c0
MD
325 if test "$$subdir" = .; then :; else \
326 test -d $(distdir)/$$subdir \
327 || mkdir $(distdir)/$$subdir \
733943b9 328 || exit 1; \
9bd368c0
MD
329 chmod 777 $(distdir)/$$subdir; \
330 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
331 || exit 1; \
332 fi; \
0f2d19dd 333 done
9bd368c0 334info-am:
733943b9 335info: info-recursive
9bd368c0 336dvi-am:
733943b9 337dvi: dvi-recursive
9bd368c0
MD
338check-am: all-am
339check: check-recursive
340installcheck-am:
733943b9 341installcheck: installcheck-recursive
9bd368c0
MD
342install-exec-am:
343install-exec: install-exec-recursive
733943b9
TT
344
345install-data-am: install-aclocalDATA
9bd368c0 346install-data: install-data-recursive
733943b9 347
9bd368c0
MD
348install-am: all-am
349 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350install: install-recursive
733943b9 351uninstall-am: uninstall-aclocalDATA
9bd368c0
MD
352uninstall: uninstall-recursive
353all-am: Makefile $(DATA)
354all-redirect: all-recursive
733943b9 355install-strip:
9bd368c0 356 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
733943b9 357installdirs: installdirs-recursive
9bd368c0
MD
358installdirs-am:
359 $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
733943b9
TT
360
361
362mostlyclean-generic:
733943b9
TT
363
364clean-generic:
733943b9
TT
365
366distclean-generic:
9bd368c0 367 -rm -f Makefile $(CONFIG_CLEAN_FILES)
86c5044a 368 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
733943b9
TT
369
370maintainer-clean-generic:
c1c6aa4b 371mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
733943b9 372
9bd368c0 373mostlyclean: mostlyclean-recursive
733943b9 374
c1c6aa4b 375clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
733943b9 376
9bd368c0 377clean: clean-recursive
733943b9 378
c1c6aa4b 379distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
9bd368c0 380 -rm -f libtool
733943b9 381
9bd368c0 382distclean: distclean-recursive
86c5044a 383 -rm -f config.status
733943b9 384
c1c6aa4b
MD
385maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
386 maintainer-clean-generic distclean-am
733943b9
TT
387 @echo "This command is intended for maintainers to use;"
388 @echo "it deletes files that may require special tools to rebuild."
9bd368c0
MD
389
390maintainer-clean: maintainer-clean-recursive
86c5044a 391 -rm -f config.status
0f2d19dd 392
c1c6aa4b
MD
393.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
394uninstall-aclocalDATA install-aclocalDATA install-data-recursive \
5798fd97 395uninstall-data-recursive install-exec-recursive \
733943b9
TT
396uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
397all-recursive check-recursive installcheck-recursive info-recursive \
398dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
4c8980a2 399maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
9bd368c0
MD
400distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
401dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
402install-exec install-data-am install-data install-am install \
403uninstall-am uninstall all-redirect all-am all installdirs-am \
404installdirs mostlyclean-generic distclean-generic clean-generic \
405maintainer-clean-generic clean mostlyclean distclean maintainer-clean
0f2d19dd
JB
406
407
733943b9
TT
408# Tell versions [3.59,3.63) of GNU make to not export all variables.
409# Otherwise a system limit (for SysV at least) may be exceeded.
410.NOEXPORT: