Major file restructuring.
[cacao.git] / mm / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 # $Id: Makefile.in 557 2003-11-02 22:51:59Z twisti $
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 ARCH_DIR = @ARCH_DIR@
65 CC = @CC@
66 COMPILER_OBJECTS = @COMPILER_OBJECTS@
67 LIBTHREAD = @LIBTHREAD@
68 MAKEINFO = @MAKEINFO@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 THREAD_OBJ = @THREAD_OBJ@
72 VERSION = @VERSION@
73
74 SUBDIRS = boehm-gc
75
76 noinst_LIBRARIES = libboehm.a
77
78 libboehm_a_SOURCES = boehm.c
79
80 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@ -I./boehm-gc/include
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ../config.h
83 CONFIG_CLEAN_FILES = 
84 LIBRARIES =  $(noinst_LIBRARIES)
85
86
87 DEFS = @DEFS@ -I. -I$(srcdir) -I..
88 CPPFLAGS = @CPPFLAGS@
89 LDFLAGS = @LDFLAGS@
90 LIBS = @LIBS@
91 libboehm_a_LIBADD = 
92 libboehm_a_OBJECTS =  boehm.o
93 AR = ar
94 CFLAGS = @CFLAGS@
95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  Makefile.am Makefile.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP_ENV = --best
105 DEP_FILES =  .deps/boehm.P
106 SOURCES = $(libboehm_a_SOURCES)
107 OBJECTS = $(libboehm_a_OBJECTS)
108
109 all: all-redirect
110 .SUFFIXES:
111 .SUFFIXES: .S .c .o .s
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu mm/Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120 mostlyclean-noinstLIBRARIES:
121
122 clean-noinstLIBRARIES:
123         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
124
125 distclean-noinstLIBRARIES:
126
127 maintainer-clean-noinstLIBRARIES:
128
129 .s.o:
130         $(COMPILE) -c $<
131
132 .S.o:
133         $(COMPILE) -c $<
134
135 mostlyclean-compile:
136         -rm -f *.o core *.core
137
138 clean-compile:
139
140 distclean-compile:
141         -rm -f *.tab.c
142
143 maintainer-clean-compile:
144
145 libboehm.a: $(libboehm_a_OBJECTS) $(libboehm_a_DEPENDENCIES)
146         -rm -f libboehm.a
147         $(AR) cru libboehm.a $(libboehm_a_OBJECTS) $(libboehm_a_LIBADD)
148         $(RANLIB) libboehm.a
149
150 # This directory's subdirectories are mostly independent; you can cd
151 # into them and run `make' without going through this Makefile.
152 # To change the values of `make' variables: instead of editing Makefiles,
153 # (1) if the variable is set in `config.status', edit `config.status'
154 #     (which will cause the Makefiles to be regenerated when you run `make');
155 # (2) otherwise, pass the desired values on the `make' command line.
156
157 @SET_MAKE@
158
159 all-recursive install-data-recursive install-exec-recursive \
160 installdirs-recursive install-recursive uninstall-recursive  \
161 check-recursive installcheck-recursive info-recursive dvi-recursive:
162         @set fnord $(MAKEFLAGS); amf=$$2; \
163         dot_seen=no; \
164         target=`echo $@ | sed s/-recursive//`; \
165         list='$(SUBDIRS)'; for subdir in $$list; do \
166           echo "Making $$target in $$subdir"; \
167           if test "$$subdir" = "."; then \
168             dot_seen=yes; \
169             local_target="$$target-am"; \
170           else \
171             local_target="$$target"; \
172           fi; \
173           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
174            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
175         done; \
176         if test "$$dot_seen" = "no"; then \
177           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
178         fi; test -z "$$fail"
179
180 mostlyclean-recursive clean-recursive distclean-recursive \
181 maintainer-clean-recursive:
182         @set fnord $(MAKEFLAGS); amf=$$2; \
183         dot_seen=no; \
184         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
185           rev="$$subdir $$rev"; \
186           test "$$subdir" != "." || dot_seen=yes; \
187         done; \
188         test "$$dot_seen" = "no" && rev=". $$rev"; \
189         target=`echo $@ | sed s/-recursive//`; \
190         for subdir in $$rev; do \
191           echo "Making $$target in $$subdir"; \
192           if test "$$subdir" = "."; then \
193             local_target="$$target-am"; \
194           else \
195             local_target="$$target"; \
196           fi; \
197           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
199         done && test -z "$$fail"
200 tags-recursive:
201         list='$(SUBDIRS)'; for subdir in $$list; do \
202           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
203         done
204
205 tags: TAGS
206
207 ID: $(HEADERS) $(SOURCES) $(LISP)
208         list='$(SOURCES) $(HEADERS)'; \
209         unique=`for i in $$list; do echo $$i; done | \
210           awk '    { files[$$0] = 1; } \
211                END { for (i in files) print i; }'`; \
212         here=`pwd` && cd $(srcdir) \
213           && mkid -f$$here/ID $$unique $(LISP)
214
215 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
216         tags=; \
217         here=`pwd`; \
218         list='$(SUBDIRS)'; for subdir in $$list; do \
219    if test "$$subdir" = .; then :; else \
220             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
221    fi; \
222         done; \
223         list='$(SOURCES) $(HEADERS)'; \
224         unique=`for i in $$list; do echo $$i; done | \
225           awk '    { files[$$0] = 1; } \
226                END { for (i in files) print i; }'`; \
227         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
228           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
229
230 mostlyclean-tags:
231
232 clean-tags:
233
234 distclean-tags:
235         -rm -f TAGS ID
236
237 maintainer-clean-tags:
238
239 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
240
241 subdir = mm
242
243 distdir: $(DISTFILES)
244         here=`cd $(top_builddir) && pwd`; \
245         top_distdir=`cd $(top_distdir) && pwd`; \
246         distdir=`cd $(distdir) && pwd`; \
247         cd $(top_srcdir) \
248           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu mm/Makefile
249         @for file in $(DISTFILES); do \
250           d=$(srcdir); \
251           if test -d $$d/$$file; then \
252             cp -pr $$d/$$file $(distdir)/$$file; \
253           else \
254             test -f $(distdir)/$$file \
255             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
256             || cp -p $$d/$$file $(distdir)/$$file || :; \
257           fi; \
258         done
259         for subdir in $(SUBDIRS); do \
260           if test "$$subdir" = .; then :; else \
261             test -d $(distdir)/$$subdir \
262             || mkdir $(distdir)/$$subdir \
263             || exit 1; \
264             chmod 777 $(distdir)/$$subdir; \
265             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
266               || exit 1; \
267           fi; \
268         done
269
270 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
271
272 -include $(DEP_FILES)
273
274 mostlyclean-depend:
275
276 clean-depend:
277
278 distclean-depend:
279         -rm -rf .deps
280
281 maintainer-clean-depend:
282
283 %.o: %.c
284         @echo '$(COMPILE) -c $<'; \
285         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
286         @-cp .deps/$(*F).pp .deps/$(*F).P; \
287         tr ' ' '\012' < .deps/$(*F).pp \
288           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
289             >> .deps/$(*F).P; \
290         rm .deps/$(*F).pp
291
292 %.lo: %.c
293         @echo '$(LTCOMPILE) -c $<'; \
294         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
295         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
296           < .deps/$(*F).pp > .deps/$(*F).P; \
297         tr ' ' '\012' < .deps/$(*F).pp \
298           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
299             >> .deps/$(*F).P; \
300         rm -f .deps/$(*F).pp
301 info-am:
302 info: info-recursive
303 dvi-am:
304 dvi: dvi-recursive
305 check-am: all-am
306 check: check-recursive
307 installcheck-am:
308 installcheck: installcheck-recursive
309 install-exec-am:
310 install-exec: install-exec-recursive
311
312 install-data-am:
313 install-data: install-data-recursive
314
315 install-am: all-am
316         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317 install: install-recursive
318 uninstall-am:
319 uninstall: uninstall-recursive
320 all-am: Makefile $(LIBRARIES)
321 all-redirect: all-recursive
322 install-strip:
323         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324 installdirs: installdirs-recursive
325 installdirs-am:
326
327
328 mostlyclean-generic:
329
330 clean-generic:
331
332 distclean-generic:
333         -rm -f Makefile $(CONFIG_CLEAN_FILES)
334         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
335
336 maintainer-clean-generic:
337 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
338                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
339
340 mostlyclean: mostlyclean-recursive
341
342 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
343                 clean-generic mostlyclean-am
344
345 clean: clean-recursive
346
347 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
348                 distclean-tags distclean-depend distclean-generic \
349                 clean-am
350
351 distclean: distclean-recursive
352
353 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
354                 maintainer-clean-compile maintainer-clean-tags \
355                 maintainer-clean-depend maintainer-clean-generic \
356                 distclean-am
357         @echo "This command is intended for maintainers to use;"
358         @echo "it deletes files that may require special tools to rebuild."
359
360 maintainer-clean: maintainer-clean-recursive
361
362 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
363 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
364 mostlyclean-compile distclean-compile clean-compile \
365 maintainer-clean-compile install-data-recursive \
366 uninstall-data-recursive install-exec-recursive \
367 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
368 all-recursive check-recursive installcheck-recursive info-recursive \
369 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
370 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
371 distclean-tags clean-tags maintainer-clean-tags distdir \
372 mostlyclean-depend distclean-depend clean-depend \
373 maintainer-clean-depend info-am info dvi-am dvi check check-am \
374 installcheck-am installcheck install-exec-am install-exec \
375 install-data-am install-data install-am install uninstall-am uninstall \
376 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
377 distclean-generic clean-generic maintainer-clean-generic clean \
378 mostlyclean distclean maintainer-clean
379
380
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT: