OSDN Git Service

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