OSDN Git Service

Merged GC 5.0alpha4 with local changes, plus:
[pf3gnuchains/gcc-fork.git] / boehm-gc / 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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 BOEHM_GC_CFLAGS = @BOEHM_GC_CFLAGS@
69 CC = @CC@
70 CPP = @CPP@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXXINCLUDES = @CXXINCLUDES@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 INCLUDES = @INCLUDES@
77 LD = @LD@
78 LIBTOOL = @LIBTOOL@
79 LN_S = @LN_S@
80 MAINT = @MAINT@
81 MAKEINFO = @MAKEINFO@
82 MY_CFLAGS = @MY_CFLAGS@
83 NM = @NM@
84 OBJDUMP = @OBJDUMP@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 THREADLIB = @THREADLIB@
88 VERSION = @VERSION@
89 addobjs = @addobjs@
90 boehm_gc_basedir = @boehm_gc_basedir@
91 target_all = @target_all@
92
93 AUTOMAKE_OPTIONS = cygnus
94
95 # Multilib support variables.
96 MULTISRCTOP = 
97 MULTIBUILDTOP = 
98 MULTIDIRS = 
99 MULTISUBDIR = 
100 MULTIDO = true
101 MULTICLEAN = true
102 @USE_LIBDIR_TRUE@toolexeclibdir = \
103 @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
104 @USE_LIBDIR_FALSE@toolexeclibdir = \
105 @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
106 @USE_LIBDIR_FALSE@toolexecdir = \
107 @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
108
109 toolexeclib_LTLIBRARIES = $(target_all)
110 EXTRA_LTLIBRARIES = libgcjgc.la
111 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c \
112 config.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \
113 gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h headers.c \
114 irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c \
115 misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \
116 quick_threads.c real_malloc.c reclaim.c solaris_pthreads.c \
117 solaris_threads.c solaris_threads.h stubborn.c typd_mlc.c version.h \
118 weakpointer.h
119
120 libgcjgc_la_LIBADD = @addobjs@
121 libgcjgc_la_DEPENDENCIES = @addobjs@
122 libgcjgc_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir)
123
124 EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
125 mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \
126 sparc_sunos4_mach_dep.s mach_dep.c ecos.cc
127
128
129 AM_CXXFLAGS = @BOEHM_GC_CFLAGS@
130
131 AM_CFLAGS = @BOEHM_GC_CFLAGS@
132
133 check_PROGRAMS = gctest
134 gctest_SOURCES = test.c
135 gctest_LDADD = ./libgcjgc.la $(THREADLIB)
136
137 TESTS = gctest
138
139 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
140
141 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
142         $(AM_CPPFLAGS) $(CPPFLAGS) \
143         $(AM_CFLAGS) $(MY_CFLAGS) $(BOEHM_GC_CFLAGS) 
144
145 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
146
147 # Work around what appears to be a GNU make bug handling MAKEFLAGS
148 # values defined in terms of make variables, as is the case for CC and
149 # friends when we are called from the top level Makefile.
150 AM_MAKEFLAGS = \
151         "AR_FLAGS=$(AR_FLAGS)" \
152         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
153         "CFLAGS=$(CFLAGS)" \
154         "CXXFLAGS=$(CXXFLAGS)" \
155         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
156         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
157         "INSTALL=$(INSTALL)" \
158         "INSTALL_DATA=$(INSTALL_DATA)" \
159         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
160         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
161         "LDFLAGS=$(LDFLAGS)" \
162         "LIBCFLAGS=$(LIBCFLAGS)" \
163         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
164         "MAKE=$(MAKE)" \
165         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
166         "PICFLAG=$(PICFLAG)" \
167         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
168         "SHELL=$(SHELL)" \
169         "EXPECT=$(EXPECT)" \
170         "RUNTEST=$(RUNTEST)" \
171         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
172         "exec_prefix=$(exec_prefix)" \
173         "infodir=$(infodir)" \
174         "libdir=$(libdir)" \
175         "prefix=$(prefix)" \
176         "tooldir=$(tooldir)" \
177         "AR=$(AR)" \
178         "AS=$(AS)" \
179         "CC=$(CC)" \
180         "CXX=$(CXX)" \
181         "LD=$(LD)" \
182         "LIBCFLAGS=$(LIBCFLAGS)" \
183         "NM=$(NM)" \
184         "PICFLAG=$(PICFLAG)" \
185         "RANLIB=$(RANLIB)" \
186         "DESTDIR=$(DESTDIR)"
187
188
189 CONFIG_STATUS_DEPENDENCIES = $(boehm_gc_basedir)/configure.host
190
191 MAKEOVERRIDES = 
192 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
193 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
194 CONFIG_CLEAN_FILES = 
195 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
196
197
198 DEFS = @DEFS@ -I. -I$(srcdir) 
199 CPPFLAGS = @CPPFLAGS@
200 LDFLAGS = @LDFLAGS@
201 LIBS = @LIBS@
202 libgcjgc_la_OBJECTS =  allchblk.lo alloc.lo blacklst.lo checksums.lo \
203 dbg_mlc.lo dyn_load.lo finalize.lo headers.lo irix_threads.lo \
204 linux_threads.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
205 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
206 quick_threads.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
207 solaris_threads.lo stubborn.lo typd_mlc.lo
208 check_PROGRAMS =  gctest$(EXEEXT)
209 gctest_OBJECTS =  test.o
210 gctest_DEPENDENCIES =  ./libgcjgc.la
211 gctest_LDFLAGS = 
212 CXXFLAGS = @CXXFLAGS@
213 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
214 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
215 CXXLD = $(CXX)
216 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
217 CFLAGS = @CFLAGS@
218 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
219 CCLD = $(CC)
220 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in acinclude.m4 \
221 aclocal.m4 configure configure.in
222
223
224 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
225
226 TAR = tar
227 GZIP_ENV = --best
228 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(gctest_SOURCES)
229 OBJECTS = $(libgcjgc_la_OBJECTS) $(gctest_OBJECTS)
230
231 all: all-redirect
232 .SUFFIXES:
233 .SUFFIXES: .S .c .cc .lo .o .s
234 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
235         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
236
237 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
238         cd $(top_builddir) \
239           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
240
241 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
242         cd $(srcdir) && $(ACLOCAL)
243
244 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245         $(SHELL) ./config.status --recheck
246 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
247         cd $(srcdir) && $(AUTOCONF)
248
249 mostlyclean-toolexeclibLTLIBRARIES:
250
251 clean-toolexeclibLTLIBRARIES:
252         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
253
254 distclean-toolexeclibLTLIBRARIES:
255
256 maintainer-clean-toolexeclibLTLIBRARIES:
257
258 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
259         @$(NORMAL_INSTALL)
260         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
261         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
262           if test -f $$p; then \
263             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
264             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
265           else :; fi; \
266         done
267
268 uninstall-toolexeclibLTLIBRARIES:
269         @$(NORMAL_UNINSTALL)
270         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
271           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
272         done
273
274 .c.o:
275         $(COMPILE) -c $<
276
277 .s.o:
278         $(COMPILE) -c $<
279
280 .S.o:
281         $(COMPILE) -c $<
282
283 mostlyclean-compile:
284         -rm -f *.o core *.core
285
286 clean-compile:
287
288 distclean-compile:
289         -rm -f *.tab.c
290
291 maintainer-clean-compile:
292
293 .c.lo:
294         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
295
296 .S.lo:
297         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
298
299 mostlyclean-libtool:
300         -rm -f *.lo
301
302 clean-libtool:
303         -rm -rf .libs _libs
304
305 distclean-libtool:
306
307 maintainer-clean-libtool:
308
309 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
310         $(LINK)  $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
311
312 mostlyclean-checkPROGRAMS:
313
314 clean-checkPROGRAMS:
315         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
316
317 distclean-checkPROGRAMS:
318
319 maintainer-clean-checkPROGRAMS:
320
321 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
322         @rm -f gctest$(EXEEXT)
323         $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
324 .cc.o:
325         $(CXXCOMPILE) -c $<
326 .cc.lo:
327         $(LTCXXCOMPILE) -c $<
328
329 tags: TAGS
330
331 ID: $(HEADERS) $(SOURCES) $(LISP)
332         list='$(SOURCES) $(HEADERS)'; \
333         unique=`for i in $$list; do echo $$i; done | \
334           awk '    { files[$$0] = 1; } \
335                END { for (i in files) print i; }'`; \
336         here=`pwd` && cd $(srcdir) \
337           && mkid -f$$here/ID $$unique $(LISP)
338
339 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
340         tags=; \
341         here=`pwd`; \
342         list='$(SOURCES) $(HEADERS)'; \
343         unique=`for i in $$list; do echo $$i; done | \
344           awk '    { files[$$0] = 1; } \
345                END { for (i in files) print i; }'`; \
346         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
347           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
348
349 mostlyclean-tags:
350
351 clean-tags:
352
353 distclean-tags:
354         -rm -f TAGS ID
355
356 maintainer-clean-tags:
357
358 distdir = $(PACKAGE)-$(VERSION)
359 top_distdir = $(distdir)
360
361 # This target untars the dist file and tries a VPATH configuration.  Then
362 # it guarantees that the distribution is self-contained by making another
363 # tarfile.
364 distcheck: dist
365         -rm -rf $(distdir)
366         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
367         mkdir $(distdir)/=build
368         mkdir $(distdir)/=inst
369         dc_install_base=`cd $(distdir)/=inst && pwd`; \
370         cd $(distdir)/=build \
371           && ../configure --srcdir=.. --prefix=$$dc_install_base \
372           && $(MAKE) $(AM_MAKEFLAGS) \
373           && $(MAKE) $(AM_MAKEFLAGS) dvi \
374           && $(MAKE) $(AM_MAKEFLAGS) check \
375           && $(MAKE) $(AM_MAKEFLAGS) install \
376           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
377           && $(MAKE) $(AM_MAKEFLAGS) dist
378         -rm -rf $(distdir)
379         @banner="$(distdir).tar.gz is ready for distribution"; \
380         dashes=`echo "$$banner" | sed s/./=/g`; \
381         echo "$$dashes"; \
382         echo "$$banner"; \
383         echo "$$dashes"
384 dist: distdir
385         -chmod -R a+r $(distdir)
386         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
387         -rm -rf $(distdir)
388 dist-all: distdir
389         -chmod -R a+r $(distdir)
390         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
391         -rm -rf $(distdir)
392 distdir: $(DISTFILES)
393         -rm -rf $(distdir)
394         mkdir $(distdir)
395         -chmod 777 $(distdir)
396         @for file in $(DISTFILES); do \
397           if test -f $$file; then d=.; else d=$(srcdir); fi; \
398           if test -d $$d/$$file; then \
399             cp -pr $$/$$file $(distdir)/$$file; \
400           else \
401             test -f $(distdir)/$$file \
402             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
403             || cp -p $$d/$$file $(distdir)/$$file || :; \
404           fi; \
405         done
406 check-TESTS: $(TESTS)
407         @failed=0; all=0; \
408         srcdir=$(srcdir); export srcdir; \
409         for tst in $(TESTS); do \
410           if test -f $$tst; then dir=.; \
411           else dir="$(srcdir)"; fi; \
412           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
413             all=`expr $$all + 1`; \
414             echo "PASS: $$tst"; \
415           elif test $$? -ne 77; then \
416             all=`expr $$all + 1`; \
417             failed=`expr $$failed + 1`; \
418             echo "FAIL: $$tst"; \
419           fi; \
420         done; \
421         if test "$$failed" -eq 0; then \
422           banner="All $$all tests passed"; \
423         else \
424           banner="$$failed of $$all tests failed"; \
425         fi; \
426         dashes=`echo "$$banner" | sed s/./=/g`; \
427         echo "$$dashes"; \
428         echo "$$banner"; \
429         echo "$$dashes"; \
430         test "$$failed" -eq 0
431 info-am:
432 info: info-am
433 dvi-am:
434 dvi: dvi-am
435 check-am: $(check_PROGRAMS)
436         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
437 check: check-am
438 installcheck-am:
439 installcheck: installcheck-am
440 install-info-am: 
441 install-info: install-info-am
442 install-exec-am: install-toolexeclibLTLIBRARIES
443 install-exec: install-exec-am
444
445 install-data-am:
446 install-data: install-data-am
447
448 install-am: all-am
449         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450 install: install-am
451 uninstall-am: uninstall-toolexeclibLTLIBRARIES
452 uninstall: uninstall-am
453 all-am: Makefile $(LTLIBRARIES)
454 all-redirect: all-am
455 install-strip:
456         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
457 installdirs:
458         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
459
460
461 mostlyclean-generic:
462
463 clean-generic:
464
465 distclean-generic:
466         -rm -f Makefile $(CONFIG_CLEAN_FILES)
467         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
468
469 maintainer-clean-generic:
470 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
471                 mostlyclean-libtool mostlyclean-checkPROGRAMS \
472                 mostlyclean-tags mostlyclean-generic
473
474 mostlyclean: mostlyclean-am
475
476 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
477                 clean-checkPROGRAMS clean-tags clean-generic \
478                 mostlyclean-am
479
480 clean: clean-am
481
482 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
483                 distclean-libtool distclean-checkPROGRAMS \
484                 distclean-tags distclean-generic clean-am
485         -rm -f libtool
486
487 distclean: distclean-am
488         -rm -f config.status
489
490 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
491                 maintainer-clean-compile maintainer-clean-libtool \
492                 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
493                 maintainer-clean-generic distclean-am
494         @echo "This command is intended for maintainers to use;"
495         @echo "it deletes files that may require special tools to rebuild."
496
497 maintainer-clean: maintainer-clean-am
498         -rm -f config.status
499
500 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
501 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
502 maintainer-clean-toolexeclibLTLIBRARIES \
503 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
504 mostlyclean-compile distclean-compile clean-compile \
505 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
506 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
507 distclean-checkPROGRAMS clean-checkPROGRAMS \
508 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
509 clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
510 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
511 install-info install-exec-am install-exec install-data-am install-data \
512 install-am install uninstall-am uninstall all-redirect all-am all \
513 installdirs mostlyclean-generic distclean-generic clean-generic \
514 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
515
516 $(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
517
518 .s.lo:
519         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
520
521 # Multilib support.
522 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
523         maintainer-clean-multi
524
525 all-am: all-multi
526 install-am: install-multi
527 mostlyclean-am: mostlyclean-multi
528 clean-am: clean-multi
529 distclean-am: distclean-multi
530 maintainer-clean-am: maintainer-clean-multi
531
532 all-multi:
533         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
534 install-multi:
535         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
536 mostlyclean-multi:
537         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
538 clean-multi:
539         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
540 distclean-multi:
541         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
542 maintainer-clean-multi:
543         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
544
545 # Tell versions [3.59,3.63) of GNU make to not export all variables.
546 # Otherwise a system limit (for SysV at least) may be exceeded.
547 .NOEXPORT: