* call.c (build_over_call): Mark COMPOUND_EXPRs generated for
[official-gcc.git] / boehm-gc / Makefile.in
blobf794685d2132b193cb7ff5e4f39e72105ba96585
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 mkinstalldirs = @mkinstalldirs@
95 target_all = @target_all@
97 AUTOMAKE_OPTIONS = cygnus
99 # Multilib support variables.
100 MULTISRCTOP =
101 MULTIBUILDTOP =
102 MULTIDIRS =
103 MULTISUBDIR =
104 MULTIDO = true
105 MULTICLEAN = true
106 @USE_LIBDIR_TRUE@toolexeclibdir = \
107 @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
108 @USE_LIBDIR_FALSE@toolexeclibdir = \
109 @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
110 @USE_LIBDIR_FALSE@toolexecdir = \
111 @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
113 toolexeclib_LTLIBRARIES = $(target_all)
114 EXTRA_LTLIBRARIES = libgcjgc.la
115 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c \
116 gcconfig.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \
117 gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h gcj_mlc.c headers.c \
118 hpux_irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c \
119 misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \
120 real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c \
121 solaris_threads.h stubborn.c typd_mlc.c version.h weakpointer.h
124 # Include THREADLIBS here to ensure that the correct versions of
125 # linuxthread semaphore functions get linked:
126 libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
127 libgcjgc_la_DEPENDENCIES = @addobjs@
128 libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
130 EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
131 mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \
132 sparc_sunos4_mach_dep.s mach_dep.c ecos.cc
135 AM_CXXFLAGS = @BOEHM_GC_CFLAGS@
137 AM_CFLAGS = @BOEHM_GC_CFLAGS@
139 check_PROGRAMS = gctest
140 gctest_SOURCES = test.c
141 gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
142 gctest_LDFLAGS = -shared-libgcc
143 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
144 TESTS = gctest
146 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
148 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
149 $(AM_CPPFLAGS) $(CPPFLAGS) \
150 $(AM_CFLAGS) $(MY_CFLAGS) $(BOEHM_GC_CFLAGS)
152 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
154 # Work around what appears to be a GNU make bug handling MAKEFLAGS
155 # values defined in terms of make variables, as is the case for CC and
156 # friends when we are called from the top level Makefile.
157 AM_MAKEFLAGS = \
158 "AR_FLAGS=$(AR_FLAGS)" \
159 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
160 "CFLAGS=$(CFLAGS)" \
161 "CXXFLAGS=$(CXXFLAGS)" \
162 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
163 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
164 "INSTALL=$(INSTALL)" \
165 "INSTALL_DATA=$(INSTALL_DATA)" \
166 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
167 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
168 "LDFLAGS=$(LDFLAGS)" \
169 "LIBCFLAGS=$(LIBCFLAGS)" \
170 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
171 "MAKE=$(MAKE)" \
172 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
173 "PICFLAG=$(PICFLAG)" \
174 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
175 "SHELL=$(SHELL)" \
176 "EXPECT=$(EXPECT)" \
177 "RUNTEST=$(RUNTEST)" \
178 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
179 "exec_prefix=$(exec_prefix)" \
180 "infodir=$(infodir)" \
181 "libdir=$(libdir)" \
182 "prefix=$(prefix)" \
183 "tooldir=$(tooldir)" \
184 "AR=$(AR)" \
185 "AS=$(AS)" \
186 "CC=$(CC)" \
187 "CXX=$(CXX)" \
188 "LD=$(LD)" \
189 "LIBCFLAGS=$(LIBCFLAGS)" \
190 "NM=$(NM)" \
191 "PICFLAG=$(PICFLAG)" \
192 "RANLIB=$(RANLIB)" \
193 "DESTDIR=$(DESTDIR)"
196 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
198 MAKEOVERRIDES =
199 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
200 CONFIG_CLEAN_FILES =
201 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
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
229 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
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)
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
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243 cd $(top_builddir) \
244 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
246 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
247 cd $(srcdir) && $(ACLOCAL)
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)
254 mostlyclean-toolexeclibLTLIBRARIES:
256 clean-toolexeclibLTLIBRARIES:
257 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
259 distclean-toolexeclibLTLIBRARIES:
261 maintainer-clean-toolexeclibLTLIBRARIES:
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
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
279 .c.o:
280 $(COMPILE) -c $<
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 $<`
287 .s.o:
288 $(COMPILE) -c $<
290 .S.o:
291 $(COMPILE) -c $<
293 mostlyclean-compile:
294 -rm -f *.o core *.core
295 -rm -f *.$(OBJEXT)
297 clean-compile:
299 distclean-compile:
300 -rm -f *.tab.c
302 maintainer-clean-compile:
304 .c.lo:
305 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
307 .S.lo:
308 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
310 mostlyclean-libtool:
311 -rm -f *.lo
313 clean-libtool:
314 -rm -rf .libs _libs
316 distclean-libtool:
318 maintainer-clean-libtool:
320 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
321 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
323 mostlyclean-checkPROGRAMS:
325 clean-checkPROGRAMS:
326 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
328 distclean-checkPROGRAMS:
330 maintainer-clean-checkPROGRAMS:
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 $<
342 tags: TAGS
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)
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)
362 mostlyclean-tags:
364 clean-tags:
366 distclean-tags:
367 -rm -f TAGS ID
369 maintainer-clean-tags:
371 distdir = $(PACKAGE)-$(VERSION)
372 top_distdir = $(distdir)
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
458 install-data-am:
459 install-data: install-data-am
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)
474 mostlyclean-generic:
476 clean-generic:
478 distclean-generic:
479 -rm -f Makefile $(CONFIG_CLEAN_FILES)
480 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
482 maintainer-clean-generic:
483 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
484 mostlyclean-libtool mostlyclean-checkPROGRAMS \
485 mostlyclean-tags mostlyclean-generic
487 mostlyclean: mostlyclean-am
489 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
490 clean-checkPROGRAMS clean-tags clean-generic \
491 mostlyclean-am
493 clean: clean-am
495 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
496 distclean-libtool distclean-checkPROGRAMS \
497 distclean-tags distclean-generic clean-am
498 -rm -f libtool
500 distclean: distclean-am
501 -rm -f config.status
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."
510 maintainer-clean: maintainer-clean-am
511 -rm -f config.status
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
529 $(all_objs) : gcconfig.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
531 .s.lo:
532 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
534 # Multilib support.
535 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
536 maintainer-clean-multi
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
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
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: