* configure.in: Use the QuickThreads assembler fragment with Irix
[bpt/guile.git] / ice-9 / Makefile.in
CommitLineData
de185a27 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
10srcdir = @srcdir@
733943b9 11top_srcdir = @top_srcdir@
0f2d19dd
JB
12VPATH = @srcdir@
13prefix = @prefix@
733943b9
TT
14exec_prefix = @exec_prefix@
15
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
28
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32
5e9b2ac9 33top_builddir = ..
733943b9 34
7ec57e82
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@
7ec57e82
JB
45
46NORMAL_INSTALL = true
47PRE_INSTALL = true
48POST_INSTALL = true
49NORMAL_UNINSTALL = true
50PRE_UNINSTALL = true
51POST_UNINSTALL = true
5e9b2ac9
JB
52host_alias = @host_alias@
53host_triplet = @host@
de185a27
JB
54ACLOCAL = @ACLOCAL@
55AUTOCONF = @AUTOCONF@
56AUTOHEADER = @AUTOHEADER@
57AUTOMAKE = @AUTOMAKE@
5e9b2ac9
JB
58AWK = @AWK@
59CC = @CC@
de185a27 60CPP = @CPP@
9946dd45
JB
61GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
62GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
63GUILE_STAMP = @GUILE_STAMP@
64GUILE_VERSION = @GUILE_VERSION@
65LD = @LD@
5e9b2ac9
JB
66LIBLOBJS = @LIBLOBJS@
67LIBTOOL = @LIBTOOL@
02fbff5e 68LN_S = @LN_S@
bce074ee 69MAINT = @MAINT@
de185a27 70MAKEINFO = @MAKEINFO@
7f52af65 71PACKAGE = @PACKAGE@
5e9b2ac9
JB
72RANLIB = @RANLIB@
73THREAD_LIBS = @THREAD_LIBS@
bce074ee 74VERSION = @VERSION@
5e9b2ac9
JB
75qtmd_h = @qtmd_h@
76qtmdb_s = @qtmdb_s@
77qtmdc_c = @qtmdc_c@
78qtmdc_o = @qtmdc_o@
79qtmds_o = @qtmds_o@
80qtmds_s = @qtmds_s@
81target_libs = @target_libs@
733943b9
TT
82
83AUTOMAKE_OPTIONS = foreign
84
9946dd45
JB
85# These should be installed and distributed.
86ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
0e81dabd 87mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
868dc739 88session.scm syncase.scm psyntax.pp psyntax.ss
9946dd45
JB
89
90# These should be installed, but not distributed.
91ice9_generated = version.scm
92
93subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
94subpkgdata_DATA = $(ice9_sources) $(ice9_generated)
6b3f3366 95ETAGS_ARGS = $(subpkgdata_DATA)
733943b9 96
9946dd45 97EXTRA_DIST = $(ice9_sources) test.scm version.scm.in
5e9b2ac9
JB
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = ../libguile/scmconfig.h
9946dd45 100CONFIG_CLEAN_FILES = version.scm
733943b9
TT
101DATA = $(subpkgdata_DATA)
102
9946dd45 103DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in version.scm.in
733943b9
TT
104
105
7ec57e82 106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
733943b9 107
02fbff5e 108TAR = gtar
7ec57e82 109GZIP = --best
733943b9
TT
110default: all
111
112.SUFFIXES:
7ec57e82 113$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
5e9b2ac9 114 cd $(top_srcdir) && $(AUTOMAKE) --foreign ice-9/Makefile
84da179f
MG
115
116Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
117 cd $(top_builddir) \
5e9b2ac9 118 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
84da179f 119
9946dd45
JB
120version.scm: $(top_builddir)/config.status version.scm.in
121 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
733943b9
TT
122
123install-subpkgdataDATA: $(subpkgdata_DATA)
7ec57e82 124 @$(NORMAL_INSTALL)
733943b9 125 $(mkinstalldirs) $(subpkgdatadir)
7ec57e82 126 @list='$(subpkgdata_DATA)'; for p in $$list; do \
733943b9 127 if test -f $(srcdir)/$$p; then \
7ec57e82 128 echo " $(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \
733943b9
TT
129 $(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p; \
130 else if test -f $$p; then \
7ec57e82 131 echo " $(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \
733943b9
TT
132 $(INSTALL_DATA) $$p $(subpkgdatadir)/$$p; \
133 fi; fi; \
0f2d19dd
JB
134 done
135
733943b9 136uninstall-subpkgdataDATA:
7ec57e82
JB
137 $(NORMAL_UNINSTALL)
138 list='$(subpkgdata_DATA)'; for p in $$list; do \
733943b9 139 rm -f $(subpkgdatadir)/$$p; \
0f2d19dd 140 done
6b3f3366 141
733943b9 142tags: TAGS
733943b9 143
6b3f3366
JB
144ID: $(HEADERS) $(SOURCES)
145 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
146
147TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
148 tags=; \
149 here=`pwd`; \
6b3f3366
JB
150 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
151 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
152
153mostlyclean-tags:
154
155clean-tags:
156
157distclean-tags:
158 rm -f TAGS ID
159
160maintainer-clean-tags:
733943b9 161
5e9b2ac9
JB
162distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
163
164subdir = ice-9
de185a27 165
733943b9 166distdir: $(DISTFILES)
de185a27
JB
167 here=`cd $(top_builddir) && pwd`; \
168 top_distdir=`cd $(top_distdir) && pwd`; \
169 cd $(top_srcdir) \
170 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ice-9/Makefile
733943b9
TT
171 @for file in $(DISTFILES); do \
172 d=$(srcdir); \
173 test -f $(distdir)/$$file \
174 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
175 || cp -p $$d/$$file $(distdir)/$$file; \
a45b3733 176 done
733943b9
TT
177info:
178dvi:
179check: all
180 $(MAKE)
181installcheck:
182install-exec:
7ec57e82 183 @$(NORMAL_INSTALL)
733943b9
TT
184
185install-data: install-subpkgdataDATA
7ec57e82 186 @$(NORMAL_INSTALL)
733943b9
TT
187
188install: install-exec install-data all
189 @:
190
191uninstall: uninstall-subpkgdataDATA
192
de185a27 193all: Makefile $(DATA)
733943b9
TT
194
195install-strip:
196 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
197installdirs:
198 $(mkinstalldirs) $(subpkgdatadir)
199
200
201mostlyclean-generic:
202 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
203
204clean-generic:
205 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
206
207distclean-generic:
208 rm -f Makefile $(DISTCLEANFILES)
de185a27 209 rm -f config.cache config.log stamp-h stamp-h[0-9]*
733943b9
TT
210 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
211
212maintainer-clean-generic:
213 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
214 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
6b3f3366 215mostlyclean: mostlyclean-tags mostlyclean-generic
733943b9 216
6b3f3366 217clean: clean-tags clean-generic mostlyclean
a45b3733 218
6b3f3366 219distclean: distclean-tags distclean-generic clean
733943b9 220 rm -f config.status
5e9b2ac9 221 rm -f libtool
0f2d19dd 222
6b3f3366
JB
223maintainer-clean: maintainer-clean-tags maintainer-clean-generic \
224 distclean
733943b9
TT
225 @echo "This command is intended for maintainers to use;"
226 @echo "it deletes files that may require special tools to rebuild."
0f2d19dd 227
733943b9 228.PHONY: default uninstall-subpkgdataDATA install-subpkgdataDATA tags \
6b3f3366 229mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
733943b9
TT
230distdir info dvi installcheck install-exec install-data install \
231uninstall all installdirs mostlyclean-generic distclean-generic \
232clean-generic maintainer-clean-generic clean mostlyclean distclean \
233maintainer-clean
0f2d19dd 234
0f2d19dd 235
733943b9
TT
236# Tell versions [3.59,3.63) of GNU make to not export all variables.
237# Otherwise a system limit (for SysV at least) may be exceeded.
238.NOEXPORT: