* Directory renamed to guile-config from build.
[bpt/guile.git] / guile-config / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 #### Makefile.in template for guile-core/guile-config.
14 #### Jim Blandy <jimb@red-bean.com> --- September 1997
15
16
17 SHELL = /bin/sh
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 DISTDIR =
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = ..
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AWK = @AWK@
66 CC = @CC@
67 CPP = @CPP@
68 GUILE_LIBS = @GUILE_LIBS@
69 GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
70 GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
71 GUILE_STAMP = @GUILE_STAMP@
72 GUILE_VERSION = @GUILE_VERSION@
73 LD = @LD@
74 LIBLOBJS = @LIBLOBJS@
75 LIBTOOL = @LIBTOOL@
76 LN_S = @LN_S@
77 MAINT = @MAINT@
78 MAKEINFO = @MAKEINFO@
79 NM = @NM@
80 PACKAGE = @PACKAGE@
81 QTHREAD_LTLIBS = @QTHREAD_LTLIBS@
82 RANLIB = @RANLIB@
83 THREAD_CPPFLAGS = @THREAD_CPPFLAGS@
84 THREAD_LIBS_INSTALLED = @THREAD_LIBS_INSTALLED@
85 THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
86 THREAD_PACKAGE = @THREAD_PACKAGE@
87 VERSION = @VERSION@
88 qtdmdb_s = @qtdmdb_s@
89 qtmd_h = @qtmd_h@
90 qtmdc_c = @qtmdc_c@
91 qtmds_s = @qtmds_s@
92
93 bin_SCRIPTS=guile-config
94 CLEANFILES=guile-config
95 EXTRA_DIST=guile-config.in
96 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97 CONFIG_HEADER = ../libguile/scmconfig.h
98 CONFIG_CLEAN_FILES =
99 SCRIPTS = $(bin_SCRIPTS)
100
101 DIST_COMMON = ChangeLog Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP = --best
108 all: Makefile $(SCRIPTS)
109
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112 cd $(top_srcdir) && $(AUTOMAKE) --gnu guile-config/Makefile
113
114 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
115 cd $(top_builddir) \
116 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119 install-binSCRIPTS: $(bin_SCRIPTS)
120 @$(NORMAL_INSTALL)
121 $(mkinstalldirs) $(DESTDIR)$(bindir)
122 @list='$(bin_SCRIPTS)'; for p in $$list; do \
123 if test -f $$p; then \
124 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
125 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
126 else if test -f $(srcdir)/$$p; then \
127 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
128 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
129 else :; fi; fi; \
130 done
131
132 uninstall-binSCRIPTS:
133 @$(NORMAL_UNINSTALL)
134 list='$(bin_SCRIPTS)'; for p in $$list; do \
135 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
136 done
137 tags: TAGS
138 TAGS:
139
140
141 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
142
143 subdir = guile-config
144
145 distdir: $(DISTFILES)
146 here=`cd $(top_builddir) && pwd`; \
147 top_distdir=`cd $(top_distdir) && pwd`; \
148 distdir=`cd $(distdir) && pwd`; \
149 cd $(top_srcdir) \
150 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu guile-config/Makefile
151 @for file in $(DISTFILES); do \
152 d=$(srcdir); \
153 test -f $(distdir)/$$file \
154 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
155 || cp -p $$d/$$file $(distdir)/$$file; \
156 done
157 info:
158 dvi:
159 check: all
160 $(MAKE)
161 installcheck:
162 install-exec: install-binSCRIPTS install-exec-local
163 @$(NORMAL_INSTALL)
164
165 install-data:
166 @$(NORMAL_INSTALL)
167
168 install: install-exec install-data all
169 @:
170
171 uninstall: uninstall-binSCRIPTS
172
173 install-strip:
174 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
175 installdirs:
176 $(mkinstalldirs) $(DATADIR)$(bindir)
177
178
179 mostlyclean-generic:
180 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
181
182 clean-generic:
183 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
184
185 distclean-generic:
186 -rm -f Makefile $(DISTCLEANFILES)
187 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
188 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
189
190 maintainer-clean-generic:
191 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
192 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
193 mostlyclean: mostlyclean-generic
194
195 clean: clean-generic mostlyclean
196
197 distclean: distclean-generic clean
198 -rm -f config.status
199 -rm -f libtool
200
201 maintainer-clean: maintainer-clean-generic distclean
202 @echo "This command is intended for maintainers to use;"
203 @echo "it deletes files that may require special tools to rebuild."
204
205 .PHONY: uninstall-binSCRIPTS install-binSCRIPTS tags distdir info dvi \
206 installcheck install-exec install-data install uninstall all \
207 installdirs mostlyclean-generic distclean-generic clean-generic \
208 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
209
210
211 guile-config: guile-config.in
212 rm -f guile-config.tmp
213 sed < ${srcdir}/guile-config.in > guile-config.tmp \
214 -e s:@-bindir-@:${bindir}: \
215 -e s:@-GUILE_VERSION-@:${GUILE_VERSION}:
216 chmod +x guile-config.tmp
217 mv guile-config.tmp guile-config
218
219 install-exec-local:
220 rm -f ${bindir}/build-guile
221
222 # Tell versions [3.59,3.63) of GNU make to not export all variables.
223 # Otherwise a system limit (for SysV at least) may be exceeded.
224 .NOEXPORT: