* gh_funcs.c (gh_define): added this function.
[bpt/guile.git] / Makefile.in
CommitLineData
a1d5d83a 1# Makefile.in generated automatically by automake 1.1l 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
733943b9
TT
35INSTALL = @INSTALL@
36INSTALL_PROGRAM = @INSTALL_PROGRAM@
37INSTALL_DATA = @INSTALL_DATA@
38INSTALL_SCRIPT = @INSTALL_SCRIPT@
39transform = @program_transform_name@
a1d5d83a
MG
40INSTALL_SCRIPT = @INSTALL_SCRIPT@
41PACKAGE = @PACKAGE@
733943b9 42existingdirs = @existingdirs@
80df3136 43VERSION = @VERSION@
0f2d19dd 44
ad93808a 45SUBDIRS = @existingdirs@ doc newdoc
0f2d19dd 46
ad93808a 47guile_dirs = @existingdirs@ doc newdoc
0f2d19dd 48
733943b9
TT
49aclocaldir = $(datadir)/aclocal
50aclocal_DATA = guile.m4 threads.m4
0f2d19dd 51
a7a8349d 52EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh HACKING GUILE-VERSION
733943b9
TT
53ACLOCAL = $(top_srcdir)/aclocal.m4
54mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55CONFIG_CLEAN_FILES =
56DATA = $(aclocal_DATA)
0f2d19dd 57
733943b9
TT
58DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
59Makefile.in NEWS README TODO aclocal.m4 config.guess config.sub \
60configure configure.in install-sh mdate-sh mkinstalldirs
0f2d19dd
JB
61
62
733943b9
TT
63DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
64 $(TEXINFOS) $(MANS) $(EXTRA_DIST)
65
66TAR = tar
67default: all
68
69.SUFFIXES:
a1d5d83a 70$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
ad93808a 71 cd $(top_srcdir) && automake --gnu Makefile
34281b90
MG
72
73Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
74 cd $(top_builddir) \
75 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
76
733943b9
TT
77$(srcdir)/aclocal.m4: configure.in
78 cd $(srcdir) && aclocal
79
733943b9
TT
80config.status: configure
81 $(SHELL) ./config.status --recheck
82$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
83 cd $(srcdir) && autoconf
84
85install-aclocalDATA: $(aclocal_DATA)
86 $(NORMAL_INSTALL)
87 $(mkinstalldirs) $(aclocaldir)
a1d5d83a 88 @list="$(aclocal_DATA)"; for p in $$list; do \
733943b9 89 if test -f $(srcdir)/$$p; then \
a1d5d83a 90 echo "$(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p"; \
733943b9
TT
91 $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p; \
92 else if test -f $$p; then \
a1d5d83a 93 echo "$(INSTALL_DATA) $$p $(aclocaldir)/$$p"; \
733943b9
TT
94 $(INSTALL_DATA) $$p $(aclocaldir)/$$p; \
95 fi; fi; \
0f2d19dd 96 done
733943b9
TT
97
98uninstall-aclocalDATA:
99 list="$(aclocal_DATA)"; for p in $$list; do \
100 rm -f $(aclocaldir)/$$p; \
0f2d19dd
JB
101 done
102
733943b9
TT
103# This directory's subdirectories are mostly independent; you can cd
104# into them and run `make' without going through this Makefile.
105# To change the values of `make' variables: instead of editing Makefiles,
106# (1) if the variable is set in `config.status', edit `config.status'
107# (which will cause the Makefiles to be regenerated when you run `make');
108# (2) otherwise, pass the desired values on the `make' command line.
109
110@SET_MAKE@
0f2d19dd 111
733943b9
TT
112all-recursive install-data-recursive install-exec-recursive \
113installdirs-recursive install-recursive uninstall-recursive \
114check-recursive installcheck-recursive info-recursive dvi-recursive \
115mostlyclean-recursive clean-recursive distclean-recursive \
116maintainer-clean-recursive:
a1d5d83a 117 @for subdir in $(SUBDIRS); do \
733943b9 118 target=`echo $@ | sed s/-recursive//`; \
a1d5d83a
MG
119 echo "Making $$target in $$subdir"; \
120 (cd $$subdir && $(MAKE) $$target) \
733943b9
TT
121 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
122 done && test -z "$$fail"
123tags-recursive:
124 list="$(SUBDIRS)"; for subdir in $$list; do \
125 (cd $$subdir && $(MAKE) tags); \
0f2d19dd 126 done
733943b9
TT
127tags: TAGS
128TAGS:
0f2d19dd
JB
129
130
733943b9
TT
131distdir = $(PACKAGE)-$(VERSION)
132# This target untars the dist file and tries a VPATH configuration. Then
133# it guarantees that the distribution is self-contained by making another
134# tarfile.
135distcheck: dist
136 rm -rf $(distdir)
137 $(TAR) zxf $(distdir).tar.gz
138 mkdir $(distdir)/=build
139 mkdir $(distdir)/=inst
140 dc_install_base=`cd $(distdir)/=inst && pwd`; \
141 cd $(distdir)/=build \
142 && ../configure --srcdir=.. --prefix=$$dc_install_base \
143 && $(MAKE) \
144 && $(MAKE) dvi \
145 && $(MAKE) check \
146 && $(MAKE) install \
147 && $(MAKE) installcheck \
148 && $(MAKE) dist
149 rm -rf $(distdir)
150 @echo "========================"; \
151 echo "$(distdir).tar.gz is ready for distribution"; \
152 echo "========================"
153dist: distdir
154 -chmod -R a+r $(distdir)
155 $(TAR) chozf $(distdir).tar.gz $(distdir)
156 rm -rf $(distdir)
157dist-all: distdir
158 -chmod -R a+r $(distdir)
159 $(TAR) chozf $(distdir).tar.gz $(distdir)
160 rm -rf $(distdir)
161distdir: $(DISTFILES)
162 rm -rf $(distdir)
163 mkdir $(distdir)
164 -chmod 755 $(distdir)
165 here=`pwd`; distdir=`cd $(distdir) && pwd` \
166 && cd $(srcdir) \
ad93808a 167 && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnu
733943b9
TT
168 @for file in $(DISTFILES); do \
169 d=$(srcdir); \
170 test -f $(distdir)/$$file \
171 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
172 || cp -p $$d/$$file $(distdir)/$$file; \
173 done
174 for subdir in $(SUBDIRS); do \
175 test -d $(distdir)/$$subdir \
176 || mkdir $(distdir)/$$subdir \
177 || exit 1; \
178 chmod 755 $(distdir)/$$subdir; \
179 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
180 || exit 1; \
0f2d19dd 181 done
733943b9
TT
182info: info-recursive
183dvi: dvi-recursive
184check: all-am
185 $(MAKE) check-recursive
186installcheck: installcheck-recursive
187all-am: $(DATA) Makefile
188
189install-data-am: install-aclocalDATA
190
191uninstall-am: uninstall-aclocalDATA
192
193install-exec: install-exec-recursive
194 $(NORMAL_INSTALL)
195
196install-data: install-data-recursive install-data-am
197 $(NORMAL_INSTALL)
198
199install: install-recursive install-data-am
200 @:
201
202uninstall: uninstall-recursive uninstall-am
203
204all: all-recursive all-am
205
206install-strip:
207 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
208installdirs: installdirs-recursive
209 $(mkinstalldirs) $(aclocaldir)
210
211
212mostlyclean-generic:
213 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
214
215clean-generic:
216 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
217
218distclean-generic:
219 rm -f Makefile $(DISTCLEANFILES)
220 rm -f config.cache config.log stamp-h
221 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
222
223maintainer-clean-generic:
224 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
225 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
226mostlyclean-am: mostlyclean-generic
227
34281b90 228clean-am: clean-generic mostlyclean-am
733943b9 229
34281b90 230distclean-am: distclean-generic clean-am
733943b9 231
34281b90 232maintainer-clean-am: maintainer-clean-generic distclean-am
733943b9
TT
233
234mostlyclean: mostlyclean-am mostlyclean-recursive
235
236clean: clean-am clean-recursive
237
238distclean: distclean-am distclean-recursive
239 rm -f config.status
240
241maintainer-clean: maintainer-clean-am maintainer-clean-recursive
242 @echo "This command is intended for maintainers to use;"
243 @echo "it deletes files that may require special tools to rebuild."
244 rm -f config.status
0f2d19dd 245
733943b9
TT
246.PHONY: default uninstall-aclocalDATA install-aclocalDATA \
247install-data-recursive uninstall-data-recursive install-exec-recursive \
248uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
249all-recursive check-recursive installcheck-recursive info-recursive \
250dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
251maintainer-clean-recursive tags tags-recursive distdir info dvi \
252installcheck all-am install-data-am uninstall-am install-exec \
253install-data install uninstall all installdirs mostlyclean-generic \
254distclean-generic clean-generic maintainer-clean-generic clean \
255mostlyclean distclean maintainer-clean
0f2d19dd 256
733943b9
TT
257guile-dist:
258 $(MAKE) SUBDIRS="$(guile_dirs)" dist
0f2d19dd 259
733943b9
TT
260# Tell versions [3.59,3.63) of GNU make to not export all variables.
261# Otherwise a system limit (for SysV at least) may be exceeded.
262.NOEXPORT: