narray first check in
[cacao.git] / mm / 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
14 SHELL = /bin/sh
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 DISTDIR =
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@
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 \
77                       bitmap2.c bitmap2.h \
78                       heap2.c \
79                       lifespan.c lifespan.h \
80                       mm.h
81 libmm_old_a_SOURCES = heap.old.c
82
83 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@
84 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85 CONFIG_HEADER = ../config.h
86 CONFIG_CLEAN_FILES = 
87 LIBRARIES =  $(noinst_LIBRARIES)
88
89
90 DEFS = @DEFS@ -I. -I$(srcdir) -I..
91 CPPFLAGS = @CPPFLAGS@
92 LDFLAGS = @LDFLAGS@
93 LIBS = @LIBS@
94 libmm_new_a_LIBADD = 
95 libmm_new_a_OBJECTS =  allocator2.o bitmap2.o heap2.o lifespan.o
96 libmm_old_a_LIBADD = 
97 libmm_old_a_OBJECTS =  heap.old.o
98 AR = ar
99 CFLAGS = @CFLAGS@
100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
101 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
102 DIST_COMMON =  Makefile.am Makefile.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP = --best
109 DEP_FILES =  .deps/allocator2.P .deps/bitmap2.P .deps/heap.old.P \
110 .deps/heap2.P .deps/lifespan.P
111 SOURCES = $(libmm_new_a_SOURCES) $(libmm_old_a_SOURCES)
112 OBJECTS = $(libmm_new_a_OBJECTS) $(libmm_old_a_OBJECTS)
113
114 all: Makefile $(LIBRARIES)
115
116 .SUFFIXES:
117 .SUFFIXES: .S .c .o .s
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119         cd $(top_srcdir) && $(AUTOMAKE) --gnu mm/Makefile
120
121 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
122         cd $(top_builddir) \
123           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126 mostlyclean-noinstLIBRARIES:
127
128 clean-noinstLIBRARIES:
129         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
130
131 distclean-noinstLIBRARIES:
132
133 maintainer-clean-noinstLIBRARIES:
134
135 .s.o:
136         $(COMPILE) -c $<
137
138 .S.o:
139         $(COMPILE) -c $<
140
141 mostlyclean-compile:
142         -rm -f *.o core *.core
143
144 clean-compile:
145
146 distclean-compile:
147         -rm -f *.tab.c
148
149 maintainer-clean-compile:
150
151 libmm_new.a: $(libmm_new_a_OBJECTS) $(libmm_new_a_DEPENDENCIES)
152         -rm -f libmm_new.a
153         $(AR) cru libmm_new.a $(libmm_new_a_OBJECTS) $(libmm_new_a_LIBADD)
154         $(RANLIB) libmm_new.a
155
156 libmm_old.a: $(libmm_old_a_OBJECTS) $(libmm_old_a_DEPENDENCIES)
157         -rm -f libmm_old.a
158         $(AR) cru libmm_old.a $(libmm_old_a_OBJECTS) $(libmm_old_a_LIBADD)
159         $(RANLIB) libmm_old.a
160
161 tags: TAGS
162
163 ID: $(HEADERS) $(SOURCES) $(LISP)
164         here=`pwd` && cd $(srcdir) \
165           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
166
167 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
168         tags=; \
169         here=`pwd`; \
170         list='$(SOURCES) $(HEADERS)'; \
171         unique=`for i in $$list; do echo $$i; done | \
172           awk '    { files[$$0] = 1; } \
173                END { for (i in files) print i; }'`; \
174         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
175           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
176
177 mostlyclean-tags:
178
179 clean-tags:
180
181 distclean-tags:
182         -rm -f TAGS ID
183
184 maintainer-clean-tags:
185
186 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
187
188 subdir = mm
189
190 distdir: $(DISTFILES)
191         here=`cd $(top_builddir) && pwd`; \
192         top_distdir=`cd $(top_distdir) && pwd`; \
193         distdir=`cd $(distdir) && pwd`; \
194         cd $(top_srcdir) \
195           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu mm/Makefile
196         @for file in $(DISTFILES); do \
197           d=$(srcdir); \
198           test -f $(distdir)/$$file \
199           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
200           || cp -p $$d/$$file $(distdir)/$$file; \
201         done
202
203 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
204
205 -include $(DEP_FILES)
206
207 mostlyclean-depend:
208
209 clean-depend:
210
211 distclean-depend:
212
213 maintainer-clean-depend:
214         -rm -rf .deps
215
216 %.o: %.c
217         @echo '$(COMPILE) -c $<'; \
218         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
219
220 %.lo: %.c
221         @echo '$(LTCOMPILE) -c $<'; \
222         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
223         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
224           < .deps/$(*F).p > .deps/$(*F).P
225         @-rm -f .deps/$(*F).p
226 info:
227 dvi:
228 check: all
229         $(MAKE)
230 installcheck:
231 install-exec: 
232         @$(NORMAL_INSTALL)
233
234 install-data: 
235         @$(NORMAL_INSTALL)
236
237 install: install-exec install-data all
238         @:
239
240 uninstall: 
241
242 install-strip:
243         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
244 installdirs:
245
246
247 mostlyclean-generic:
248         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
249
250 clean-generic:
251         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
252
253 distclean-generic:
254         -rm -f Makefile $(DISTCLEANFILES)
255         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
256         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
257
258 maintainer-clean-generic:
259         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
260         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
261 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
262                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
263
264 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
265                 clean-generic mostlyclean
266
267 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
268                 distclean-depend distclean-generic clean
269         -rm -f config.status
270
271 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
272                 maintainer-clean-compile maintainer-clean-tags \
273                 maintainer-clean-depend maintainer-clean-generic \
274                 distclean
275         @echo "This command is intended for maintainers to use;"
276         @echo "it deletes files that may require special tools to rebuild."
277
278 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
279 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
280 mostlyclean-compile distclean-compile clean-compile \
281 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
282 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
283 distclean-depend clean-depend maintainer-clean-depend info dvi \
284 installcheck install-exec install-data install uninstall all \
285 installdirs mostlyclean-generic distclean-generic clean-generic \
286 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
287
288
289 # Tell versions [3.59,3.63) of GNU make to not export all variables.
290 # Otherwise a system limit (for SysV at least) may be exceeded.
291 .NOEXPORT: