OSDN Git Service

* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
[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 gctest_LDFLAGS = -shared-libgcc
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 CXXFLAGS = @CXXFLAGS@
218 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
219 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
220 CXXLD = $(CXX)
221 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
222 CFLAGS = @CFLAGS@
223 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
224 CCLD = $(CC)
225 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in acinclude.m4 \
226 aclocal.m4 configure configure.in
227
228
229 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
230
231 TAR = tar
232 GZIP_ENV = --best
233 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(gctest_SOURCES)
234 OBJECTS = $(libgcjgc_la_OBJECTS) $(gctest_OBJECTS)
235
236 all: all-redirect
237 .SUFFIXES:
238 .SUFFIXES: .S .c .cc .lo .o .obj .s
239 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
240         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
241
242 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
243         cd $(top_builddir) \
244           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
245
246 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
247         cd $(srcdir) && $(ACLOCAL)
248
249 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250         $(SHELL) ./config.status --recheck
251 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
252         cd $(srcdir) && $(AUTOCONF)
253
254 mostlyclean-toolexeclibLTLIBRARIES:
255
256 clean-toolexeclibLTLIBRARIES:
257         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
258
259 distclean-toolexeclibLTLIBRARIES:
260
261 maintainer-clean-toolexeclibLTLIBRARIES:
262
263 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
264         @$(NORMAL_INSTALL)
265         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
266         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
267           if test -f $$p; then \
268             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
269             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
270           else :; fi; \
271         done
272
273 uninstall-toolexeclibLTLIBRARIES:
274         @$(NORMAL_UNINSTALL)
275         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
276           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
277         done
278
279 .c.o:
280         $(COMPILE) -c $<
281
282 # FIXME: We should only use cygpath when building on Windows,
283 # and only if it is available.
284 .c.obj:
285         $(COMPILE) -c `cygpath -w $<`
286
287 .s.o:
288         $(COMPILE) -c $<
289
290 .S.o:
291         $(COMPILE) -c $<
292
293 mostlyclean-compile:
294         -rm -f *.o core *.core
295         -rm -f *.$(OBJEXT)
296
297 clean-compile:
298
299 distclean-compile:
300         -rm -f *.tab.c
301
302 maintainer-clean-compile:
303
304 .c.lo:
305         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
306
307 .S.lo:
308         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
309
310 mostlyclean-libtool:
311         -rm -f *.lo
312
313 clean-libtool:
314         -rm -rf .libs _libs
315
316 distclean-libtool:
317
318 maintainer-clean-libtool:
319
320 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
321         $(LINK)  $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
322
323 mostlyclean-checkPROGRAMS:
324
325 clean-checkPROGRAMS:
326         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
327
328 distclean-checkPROGRAMS:
329
330 maintainer-clean-checkPROGRAMS:
331
332 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
333         @rm -f gctest$(EXEEXT)
334         $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
335 .cc.o:
336         $(CXXCOMPILE) -c $<
337 .cc.obj:
338         $(CXXCOMPILE) -c `cygpath -w $<`
339 .cc.lo:
340         $(LTCXXCOMPILE) -c $<
341
342 tags: TAGS
343
344 ID: $(HEADERS) $(SOURCES) $(LISP)
345         list='$(SOURCES) $(HEADERS)'; \
346         unique=`for i in $$list; do echo $$i; done | \
347           awk '    { files[$$0] = 1; } \
348                END { for (i in files) print i; }'`; \
349         here=`pwd` && cd $(srcdir) \
350           && mkid -f$$here/ID $$unique $(LISP)
351
352 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
353         tags=; \
354         here=`pwd`; \
355         list='$(SOURCES) $(HEADERS)'; \
356         unique=`for i in $$list; do echo $$i; done | \
357           awk '    { files[$$0] = 1; } \
358                END { for (i in files) print i; }'`; \
359         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
360           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
361
362 mostlyclean-tags:
363
364 clean-tags:
365
366 distclean-tags:
367         -rm -f TAGS ID
368
369 maintainer-clean-tags:
370
371 distdir = $(PACKAGE)-$(VERSION)
372 top_distdir = $(distdir)
373
374 # This target untars the dist file and tries a VPATH configuration.  Then
375 # it guarantees that the distribution is self-contained by making another
376 # tarfile.
377 distcheck: dist
378         -rm -rf $(distdir)
379         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
380         mkdir $(distdir)/=build
381         mkdir $(distdir)/=inst
382         dc_install_base=`cd $(distdir)/=inst && pwd`; \
383         cd $(distdir)/=build \
384           && ../configure --srcdir=.. --prefix=$$dc_install_base \
385           && $(MAKE) $(AM_MAKEFLAGS) \
386           && $(MAKE) $(AM_MAKEFLAGS) dvi \
387           && $(MAKE) $(AM_MAKEFLAGS) check \
388           && $(MAKE) $(AM_MAKEFLAGS) install \
389           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
390           && $(MAKE) $(AM_MAKEFLAGS) dist
391         -rm -rf $(distdir)
392         @banner="$(distdir).tar.gz is ready for distribution"; \
393         dashes=`echo "$$banner" | sed s/./=/g`; \
394         echo "$$dashes"; \
395         echo "$$banner"; \
396         echo "$$dashes"
397 dist: distdir
398         -chmod -R a+r $(distdir)
399         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
400         -rm -rf $(distdir)
401 dist-all: distdir
402         -chmod -R a+r $(distdir)
403         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
404         -rm -rf $(distdir)
405 distdir: $(DISTFILES)
406         -rm -rf $(distdir)
407         mkdir $(distdir)
408         -chmod 777 $(distdir)
409         @for file in $(DISTFILES); do \
410           if test -f $$file; then d=.; else d=$(srcdir); fi; \
411           if test -d $$d/$$file; then \
412             cp -pr $$/$$file $(distdir)/$$file; \
413           else \
414             test -f $(distdir)/$$file \
415             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
416             || cp -p $$d/$$file $(distdir)/$$file || :; \
417           fi; \
418         done
419 check-TESTS: $(TESTS)
420         @failed=0; all=0; \
421         srcdir=$(srcdir); export srcdir; \
422         for tst in $(TESTS); do \
423           if test -f $$tst; then dir=.; \
424           else dir="$(srcdir)"; fi; \
425           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
426             all=`expr $$all + 1`; \
427             echo "PASS: $$tst"; \
428           elif test $$? -ne 77; then \
429             all=`expr $$all + 1`; \
430             failed=`expr $$failed + 1`; \
431             echo "FAIL: $$tst"; \
432           fi; \
433         done; \
434         if test "$$failed" -eq 0; then \
435           banner="All $$all tests passed"; \
436         else \
437           banner="$$failed of $$all tests failed"; \
438         fi; \
439         dashes=`echo "$$banner" | sed s/./=/g`; \
440         echo "$$dashes"; \
441         echo "$$banner"; \
442         echo "$$dashes"; \
443         test "$$failed" -eq 0
444 info-am:
445 info: info-am
446 dvi-am:
447 dvi: dvi-am
448 check-am: $(check_PROGRAMS)
449         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
450 check: check-am
451 installcheck-am:
452 installcheck: installcheck-am
453 install-info-am: 
454 install-info: install-info-am
455 install-exec-am: install-toolexeclibLTLIBRARIES
456 install-exec: install-exec-am
457
458 install-data-am:
459 install-data: install-data-am
460
461 install-am: all-am
462         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463 install: install-am
464 uninstall-am: uninstall-toolexeclibLTLIBRARIES
465 uninstall: uninstall-am
466 all-am: Makefile $(LTLIBRARIES)
467 all-redirect: all-am
468 install-strip:
469         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
470 installdirs:
471         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
472
473
474 mostlyclean-generic:
475
476 clean-generic:
477
478 distclean-generic:
479         -rm -f Makefile $(CONFIG_CLEAN_FILES)
480         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
481
482 maintainer-clean-generic:
483 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
484                 mostlyclean-libtool mostlyclean-checkPROGRAMS \
485                 mostlyclean-tags mostlyclean-generic
486
487 mostlyclean: mostlyclean-am
488
489 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
490                 clean-checkPROGRAMS clean-tags clean-generic \
491                 mostlyclean-am
492
493 clean: clean-am
494
495 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
496                 distclean-libtool distclean-checkPROGRAMS \
497                 distclean-tags distclean-generic clean-am
498         -rm -f libtool
499
500 distclean: distclean-am
501         -rm -f config.status
502
503 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
504                 maintainer-clean-compile maintainer-clean-libtool \
505                 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
506                 maintainer-clean-generic distclean-am
507         @echo "This command is intended for maintainers to use;"
508         @echo "it deletes files that may require special tools to rebuild."
509
510 maintainer-clean: maintainer-clean-am
511         -rm -f config.status
512
513 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
514 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
515 maintainer-clean-toolexeclibLTLIBRARIES \
516 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
517 mostlyclean-compile distclean-compile clean-compile \
518 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
519 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
520 distclean-checkPROGRAMS clean-checkPROGRAMS \
521 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
522 clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
523 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
524 install-info install-exec-am install-exec install-data-am install-data \
525 install-am install uninstall-am uninstall all-redirect all-am all \
526 installdirs mostlyclean-generic distclean-generic clean-generic \
527 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
528
529 $(all_objs) : gcconfig.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
530
531 .s.lo:
532         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
533
534 # Multilib support.
535 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
536         maintainer-clean-multi
537
538 all-am: all-multi
539 install-am: install-multi
540 mostlyclean-am: mostlyclean-multi
541 clean-am: clean-multi
542 distclean-am: distclean-multi
543 maintainer-clean-am: maintainer-clean-multi
544
545 all-multi:
546         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
547 install-multi:
548         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
549 mostlyclean-multi:
550         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
551 clean-multi:
552         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
553 distclean-multi:
554         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
555 maintainer-clean-multi:
556         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
557
558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
559 # Otherwise a system limit (for SysV at least) may be exceeded.
560 .NOEXPORT: