8c8dc9f0eaa637f1c5fb5420f269874b149b4a97
[cacao.git] / mm / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 COMPILER_OBJECTS = @COMPILER_OBJECTS@
64 COMPILER_SOURCES = @COMPILER_SOURCES@
65 GC_OBJ = @GC_OBJ@
66 LIBTHREAD = @LIBTHREAD@
67 MAKEINFO = @MAKEINFO@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 SYSDEP_DIR = @SYSDEP_DIR@
71 THREAD_OBJ = @THREAD_OBJ@
72 VERSION = @VERSION@
73
74 noinst_LIBRARIES = libmm_new.a libmm_old.a
75
76 libmm_new_a_SOURCES = allocator2.c allocator.h                bitmap2.c bitmap2.h                     heap2.c                 lifespan.c lifespan.h                   mm.h
77
78 libmm_old_a_SOURCES = heap.old.c
79
80 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@
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 libmm_new_a_LIBADD = 
92 libmm_new_a_OBJECTS =  allocator2.o bitmap2.o heap2.o lifespan.o
93 libmm_old_a_LIBADD = 
94 libmm_old_a_OBJECTS =  heap.old.o
95 AR = ar
96 CFLAGS = @CFLAGS@
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
100 DIST_COMMON =  Makefile.am Makefile.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP_ENV = --best
107 SOURCES = $(libmm_new_a_SOURCES) $(libmm_old_a_SOURCES)
108 OBJECTS = $(libmm_new_a_OBJECTS) $(libmm_old_a_OBJECTS)
109
110 all: all-redirect
111 .SUFFIXES:
112 .SUFFIXES: .S .c .o .s
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mm/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 mostlyclean-noinstLIBRARIES:
122
123 clean-noinstLIBRARIES:
124         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
125
126 distclean-noinstLIBRARIES:
127
128 maintainer-clean-noinstLIBRARIES:
129
130 .c.o:
131         $(COMPILE) -c $<
132
133 .s.o:
134         $(COMPILE) -c $<
135
136 .S.o:
137         $(COMPILE) -c $<
138
139 mostlyclean-compile:
140         -rm -f *.o core *.core
141
142 clean-compile:
143
144 distclean-compile:
145         -rm -f *.tab.c
146
147 maintainer-clean-compile:
148
149 libmm_new.a: $(libmm_new_a_OBJECTS) $(libmm_new_a_DEPENDENCIES)
150         -rm -f libmm_new.a
151         $(AR) cru libmm_new.a $(libmm_new_a_OBJECTS) $(libmm_new_a_LIBADD)
152         $(RANLIB) libmm_new.a
153
154 libmm_old.a: $(libmm_old_a_OBJECTS) $(libmm_old_a_DEPENDENCIES)
155         -rm -f libmm_old.a
156         $(AR) cru libmm_old.a $(libmm_old_a_OBJECTS) $(libmm_old_a_LIBADD)
157         $(RANLIB) libmm_old.a
158
159 tags: TAGS
160
161 ID: $(HEADERS) $(SOURCES) $(LISP)
162         list='$(SOURCES) $(HEADERS)'; \
163         unique=`for i in $$list; do echo $$i; done | \
164           awk '    { files[$$0] = 1; } \
165                END { for (i in files) print i; }'`; \
166         here=`pwd` && cd $(srcdir) \
167           && mkid -f$$here/ID $$unique $(LISP)
168
169 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
170         tags=; \
171         here=`pwd`; \
172         list='$(SOURCES) $(HEADERS)'; \
173         unique=`for i in $$list; do echo $$i; done | \
174           awk '    { files[$$0] = 1; } \
175                END { for (i in files) print i; }'`; \
176         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
177           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
178
179 mostlyclean-tags:
180
181 clean-tags:
182
183 distclean-tags:
184         -rm -f TAGS ID
185
186 maintainer-clean-tags:
187
188 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
189
190 subdir = mm
191
192 distdir: $(DISTFILES)
193         @for file in $(DISTFILES); do \
194           d=$(srcdir); \
195           if test -d $$d/$$file; then \
196             cp -pr $$/$$file $(distdir)/$$file; \
197           else \
198             test -f $(distdir)/$$file \
199             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
200             || cp -p $$d/$$file $(distdir)/$$file || :; \
201           fi; \
202         done
203 info-am:
204 info: info-am
205 dvi-am:
206 dvi: dvi-am
207 check-am: all-am
208 check: check-am
209 installcheck-am:
210 installcheck: installcheck-am
211 install-exec-am:
212 install-exec: install-exec-am
213
214 install-data-am:
215 install-data: install-data-am
216
217 install-am: all-am
218         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
219 install: install-am
220 uninstall-am:
221 uninstall: uninstall-am
222 all-am: Makefile $(LIBRARIES)
223 all-redirect: all-am
224 install-strip:
225         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
226 installdirs:
227
228
229 mostlyclean-generic:
230
231 clean-generic:
232
233 distclean-generic:
234         -rm -f Makefile $(CONFIG_CLEAN_FILES)
235         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
236
237 maintainer-clean-generic:
238 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
239                 mostlyclean-tags mostlyclean-generic
240
241 mostlyclean: mostlyclean-am
242
243 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
244                 mostlyclean-am
245
246 clean: clean-am
247
248 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
249                 distclean-tags distclean-generic clean-am
250
251 distclean: distclean-am
252
253 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
254                 maintainer-clean-compile maintainer-clean-tags \
255                 maintainer-clean-generic distclean-am
256         @echo "This command is intended for maintainers to use;"
257         @echo "it deletes files that may require special tools to rebuild."
258
259 maintainer-clean: maintainer-clean-am
260
261 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
262 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
263 mostlyclean-compile distclean-compile clean-compile \
264 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
265 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
266 check-am installcheck-am installcheck install-exec-am install-exec \
267 install-data-am install-data install-am install uninstall-am uninstall \
268 all-redirect all-am all installdirs mostlyclean-generic \
269 distclean-generic clean-generic maintainer-clean-generic clean \
270 mostlyclean distclean maintainer-clean
271
272
273 # Tell versions [3.59,3.63) of GNU make to not export all variables.
274 # Otherwise a system limit (for SysV at least) may be exceeded.
275 .NOEXPORT: