Daily bump.
[official-gcc.git] / boehm-gc / Makefile.in
blobe40c9f78dc98a14c9dc3ffa948d0b209b028844e
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 = @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
109 @USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
110 @USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
112 noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
114 GC_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
115 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \
116 linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
117 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
118 solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
119 backgraph.c win32_threads.c
122 EXTRA_GC_SOURCES = alpha_mach_dep.s \
123 mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
124 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
125 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
128 libgcjgc_la_SOURCES = $(GC_SOURCES)
129 libgcjgc_convenience_la_SOURCES = $(GC_SOURCES)
130 EXTRA_libgcjgc_la_SOURCES = $(EXTRA_GC_SOURCES)
131 EXTRA_libgcjgc_convenience_la_SOURCES = $(EXTRA_GC_SOURCES)
133 # Include THREADLIBS here to ensure that the correct versions of
134 # linuxthread semaphore functions get linked:
135 libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
136 libgcjgc_la_DEPENDENCIES = @addobjs@
137 libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
139 libgcjgc_convenience_la_LIBADD = @addobjs@
140 libgcjgc_convenience_la_DEPENDENCIES = @addobjs@
142 AM_CXXFLAGS = @GC_CFLAGS@
144 AM_CFLAGS = @GC_CFLAGS@
146 check_PROGRAMS = gctest
147 # Using $< in the above seems to fail with the HP/UX on Itanium make.
149 gctest_OBJECTS = test.o
150 gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
151 gctest_LDFLAGS = -shared-libgcc
152 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
153 TESTS = gctest
155 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
157 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
158 $(AM_CPPFLAGS) $(CPPFLAGS) \
159 $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
161 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
163 # Work around what appears to be a GNU make bug handling MAKEFLAGS
164 # values defined in terms of make variables, as is the case for CC and
165 # friends when we are called from the top level Makefile.
166 AM_MAKEFLAGS = \
167 "AR_FLAGS=$(AR_FLAGS)" \
168 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
169 "CFLAGS=$(CFLAGS)" \
170 "CXXFLAGS=$(CXXFLAGS)" \
171 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
172 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
173 "INSTALL=$(INSTALL)" \
174 "INSTALL_DATA=$(INSTALL_DATA)" \
175 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
176 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
177 "LDFLAGS=$(LDFLAGS)" \
178 "LIBCFLAGS=$(LIBCFLAGS)" \
179 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
180 "MAKE=$(MAKE)" \
181 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
182 "PICFLAG=$(PICFLAG)" \
183 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
184 "SHELL=$(SHELL)" \
185 "EXPECT=$(EXPECT)" \
186 "RUNTEST=$(RUNTEST)" \
187 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
188 "exec_prefix=$(exec_prefix)" \
189 "includedir=$(includedir)" \
190 "infodir=$(infodir)" \
191 "libdir=$(libdir)" \
192 "prefix=$(prefix)" \
193 "tooldir=$(tooldir)" \
194 "AR=$(AR)" \
195 "AS=$(AS)" \
196 "CC=$(CC)" \
197 "CXX=$(CXX)" \
198 "LD=$(LD)" \
199 "LIBCFLAGS=$(LIBCFLAGS)" \
200 "NM=$(NM)" \
201 "PICFLAG=$(PICFLAG)" \
202 "RANLIB=$(RANLIB)" \
203 "DESTDIR=$(DESTDIR)"
206 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
208 MAKEOVERRIDES =
209 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
210 CONFIG_CLEAN_FILES =
211 LTLIBRARIES = $(noinst_LTLIBRARIES)
214 DEFS = @DEFS@ -I. -I$(srcdir)
215 CPPFLAGS = @CPPFLAGS@
216 LDFLAGS = @LDFLAGS@
217 LIBS = @LIBS@
218 libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
219 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
220 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
221 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
222 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
223 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
224 win32_threads.lo
225 libgcjgc_convenience_la_LDFLAGS =
226 libgcjgc_convenience_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo \
227 checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
228 headers.lo irix_threads.lo linux_threads.lo malloc.lo mallocx.lo \
229 mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
230 pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
231 solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo \
232 typd_mlc.lo backgraph.lo win32_threads.lo
233 check_PROGRAMS = gctest$(EXEEXT)
234 gctest_DEPENDENCIES = ./libgcjgc.la
235 CFLAGS = @CFLAGS@
236 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
237 CCLD = $(CC)
238 DIST_COMMON = ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
239 config.guess config.sub configure configure.in install-sh ltconfig \
240 ltmain.sh mkinstalldirs
243 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
245 TAR = gtar
246 GZIP_ENV = --best
247 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) $(EXTRA_libgcjgc_convenience_la_SOURCES)
248 OBJECTS = $(libgcjgc_la_OBJECTS) $(libgcjgc_convenience_la_OBJECTS)
250 all: all-redirect
251 .SUFFIXES:
252 .SUFFIXES: .S .c .lo .o .obj .s
253 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
254 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257 cd $(top_builddir) \
258 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
260 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
261 cd $(srcdir) && $(ACLOCAL)
263 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264 $(SHELL) ./config.status --recheck
265 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
266 cd $(srcdir) && $(AUTOCONF)
268 mostlyclean-noinstLTLIBRARIES:
270 clean-noinstLTLIBRARIES:
271 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
273 distclean-noinstLTLIBRARIES:
275 maintainer-clean-noinstLTLIBRARIES:
277 .c.o:
278 $(COMPILE) -c $<
280 # FIXME: We should only use cygpath when building on Windows,
281 # and only if it is available.
282 .c.obj:
283 $(COMPILE) -c `cygpath -w $<`
285 .s.o:
286 $(COMPILE) -c $<
288 .S.o:
289 $(COMPILE) -c $<
291 mostlyclean-compile:
292 -rm -f *.o core *.core
293 -rm -f *.$(OBJEXT)
295 clean-compile:
297 distclean-compile:
298 -rm -f *.tab.c
300 maintainer-clean-compile:
302 .c.lo:
303 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
305 .S.lo:
306 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
308 mostlyclean-libtool:
309 -rm -f *.lo
311 clean-libtool:
312 -rm -rf .libs _libs
314 distclean-libtool:
316 maintainer-clean-libtool:
318 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
319 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
321 libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES)
322 $(LINK) $(libgcjgc_convenience_la_LDFLAGS) $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
324 mostlyclean-checkPROGRAMS:
326 clean-checkPROGRAMS:
327 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
329 distclean-checkPROGRAMS:
331 maintainer-clean-checkPROGRAMS:
333 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
334 @rm -f gctest$(EXEEXT)
335 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
337 # This directory's subdirectories are mostly independent; you can cd
338 # into them and run `make' without going through this Makefile.
339 # To change the values of `make' variables: instead of editing Makefiles,
340 # (1) if the variable is set in `config.status', edit `config.status'
341 # (which will cause the Makefiles to be regenerated when you run `make');
342 # (2) otherwise, pass the desired values on the `make' command line.
344 @SET_MAKE@
346 all-recursive install-data-recursive install-exec-recursive \
347 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
348 check-recursive installcheck-recursive info-recursive dvi-recursive:
349 @set fnord $(MAKEFLAGS); amf=$$2; \
350 dot_seen=no; \
351 target=`echo $@ | sed s/-recursive//`; \
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 echo "Making $$target in $$subdir"; \
354 if test "$$subdir" = "."; then \
355 dot_seen=yes; \
356 local_target="$$target-am"; \
357 else \
358 local_target="$$target"; \
359 fi; \
360 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
362 done; \
363 if test "$$dot_seen" = "no"; then \
364 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365 fi; test -z "$$fail"
367 mostlyclean-recursive clean-recursive distclean-recursive \
368 maintainer-clean-recursive:
369 @set fnord $(MAKEFLAGS); amf=$$2; \
370 dot_seen=no; \
371 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
372 rev="$$subdir $$rev"; \
373 test "$$subdir" != "." || dot_seen=yes; \
374 done; \
375 test "$$dot_seen" = "no" && rev=". $$rev"; \
376 target=`echo $@ | sed s/-recursive//`; \
377 for subdir in $$rev; do \
378 echo "Making $$target in $$subdir"; \
379 if test "$$subdir" = "."; then \
380 local_target="$$target-am"; \
381 else \
382 local_target="$$target"; \
383 fi; \
384 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
386 done && test -z "$$fail"
387 tags-recursive:
388 list='$(SUBDIRS)'; for subdir in $$list; do \
389 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
390 done
392 tags: TAGS
394 ID: $(HEADERS) $(SOURCES) $(LISP)
395 list='$(SOURCES) $(HEADERS)'; \
396 unique=`for i in $$list; do echo $$i; done | \
397 awk ' { files[$$0] = 1; } \
398 END { for (i in files) print i; }'`; \
399 here=`pwd` && cd $(srcdir) \
400 && mkid -f$$here/ID $$unique $(LISP)
402 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
403 tags=; \
404 here=`pwd`; \
405 list='$(SUBDIRS)'; for subdir in $$list; do \
406 if test "$$subdir" = .; then :; else \
407 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
408 fi; \
409 done; \
410 list='$(SOURCES) $(HEADERS)'; \
411 unique=`for i in $$list; do echo $$i; done | \
412 awk ' { files[$$0] = 1; } \
413 END { for (i in files) print i; }'`; \
414 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
415 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
417 mostlyclean-tags:
419 clean-tags:
421 distclean-tags:
422 -rm -f TAGS ID
424 maintainer-clean-tags:
426 distdir = $(PACKAGE)-$(VERSION)
427 top_distdir = $(distdir)
429 # This target untars the dist file and tries a VPATH configuration. Then
430 # it guarantees that the distribution is self-contained by making another
431 # tarfile.
432 distcheck: dist
433 -rm -rf $(distdir)
434 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
435 mkdir $(distdir)/=build
436 mkdir $(distdir)/=inst
437 dc_install_base=`cd $(distdir)/=inst && pwd`; \
438 cd $(distdir)/=build \
439 && ../configure --srcdir=.. --prefix=$$dc_install_base \
440 && $(MAKE) $(AM_MAKEFLAGS) \
441 && $(MAKE) $(AM_MAKEFLAGS) dvi \
442 && $(MAKE) $(AM_MAKEFLAGS) check \
443 && $(MAKE) $(AM_MAKEFLAGS) install \
444 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
445 && $(MAKE) $(AM_MAKEFLAGS) dist
446 -rm -rf $(distdir)
447 @banner="$(distdir).tar.gz is ready for distribution"; \
448 dashes=`echo "$$banner" | sed s/./=/g`; \
449 echo "$$dashes"; \
450 echo "$$banner"; \
451 echo "$$dashes"
452 dist: distdir
453 -chmod -R a+r $(distdir)
454 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
455 -rm -rf $(distdir)
456 dist-all: distdir
457 -chmod -R a+r $(distdir)
458 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
459 -rm -rf $(distdir)
460 distdir: $(DISTFILES)
461 -rm -rf $(distdir)
462 mkdir $(distdir)
463 -chmod 777 $(distdir)
464 @for file in $(DISTFILES); do \
465 if test -f $$file; then d=.; else d=$(srcdir); fi; \
466 if test -d $$d/$$file; then \
467 cp -pr $$d/$$file $(distdir)/$$file; \
468 else \
469 test -f $(distdir)/$$file \
470 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
471 || cp -p $$d/$$file $(distdir)/$$file || :; \
472 fi; \
473 done
474 for subdir in $(SUBDIRS); do \
475 if test "$$subdir" = .; then :; else \
476 test -d $(distdir)/$$subdir \
477 || mkdir $(distdir)/$$subdir \
478 || exit 1; \
479 chmod 777 $(distdir)/$$subdir; \
480 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
481 || exit 1; \
482 fi; \
483 done
484 check-TESTS: $(TESTS)
485 @failed=0; all=0; \
486 srcdir=$(srcdir); export srcdir; \
487 for tst in $(TESTS); do \
488 if test -f $$tst; then dir=.; \
489 else dir="$(srcdir)"; fi; \
490 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
491 all=`expr $$all + 1`; \
492 echo "PASS: $$tst"; \
493 elif test $$? -ne 77; then \
494 all=`expr $$all + 1`; \
495 failed=`expr $$failed + 1`; \
496 echo "FAIL: $$tst"; \
497 fi; \
498 done; \
499 if test "$$failed" -eq 0; then \
500 banner="All $$all tests passed"; \
501 else \
502 banner="$$failed of $$all tests failed"; \
503 fi; \
504 dashes=`echo "$$banner" | sed s/./=/g`; \
505 echo "$$dashes"; \
506 echo "$$banner"; \
507 echo "$$dashes"; \
508 test "$$failed" -eq 0
509 info-am:
510 info: info-recursive
511 dvi-am:
512 dvi: dvi-recursive
513 check-am: $(check_PROGRAMS)
514 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
515 check: check-recursive
516 installcheck-am:
517 installcheck: installcheck-recursive
518 install-info-am:
519 install-info: install-info-recursive
520 install-exec-am:
521 install-exec: install-exec-recursive
523 install-data-am:
524 install-data: install-data-recursive
526 install-am: all-am
527 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528 install: install-recursive
529 uninstall-am:
530 uninstall: uninstall-recursive
531 all-am: Makefile $(LTLIBRARIES)
532 all-redirect: all-recursive
533 install-strip:
534 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
535 installdirs: installdirs-recursive
536 installdirs-am:
539 mostlyclean-generic:
541 clean-generic:
543 distclean-generic:
544 -rm -f Makefile $(CONFIG_CLEAN_FILES)
545 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
547 maintainer-clean-generic:
548 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
549 mostlyclean-libtool mostlyclean-checkPROGRAMS \
550 mostlyclean-tags mostlyclean-generic
552 mostlyclean: mostlyclean-recursive
554 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
555 clean-checkPROGRAMS clean-tags clean-generic \
556 mostlyclean-am
558 clean: clean-recursive
560 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
561 distclean-libtool distclean-checkPROGRAMS \
562 distclean-tags distclean-generic clean-am
563 -rm -f libtool
565 distclean: distclean-recursive
566 -rm -f config.status
568 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
569 maintainer-clean-compile maintainer-clean-libtool \
570 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
571 maintainer-clean-generic distclean-am
572 @echo "This command is intended for maintainers to use;"
573 @echo "it deletes files that may require special tools to rebuild."
575 maintainer-clean: maintainer-clean-recursive
576 -rm -f config.status
578 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
579 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
580 mostlyclean-compile distclean-compile clean-compile \
581 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
582 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
583 distclean-checkPROGRAMS clean-checkPROGRAMS \
584 maintainer-clean-checkPROGRAMS install-data-recursive \
585 uninstall-data-recursive install-exec-recursive \
586 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
587 all-recursive check-recursive installcheck-recursive info-recursive \
588 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
589 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
590 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
591 info-am info dvi-am dvi check check-am installcheck-am installcheck \
592 install-info-am install-info install-exec-am install-exec \
593 install-data-am install-data install-am install uninstall-am uninstall \
594 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
595 distclean-generic clean-generic maintainer-clean-generic clean \
596 mostlyclean distclean maintainer-clean
598 # The following hack produces a warning from automake, but we need it in order
599 # to build a file from a subdirectory. FIXME.
600 test.o: tests/test.c
601 $(COMPILE) -c $(srcdir)/tests/test.c
602 $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
603 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
605 .s.lo:
606 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
608 # Multilib support.
609 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
610 maintainer-clean-multi
612 all-am: all-multi
613 install-am: install-multi
614 mostlyclean-am: mostlyclean-multi
615 clean-am: clean-multi
616 distclean-am: distclean-multi
617 maintainer-clean-am: maintainer-clean-multi
619 all-multi:
620 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
621 install-multi:
622 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
623 mostlyclean-multi:
624 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
625 clean-multi:
626 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
627 distclean-multi:
628 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
629 maintainer-clean-multi:
630 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
632 # Tell versions [3.59,3.63) of GNU make to not export all variables.
633 # Otherwise a system limit (for SysV at least) may be exceeded.
634 .NOEXPORT: