OSDN Git Service

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