fixed old_copiler/new_compiler issue and other merged the IRIX makefile 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 = gtar
108 GZIP = --best
109 SOURCES = $(libmm_new_a_SOURCES) $(libmm_old_a_SOURCES)
110 OBJECTS = $(libmm_new_a_OBJECTS) $(libmm_old_a_OBJECTS)
111
112 all: Makefile $(LIBRARIES)
113
114 .SUFFIXES:
115 .SUFFIXES: .S .c .o .s
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mm/Makefile
118
119 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) \
121           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124 mostlyclean-noinstLIBRARIES:
125
126 clean-noinstLIBRARIES:
127         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
128
129 distclean-noinstLIBRARIES:
130
131 maintainer-clean-noinstLIBRARIES:
132
133 .c.o:
134         $(COMPILE) -c $<
135
136 .s.o:
137         $(COMPILE) -c $<
138
139 .S.o:
140         $(COMPILE) -c $<
141
142 mostlyclean-compile:
143         -rm -f *.o core *.core
144
145 clean-compile:
146
147 distclean-compile:
148         -rm -f *.tab.c
149
150 maintainer-clean-compile:
151
152 libmm_new.a: $(libmm_new_a_OBJECTS) $(libmm_new_a_DEPENDENCIES)
153         -rm -f libmm_new.a
154         $(AR) cru libmm_new.a $(libmm_new_a_OBJECTS) $(libmm_new_a_LIBADD)
155         $(RANLIB) libmm_new.a
156
157 libmm_old.a: $(libmm_old_a_OBJECTS) $(libmm_old_a_DEPENDENCIES)
158         -rm -f libmm_old.a
159         $(AR) cru libmm_old.a $(libmm_old_a_OBJECTS) $(libmm_old_a_LIBADD)
160         $(RANLIB) libmm_old.a
161
162 tags: TAGS
163
164 ID: $(HEADERS) $(SOURCES) $(LISP)
165         here=`pwd` && cd $(srcdir) \
166           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
167
168 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
169         tags=; \
170         here=`pwd`; \
171         list='$(SOURCES) $(HEADERS)'; \
172         unique=`for i in $$list; do echo $$i; done | \
173           awk '    { files[$$0] = 1; } \
174                END { for (i in files) print i; }'`; \
175         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
176           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
177
178 mostlyclean-tags:
179
180 clean-tags:
181
182 distclean-tags:
183         -rm -f TAGS ID
184
185 maintainer-clean-tags:
186
187 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
188
189 subdir = mm
190
191 distdir: $(DISTFILES)
192         @for file in $(DISTFILES); do \
193           d=$(srcdir); \
194           test -f $(distdir)/$$file \
195           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
196           || cp -p $$d/$$file $(distdir)/$$file; \
197         done
198 info:
199 dvi:
200 check: all
201         $(MAKE)
202 installcheck:
203 install-exec: 
204         @$(NORMAL_INSTALL)
205
206 install-data: 
207         @$(NORMAL_INSTALL)
208
209 install: install-exec install-data all
210         @:
211
212 uninstall: 
213
214 install-strip:
215         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
216 installdirs:
217
218
219 mostlyclean-generic:
220         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
221
222 clean-generic:
223         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
224
225 distclean-generic:
226         -rm -f Makefile $(DISTCLEANFILES)
227         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
228         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
229
230 maintainer-clean-generic:
231         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
232         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
233 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
234                 mostlyclean-tags mostlyclean-generic
235
236 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
237                 mostlyclean
238
239 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
240                 distclean-generic clean
241         -rm -f config.status
242
243 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
244                 maintainer-clean-compile maintainer-clean-tags \
245                 maintainer-clean-generic distclean
246         @echo "This command is intended for maintainers to use;"
247         @echo "it deletes files that may require special tools to rebuild."
248
249 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
250 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
251 mostlyclean-compile distclean-compile clean-compile \
252 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
253 clean-tags maintainer-clean-tags distdir info dvi installcheck \
254 install-exec install-data install uninstall all installdirs \
255 mostlyclean-generic distclean-generic clean-generic \
256 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
257
258
259 # Tell versions [3.59,3.63) of GNU make to not export all variables.
260 # Otherwise a system limit (for SysV at least) may be exceeded.
261 .NOEXPORT: