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