* Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated using
[bpt/guile.git] / qt / Makefile.in
CommitLineData
5798fd97 1# Makefile.in generated automatically by automake 1.3 from Makefile.am
733943b9 2
5798fd97 3# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
733943b9 4# This Makefile.in is free software; the Free Software Foundation
993c846b
JB
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
44986d67 13
f2ff3045 14SHELL = /bin/sh
733943b9 15
44986d67 16srcdir = @srcdir@
733943b9 17top_srcdir = @top_srcdir@
44986d67 18VPATH = @srcdir@
44986d67 19prefix = @prefix@
733943b9
TT
20exec_prefix = @exec_prefix@
21
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
34
5798fd97
MD
35DISTDIR =
36
733943b9
TT
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
5e9b2ac9 41top_builddir = ..
44986d67 42
7ec57e82
JB
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
44986d67
MD
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
733943b9
TT
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
7ec57e82 53
341eaef0
GH
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
b5522b48 60host_alias = @host_alias@
7f52af65 61host_triplet = @host@
5e9b2ac9 62AWK = @AWK@
733943b9 63CC = @CC@
de185a27 64CPP = @CPP@
daa4f38c 65GUILE_LIBS = @GUILE_LIBS@
f416dbd0
JB
66GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
67GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
68GUILE_STAMP = @GUILE_STAMP@
69GUILE_VERSION = @GUILE_VERSION@
70LD = @LD@
5e9b2ac9
JB
71LIBLOBJS = @LIBLOBJS@
72LIBTOOL = @LIBTOOL@
993c846b 73LN_S = @LN_S@
7ec57e82 74MAINT = @MAINT@
de185a27 75MAKEINFO = @MAKEINFO@
993c846b 76NM = @NM@
7f52af65 77PACKAGE = @PACKAGE@
fc27e65d 78QTHREAD_LTLIBS = @QTHREAD_LTLIBS@
7ec57e82 79RANLIB = @RANLIB@
fc27e65d
JB
80THREAD_CPPFLAGS = @THREAD_CPPFLAGS@
81THREAD_LIBS_INSTALLED = @THREAD_LIBS_INSTALLED@
82THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
83THREAD_PACKAGE = @THREAD_PACKAGE@
7f52af65 84VERSION = @VERSION@
fc27e65d 85qtdmdb_s = @qtdmdb_s@
7ec57e82 86qtmd_h = @qtmd_h@
7ec57e82 87qtmdc_c = @qtmdc_c@
b5522b48 88qtmds_s = @qtmds_s@
733943b9
TT
89
90AUTOMAKE_OPTIONS = foreign
91
92SUBDIRS = md time
93
fc27e65d
JB
94lib_LTLIBRARIES = @QTHREAD_LTLIBS@
95EXTRA_LTLIBRARIES = libqthreads.la
733943b9 96
fc27e65d
JB
97libqthreads_la_SOURCES = qt.c copyright.h
98libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
99libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
100libqthreads_la_LDFLAGS = -rpath $(libdir)
44986d67 101
733943b9 102EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
fc27e65d 103 Makefile.base config
5e9b2ac9
JB
104mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105CONFIG_HEADER = ../libguile/scmconfig.h
733943b9 106CONFIG_CLEAN_FILES = qt.h
fc27e65d 107LTLIBRARIES = $(lib_LTLIBRARIES)
733943b9
TT
108
109
5e9b2ac9 110DEFS = @DEFS@ -I. -I$(srcdir) -I../libguile
733943b9
TT
111CPPFLAGS = @CPPFLAGS@
112LDFLAGS = @LDFLAGS@
44986d67 113LIBS = @LIBS@
fc27e65d 114libqthreads_la_OBJECTS = qt.lo
733943b9
TT
115CFLAGS = @CFLAGS@
116COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
5e9b2ac9 117LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
de185a27 118LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
5e9b2ac9 119DIST_COMMON = README ChangeLog INSTALL Makefile.am Makefile.in qt.h.in
44986d67 120
44986d67 121
7ec57e82 122DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
733943b9 123
4c29dea5 124TAR = tar
7ec57e82 125GZIP = --best
733943b9 126DEP_FILES = .deps/qt.P
fc27e65d
JB
127SOURCES = $(libqthreads_la_SOURCES)
128OBJECTS = $(libqthreads_la_OBJECTS)
733943b9 129
5798fd97 130all: all-recursive all-am
733943b9
TT
131
132.SUFFIXES:
341eaef0 133.SUFFIXES: .S .c .lo .o .s
5798fd97 134$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
5e9b2ac9 135 cd $(top_srcdir) && $(AUTOMAKE) --foreign qt/Makefile
52b998e1 136
5798fd97 137Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
52b998e1 138 cd $(top_builddir) \
5e9b2ac9 139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
52b998e1 140
733943b9 141qt.h: $(top_builddir)/config.status qt.h.in
f2ff3045 142 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
733943b9 143
fc27e65d 144mostlyclean-libLTLIBRARIES:
733943b9 145
fc27e65d
JB
146clean-libLTLIBRARIES:
147 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
733943b9 148
fc27e65d 149distclean-libLTLIBRARIES:
733943b9 150
fc27e65d 151maintainer-clean-libLTLIBRARIES:
733943b9 152
fc27e65d 153install-libLTLIBRARIES: $(lib_LTLIBRARIES)
7ec57e82 154 @$(NORMAL_INSTALL)
5798fd97 155 $(mkinstalldirs) $(DESTDIR)$(libdir)
fc27e65d 156 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
733943b9 157 if test -f $$p; then \
fc27e65d
JB
158 echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
159 $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
733943b9
TT
160 else :; fi; \
161 done
162
fc27e65d 163uninstall-libLTLIBRARIES:
5798fd97 164 @$(NORMAL_UNINSTALL)
fc27e65d
JB
165 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
166 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
e0930299 167 done
733943b9 168
341eaef0
GH
169.s.o:
170 $(COMPILE) -c $<
171
172.S.o:
173 $(COMPILE) -c $<
174
733943b9 175mostlyclean-compile:
5798fd97 176 -rm -f *.o core *.core
733943b9
TT
177
178clean-compile:
179
180distclean-compile:
7370e377 181 -rm -f *.tab.c
733943b9
TT
182
183maintainer-clean-compile:
184
341eaef0
GH
185.s.lo:
186 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
187
188.S.lo:
189 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190
5e9b2ac9 191mostlyclean-libtool:
7370e377 192 -rm -f *.lo
5e9b2ac9
JB
193
194clean-libtool:
341eaef0 195 -rm -rf .libs _libs
5e9b2ac9
JB
196
197distclean-libtool:
198
199maintainer-clean-libtool:
200
fc27e65d
JB
201libqthreads.la: $(libqthreads_la_OBJECTS) $(libqthreads_la_DEPENDENCIES)
202 $(LINK) $(libqthreads_la_LDFLAGS) $(libqthreads_la_OBJECTS) $(libqthreads_la_LIBADD) $(LIBS)
733943b9
TT
203
204# This directory's subdirectories are mostly independent; you can cd
205# into them and run `make' without going through this Makefile.
206# To change the values of `make' variables: instead of editing Makefiles,
207# (1) if the variable is set in `config.status', edit `config.status'
208# (which will cause the Makefiles to be regenerated when you run `make');
209# (2) otherwise, pass the desired values on the `make' command line.
210
211@SET_MAKE@
212
213all-recursive install-data-recursive install-exec-recursive \
214installdirs-recursive install-recursive uninstall-recursive \
de185a27
JB
215check-recursive installcheck-recursive info-recursive dvi-recursive:
216 @set fnord $(MAKEFLAGS); amf=$$2; \
341eaef0 217 list='$(SUBDIRS)'; for subdir in $$list; do \
de185a27
JB
218 target=`echo $@ | sed s/-recursive//`; \
219 echo "Making $$target in $$subdir"; \
220 (cd $$subdir && $(MAKE) $$target) \
221 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
222 done && test -z "$$fail"
223
733943b9
TT
224mostlyclean-recursive clean-recursive distclean-recursive \
225maintainer-clean-recursive:
de185a27 226 @set fnord $(MAKEFLAGS); amf=$$2; \
341eaef0
GH
227 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
228 rev="$$subdir $$rev"; \
229 done; \
de185a27 230 for subdir in $$rev; do \
733943b9 231 target=`echo $@ | sed s/-recursive//`; \
f04ad11c
MD
232 echo "Making $$target in $$subdir"; \
233 (cd $$subdir && $(MAKE) $$target) \
de185a27 234 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
733943b9
TT
235 done && test -z "$$fail"
236tags-recursive:
7ec57e82 237 list='$(SUBDIRS)'; for subdir in $$list; do \
733943b9 238 (cd $$subdir && $(MAKE) tags); \
e0930299 239 done
733943b9
TT
240
241tags: TAGS
242
341eaef0
GH
243ID: $(HEADERS) $(SOURCES) $(LISP)
244 here=`pwd` && cd $(srcdir) \
245 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
733943b9 246
341eaef0 247TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
733943b9
TT
248 tags=; \
249 here=`pwd`; \
7ec57e82 250 list='$(SUBDIRS)'; for subdir in $$list; do \
733943b9
TT
251 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
252 done; \
5798fd97
MD
253 list='$(SOURCES) $(HEADERS)'; \
254 unique=`for i in $$list; do echo $$i; done | \
255 awk ' { files[$$0] = 1; } \
256 END { for (i in files) print i; }'`; \
257 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
258 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
733943b9
TT
259
260mostlyclean-tags:
261
262clean-tags:
263
264distclean-tags:
7370e377 265 -rm -f TAGS ID
733943b9
TT
266
267maintainer-clean-tags:
268
5e9b2ac9
JB
269distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
270
271subdir = qt
de185a27 272
733943b9 273distdir: $(DISTFILES)
de185a27
JB
274 here=`cd $(top_builddir) && pwd`; \
275 top_distdir=`cd $(top_distdir) && pwd`; \
7370e377 276 distdir=`cd $(distdir) && pwd`; \
de185a27
JB
277 cd $(top_srcdir) \
278 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign qt/Makefile
733943b9
TT
279 @for file in $(DISTFILES); do \
280 d=$(srcdir); \
281 test -f $(distdir)/$$file \
282 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283 || cp -p $$d/$$file $(distdir)/$$file; \
44986d67 284 done
7370e377
JB
285 for subdir in $(SUBDIRS); do \
286 test -d $(distdir)/$$subdir \
287 || mkdir $(distdir)/$$subdir \
288 || exit 1; \
289 chmod 777 $(distdir)/$$subdir; \
de185a27 290 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
733943b9 291 || exit 1; \
e0930299
JB
292 done
293
993c846b 294DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
733943b9
TT
295
296-include $(DEP_FILES)
733943b9
TT
297
298mostlyclean-depend:
299
300clean-depend:
301
302distclean-depend:
303
304maintainer-clean-depend:
7370e377 305 -rm -rf .deps
733943b9 306
5798fd97
MD
307%.o: %.c
308 @echo '$(COMPILE) -c $<'; \
309 $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
310
311%.lo: %.c
312 @echo '$(LTCOMPILE) -c $<'; \
313 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
314 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
315 < .deps/$(*F).p > .deps/$(*F).P
316 @-rm -f .deps/$(*F).p
733943b9
TT
317info: info-recursive
318dvi: dvi-recursive
319check: all-am
320 $(MAKE) check-recursive
321installcheck: installcheck-recursive
fc27e65d 322all-am: Makefile $(LTLIBRARIES)
733943b9 323
fc27e65d 324install-exec-am: install-libLTLIBRARIES
733943b9 325
fc27e65d 326uninstall-am: uninstall-libLTLIBRARIES
733943b9
TT
327
328install-exec: install-exec-recursive install-exec-am
7ec57e82 329 @$(NORMAL_INSTALL)
733943b9
TT
330
331install-data: install-data-recursive
7ec57e82 332 @$(NORMAL_INSTALL)
733943b9
TT
333
334install: install-recursive install-exec-am
335 @:
336
337uninstall: uninstall-recursive uninstall-am
338
733943b9 339install-strip:
993c846b 340 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
733943b9 341installdirs: installdirs-recursive
5798fd97 342 $(mkinstalldirs) $(DATADIR)$(libdir)
733943b9
TT
343
344
345mostlyclean-generic:
7370e377 346 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
733943b9
TT
347
348clean-generic:
7370e377 349 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
733943b9
TT
350
351distclean-generic:
7370e377
JB
352 -rm -f Makefile $(DISTCLEANFILES)
353 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
354 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
733943b9
TT
355
356maintainer-clean-generic:
7370e377
JB
357 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
358 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
fc27e65d 359mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
5e9b2ac9
JB
360 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
361 mostlyclean-generic
733943b9 362
fc27e65d 363clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
5e9b2ac9 364 clean-depend clean-generic mostlyclean-am
44986d67 365
fc27e65d 366distclean-am: distclean-libLTLIBRARIES distclean-compile \
5e9b2ac9
JB
367 distclean-libtool distclean-tags distclean-depend \
368 distclean-generic clean-am
44986d67 369
fc27e65d 370maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
5e9b2ac9
JB
371 maintainer-clean-compile maintainer-clean-libtool \
372 maintainer-clean-tags maintainer-clean-depend \
373 maintainer-clean-generic distclean-am
44986d67 374
7ec57e82 375mostlyclean: mostlyclean-recursive mostlyclean-am
44986d67 376
7ec57e82 377clean: clean-recursive clean-am
44986d67 378
7ec57e82 379distclean: distclean-recursive distclean-am
7370e377
JB
380 -rm -f config.status
381 -rm -f libtool
44986d67 382
7ec57e82 383maintainer-clean: maintainer-clean-recursive maintainer-clean-am
733943b9
TT
384 @echo "This command is intended for maintainers to use;"
385 @echo "it deletes files that may require special tools to rebuild."
44986d67 386
fc27e65d
JB
387.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
388clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
389uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
390distclean-compile clean-compile maintainer-clean-compile \
391mostlyclean-libtool distclean-libtool clean-libtool \
392maintainer-clean-libtool install-data-recursive \
393uninstall-data-recursive install-exec-recursive \
733943b9
TT
394uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
395all-recursive check-recursive installcheck-recursive info-recursive \
396dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
397maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
398distclean-tags clean-tags maintainer-clean-tags distdir \
399mostlyclean-depend distclean-depend clean-depend \
400maintainer-clean-depend info dvi installcheck all-am install-exec-am \
401uninstall-am install-exec install-data install uninstall all \
402installdirs mostlyclean-generic distclean-generic clean-generic \
403maintainer-clean-generic clean mostlyclean distclean maintainer-clean
44986d67 404
44986d67 405
fc27e65d
JB
406qtmds.s:
407 ${LN_S} ${srcdir}/${qtmds_s} qtmds.s
408qtmdc.c:
409 ${LN_S} ${srcdir}/${qtmdc_c} qtmdc.c
410qtdmdb.s:
411 ${LN_S} ${srcdir}/${qtdmdb_s} qtdmdb.s
44986d67 412
733943b9
TT
413# Tell versions [3.59,3.63) of GNU make to not export all variables.
414# Otherwise a system limit (for SysV at least) may be exceeded.
415.NOEXPORT: