Add missing PR tag for previous commit.
[official-gcc.git] / boehm-gc / Makefile.in
blobf56e6804066faae6e34a40bade77691466e0ce45
1 # Makefile.in generated automatically by automake 1.4-p4 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 CC = @CC@
69 CPP = @CPP@
70 CXX = @CXX@
71 CXXCPP = @CXXCPP@
72 CXXINCLUDES = @CXXINCLUDES@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 GC_CFLAGS = @GC_CFLAGS@
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 gc_basedir = @gc_basedir@
94 mkinstalldirs = @mkinstalldirs@
95 target_all = @target_all@
97 AUTOMAKE_OPTIONS = cygnus
99 SUBDIRS = include
101 # Multilib support variables.
102 MULTISRCTOP =
103 MULTIBUILDTOP =
104 MULTIDIRS =
105 MULTISUBDIR =
106 MULTIDO = true
107 MULTICLEAN = true
108 @USE_LIBDIR_TRUE@toolexeclibdir = $(libdir)$(MULTISUBDIR)
109 @USE_LIBDIR_FALSE@toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
110 @USE_LIBDIR_FALSE@toolexecdir = $(exec_prefix)/$(target_alias)
112 toolexeclib_LTLIBRARIES = $(target_all)
113 EXTRA_LTLIBRARIES = libgcjgc.la
114 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c backgraph.c win32_threads.c
117 # Include THREADLIBS here to ensure that the correct versions of
118 # linuxthread semaphore functions get linked:
119 libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
120 libgcjgc_la_DEPENDENCIES = @addobjs@
121 libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
123 EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
126 AM_CXXFLAGS = @GC_CFLAGS@
128 AM_CFLAGS = @GC_CFLAGS@
130 check_PROGRAMS = gctest
131 # Using $< in the above seems to fail with the HP/UX on Itanium make.
133 gctest_OBJECTS = test.o
134 gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
135 gctest_LDFLAGS = -shared-libgcc
136 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
137 TESTS = gctest
139 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
141 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
143 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
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 = "AR_FLAGS=$(AR_FLAGS)" "CC_FOR_BUILD=$(CC_FOR_BUILD)" "CFLAGS=$(CFLAGS)" "CXXFLAGS=$(CXXFLAGS)" "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" "INSTALL=$(INSTALL)" "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" "LDFLAGS=$(LDFLAGS)" "LIBCFLAGS=$(LIBCFLAGS)" "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" "MAKE=$(MAKE)" "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" "PICFLAG=$(PICFLAG)" "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" "SHELL=$(SHELL)" "EXPECT=$(EXPECT)" "RUNTEST=$(RUNTEST)" "RUNTESTFLAGS=$(RUNTESTFLAGS)" "exec_prefix=$(exec_prefix)" "infodir=$(infodir)" "libdir=$(libdir)" "prefix=$(prefix)" "tooldir=$(tooldir)" "AR=$(AR)" "AS=$(AS)" "CC=$(CC)" "CXX=$(CXX)" "LD=$(LD)" "LIBCFLAGS=$(LIBCFLAGS)" "NM=$(NM)" "PICFLAG=$(PICFLAG)" "RANLIB=$(RANLIB)" "DESTDIR=$(DESTDIR)"
151 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
153 MAKEOVERRIDES =
154 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
155 CONFIG_CLEAN_FILES =
156 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
159 DEFS = @DEFS@ -I. -I$(srcdir)
160 CPPFLAGS = @CPPFLAGS@
161 LDFLAGS = @LDFLAGS@
162 LIBS = @LIBS@
163 libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
164 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
165 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
166 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
167 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
168 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
169 win32_threads.lo
170 check_PROGRAMS = gctest$(EXEEXT)
171 gctest_DEPENDENCIES = ./libgcjgc.la
172 CFLAGS = @CFLAGS@
173 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174 CCLD = $(CC)
175 DIST_COMMON = ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
176 config.guess config.sub configure configure.in install-sh ltconfig \
177 ltmain.sh mkinstalldirs
180 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
182 TAR = tar
183 GZIP_ENV = --best
184 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES)
185 OBJECTS = $(libgcjgc_la_OBJECTS)
187 all: all-redirect
188 .SUFFIXES:
189 .SUFFIXES: .S .c .lo .o .obj .s
190 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
191 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
193 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
194 cd $(top_builddir) \
195 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
197 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
198 cd $(srcdir) && $(ACLOCAL)
200 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
201 $(SHELL) ./config.status --recheck
202 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
203 cd $(srcdir) && $(AUTOCONF)
205 mostlyclean-toolexeclibLTLIBRARIES:
207 clean-toolexeclibLTLIBRARIES:
208 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
210 distclean-toolexeclibLTLIBRARIES:
212 maintainer-clean-toolexeclibLTLIBRARIES:
214 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
215 @$(NORMAL_INSTALL)
216 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
217 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
218 if test -f $$p; then \
219 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
220 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
221 else :; fi; \
222 done
224 uninstall-toolexeclibLTLIBRARIES:
225 @$(NORMAL_UNINSTALL)
226 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
227 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
228 done
230 .c.o:
231 $(COMPILE) -c $<
233 # FIXME: We should only use cygpath when building on Windows,
234 # and only if it is available.
235 .c.obj:
236 $(COMPILE) -c `cygpath -w $<`
238 .s.o:
239 $(COMPILE) -c $<
241 .S.o:
242 $(COMPILE) -c $<
244 mostlyclean-compile:
245 -rm -f *.o core *.core
246 -rm -f *.$(OBJEXT)
248 clean-compile:
250 distclean-compile:
251 -rm -f *.tab.c
253 maintainer-clean-compile:
255 .c.lo:
256 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
258 .S.lo:
259 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
261 mostlyclean-libtool:
262 -rm -f *.lo
264 clean-libtool:
265 -rm -rf .libs _libs
267 distclean-libtool:
269 maintainer-clean-libtool:
271 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
272 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
274 mostlyclean-checkPROGRAMS:
276 clean-checkPROGRAMS:
277 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
279 distclean-checkPROGRAMS:
281 maintainer-clean-checkPROGRAMS:
283 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
284 @rm -f gctest$(EXEEXT)
285 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
287 # This directory's subdirectories are mostly independent; you can cd
288 # into them and run `make' without going through this Makefile.
289 # To change the values of `make' variables: instead of editing Makefiles,
290 # (1) if the variable is set in `config.status', edit `config.status'
291 # (which will cause the Makefiles to be regenerated when you run `make');
292 # (2) otherwise, pass the desired values on the `make' command line.
294 @SET_MAKE@
296 all-recursive install-data-recursive install-exec-recursive \
297 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
298 check-recursive installcheck-recursive info-recursive dvi-recursive:
299 @set fnord $(MAKEFLAGS); amf=$$2; \
300 dot_seen=no; \
301 target=`echo $@ | sed s/-recursive//`; \
302 list='$(SUBDIRS)'; for subdir in $$list; do \
303 echo "Making $$target in $$subdir"; \
304 if test "$$subdir" = "."; then \
305 dot_seen=yes; \
306 local_target="$$target-am"; \
307 else \
308 local_target="$$target"; \
309 fi; \
310 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
311 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
312 done; \
313 if test "$$dot_seen" = "no"; then \
314 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
315 fi; test -z "$$fail"
317 mostlyclean-recursive clean-recursive distclean-recursive \
318 maintainer-clean-recursive:
319 @set fnord $(MAKEFLAGS); amf=$$2; \
320 dot_seen=no; \
321 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
322 rev="$$subdir $$rev"; \
323 test "$$subdir" = "." && dot_seen=yes; \
324 done; \
325 test "$$dot_seen" = "no" && rev=". $$rev"; \
326 target=`echo $@ | sed s/-recursive//`; \
327 for subdir in $$rev; do \
328 echo "Making $$target in $$subdir"; \
329 if test "$$subdir" = "."; then \
330 local_target="$$target-am"; \
331 else \
332 local_target="$$target"; \
333 fi; \
334 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
336 done && test -z "$$fail"
337 tags-recursive:
338 list='$(SUBDIRS)'; for subdir in $$list; do \
339 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
340 done
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: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
353 tags=; \
354 here=`pwd`; \
355 list='$(SUBDIRS)'; for subdir in $$list; do \
356 if test "$$subdir" = .; then :; else \
357 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
358 fi; \
359 done; \
360 list='$(SOURCES) $(HEADERS)'; \
361 unique=`for i in $$list; do echo $$i; done | \
362 awk ' { files[$$0] = 1; } \
363 END { for (i in files) print i; }'`; \
364 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
365 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
367 mostlyclean-tags:
369 clean-tags:
371 distclean-tags:
372 -rm -f TAGS ID
374 maintainer-clean-tags:
376 distdir = $(PACKAGE)-$(VERSION)
377 top_distdir = $(distdir)
379 # This target untars the dist file and tries a VPATH configuration. Then
380 # it guarantees that the distribution is self-contained by making another
381 # tarfile.
382 distcheck: dist
383 -rm -rf $(distdir)
384 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
385 mkdir $(distdir)/=build
386 mkdir $(distdir)/=inst
387 dc_install_base=`cd $(distdir)/=inst && pwd`; \
388 cd $(distdir)/=build \
389 && ../configure --srcdir=.. --prefix=$$dc_install_base \
390 && $(MAKE) $(AM_MAKEFLAGS) \
391 && $(MAKE) $(AM_MAKEFLAGS) dvi \
392 && $(MAKE) $(AM_MAKEFLAGS) check \
393 && $(MAKE) $(AM_MAKEFLAGS) install \
394 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
395 && $(MAKE) $(AM_MAKEFLAGS) dist
396 -rm -rf $(distdir)
397 @banner="$(distdir).tar.gz is ready for distribution"; \
398 dashes=`echo "$$banner" | sed s/./=/g`; \
399 echo "$$dashes"; \
400 echo "$$banner"; \
401 echo "$$dashes"
402 dist: distdir
403 -chmod -R a+r $(distdir)
404 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
405 -rm -rf $(distdir)
406 dist-all: distdir
407 -chmod -R a+r $(distdir)
408 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
409 -rm -rf $(distdir)
410 distdir: $(DISTFILES)
411 -rm -rf $(distdir)
412 mkdir $(distdir)
413 -chmod 777 $(distdir)
414 @for file in $(DISTFILES); do \
415 if test -f $$file; then d=.; else d=$(srcdir); fi; \
416 if test -d $$d/$$file; then \
417 cp -pr $$d/$$file $(distdir)/$$file; \
418 else \
419 test -f $(distdir)/$$file \
420 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
421 || cp -p $$d/$$file $(distdir)/$$file || :; \
422 fi; \
423 done
424 for subdir in $(SUBDIRS); do \
425 if test "$$subdir" = .; then :; else \
426 test -d $(distdir)/$$subdir \
427 || mkdir $(distdir)/$$subdir \
428 || exit 1; \
429 chmod 777 $(distdir)/$$subdir; \
430 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
431 || exit 1; \
432 fi; \
433 done
434 check-TESTS: $(TESTS)
435 @failed=0; all=0; \
436 srcdir=$(srcdir); export srcdir; \
437 for tst in $(TESTS); do \
438 if test -f $$tst; then dir=.; \
439 else dir="$(srcdir)"; fi; \
440 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
441 all=`expr $$all + 1`; \
442 echo "PASS: $$tst"; \
443 elif test $$? -ne 77; then \
444 all=`expr $$all + 1`; \
445 failed=`expr $$failed + 1`; \
446 echo "FAIL: $$tst"; \
447 fi; \
448 done; \
449 if test "$$failed" -eq 0; then \
450 banner="All $$all tests passed"; \
451 else \
452 banner="$$failed of $$all tests failed"; \
453 fi; \
454 dashes=`echo "$$banner" | sed s/./=/g`; \
455 echo "$$dashes"; \
456 echo "$$banner"; \
457 echo "$$dashes"; \
458 test "$$failed" -eq 0
459 info-am:
460 info: info-recursive
461 dvi-am:
462 dvi: dvi-recursive
463 check-am: $(check_PROGRAMS)
464 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
465 check: check-recursive
466 installcheck-am:
467 installcheck: installcheck-recursive
468 install-info-am:
469 install-info: install-info-recursive
470 install-exec-am: install-toolexeclibLTLIBRARIES
471 install-exec: install-exec-recursive
473 install-data-am:
474 install-data: install-data-recursive
476 install-am: all-am
477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478 install: install-recursive
479 uninstall-am: uninstall-toolexeclibLTLIBRARIES
480 uninstall: uninstall-recursive
481 all-am: Makefile $(LTLIBRARIES)
482 all-redirect: all-recursive
483 install-strip:
484 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
485 installdirs: installdirs-recursive
486 installdirs-am:
487 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
490 mostlyclean-generic:
492 clean-generic:
494 distclean-generic:
495 -rm -f Makefile $(CONFIG_CLEAN_FILES)
496 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
498 maintainer-clean-generic:
499 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
500 mostlyclean-libtool mostlyclean-checkPROGRAMS \
501 mostlyclean-tags mostlyclean-generic
503 mostlyclean: mostlyclean-recursive
505 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
506 clean-checkPROGRAMS clean-tags clean-generic \
507 mostlyclean-am
509 clean: clean-recursive
511 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
512 distclean-libtool distclean-checkPROGRAMS \
513 distclean-tags distclean-generic clean-am
514 -rm -f libtool
516 distclean: distclean-recursive
517 -rm -f config.status
519 maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
520 maintainer-clean-compile maintainer-clean-libtool \
521 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
522 maintainer-clean-generic distclean-am
523 @echo "This command is intended for maintainers to use;"
524 @echo "it deletes files that may require special tools to rebuild."
526 maintainer-clean: maintainer-clean-recursive
527 -rm -f config.status
529 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
530 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
531 maintainer-clean-toolexeclibLTLIBRARIES \
532 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
533 mostlyclean-compile distclean-compile clean-compile \
534 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
535 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
536 distclean-checkPROGRAMS clean-checkPROGRAMS \
537 maintainer-clean-checkPROGRAMS install-data-recursive \
538 uninstall-data-recursive install-exec-recursive \
539 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
540 all-recursive check-recursive installcheck-recursive info-recursive \
541 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
542 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
543 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
544 info-am info dvi-am dvi check check-am installcheck-am installcheck \
545 install-info-am install-info install-exec-am install-exec \
546 install-data-am install-data install-am install uninstall-am uninstall \
547 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
548 distclean-generic clean-generic maintainer-clean-generic clean \
549 mostlyclean distclean maintainer-clean
551 # The following hack produces a warning from automake, but we need it in order
552 # to build a file from a subdirectory. FIXME.
553 test.o: tests/test.c
554 $(COMPILE) -c $(srcdir)/tests/test.c
555 $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
556 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
558 .s.lo:
559 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
561 # Multilib support.
562 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
563 maintainer-clean-multi
565 all-am: all-multi
566 install-am: install-multi
567 mostlyclean-am: mostlyclean-multi
568 clean-am: clean-multi
569 distclean-am: distclean-multi
570 maintainer-clean-am: maintainer-clean-multi
572 all-multi:
573 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
574 install-multi:
575 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
576 mostlyclean-multi:
577 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
578 clean-multi:
579 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
580 distclean-multi:
581 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
582 maintainer-clean-multi:
583 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
585 # Tell versions [3.59,3.63) of GNU make to not export all variables.
586 # Otherwise a system limit (for SysV at least) may be exceeded.
587 .NOEXPORT: