OSDN Git Service

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