OSDN Git Service

2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl>
[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
97 AUTOMAKE_OPTIONS = cygnus
98
99 SUBDIRS = include
100
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)
111
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
115
116
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)
122
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
124
125
126 AM_CXXFLAGS = @GC_CFLAGS@
127
128 AM_CFLAGS = @GC_CFLAGS@
129
130 check_PROGRAMS = gctest
131 #       Using $< in the above seems to fail with the HP/UX on Itanium make.
132
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
138
139 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
140
141 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES)         $(AM_CPPFLAGS) $(CPPFLAGS)      $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS) 
142
143 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
144
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)"
149
150
151 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
152
153 MAKEOVERRIDES = 
154 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
155 CONFIG_CLEAN_FILES = 
156 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
157
158
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
169 check_PROGRAMS =  gctest$(EXEEXT)
170 gctest_DEPENDENCIES =  ./libgcjgc.la
171 CFLAGS = @CFLAGS@
172 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 CCLD = $(CC)
174 DIST_COMMON =  ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
175 config.guess config.sub configure configure.in install-sh ltconfig \
176 ltmain.sh mkinstalldirs
177
178
179 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
180
181 TAR = gtar
182 GZIP_ENV = --best
183 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES)
184 OBJECTS = $(libgcjgc_la_OBJECTS)
185
186 all: all-redirect
187 .SUFFIXES:
188 .SUFFIXES: .S .c .lo .o .obj .s
189 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
190         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
191
192 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
193         cd $(top_builddir) \
194           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
195
196 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
197         cd $(srcdir) && $(ACLOCAL)
198
199 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
200         $(SHELL) ./config.status --recheck
201 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
202         cd $(srcdir) && $(AUTOCONF)
203
204 mostlyclean-toolexeclibLTLIBRARIES:
205
206 clean-toolexeclibLTLIBRARIES:
207         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
208
209 distclean-toolexeclibLTLIBRARIES:
210
211 maintainer-clean-toolexeclibLTLIBRARIES:
212
213 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
214         @$(NORMAL_INSTALL)
215         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
216         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
217           if test -f $$p; then \
218             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
219             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
220           else :; fi; \
221         done
222
223 uninstall-toolexeclibLTLIBRARIES:
224         @$(NORMAL_UNINSTALL)
225         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
226           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
227         done
228
229 .c.o:
230         $(COMPILE) -c $<
231
232 # FIXME: We should only use cygpath when building on Windows,
233 # and only if it is available.
234 .c.obj:
235         $(COMPILE) -c `cygpath -w $<`
236
237 .s.o:
238         $(COMPILE) -c $<
239
240 .S.o:
241         $(COMPILE) -c $<
242
243 mostlyclean-compile:
244         -rm -f *.o core *.core
245         -rm -f *.$(OBJEXT)
246
247 clean-compile:
248
249 distclean-compile:
250         -rm -f *.tab.c
251
252 maintainer-clean-compile:
253
254 .c.lo:
255         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
256
257 .S.lo:
258         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
259
260 mostlyclean-libtool:
261         -rm -f *.lo
262
263 clean-libtool:
264         -rm -rf .libs _libs
265
266 distclean-libtool:
267
268 maintainer-clean-libtool:
269
270 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
271         $(LINK)  $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
272
273 mostlyclean-checkPROGRAMS:
274
275 clean-checkPROGRAMS:
276         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
277
278 distclean-checkPROGRAMS:
279
280 maintainer-clean-checkPROGRAMS:
281
282 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
283         @rm -f gctest$(EXEEXT)
284         $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
285
286 # This directory's subdirectories are mostly independent; you can cd
287 # into them and run `make' without going through this Makefile.
288 # To change the values of `make' variables: instead of editing Makefiles,
289 # (1) if the variable is set in `config.status', edit `config.status'
290 #     (which will cause the Makefiles to be regenerated when you run `make');
291 # (2) otherwise, pass the desired values on the `make' command line.
292
293 @SET_MAKE@
294
295 all-recursive install-data-recursive install-exec-recursive \
296 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
297 check-recursive installcheck-recursive info-recursive dvi-recursive:
298         @set fnord $(MAKEFLAGS); amf=$$2; \
299         dot_seen=no; \
300         target=`echo $@ | sed s/-recursive//`; \
301         list='$(SUBDIRS)'; for subdir in $$list; do \
302           echo "Making $$target in $$subdir"; \
303           if test "$$subdir" = "."; then \
304             dot_seen=yes; \
305             local_target="$$target-am"; \
306           else \
307             local_target="$$target"; \
308           fi; \
309           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
311         done; \
312         if test "$$dot_seen" = "no"; then \
313           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
314         fi; test -z "$$fail"
315
316 mostlyclean-recursive clean-recursive distclean-recursive \
317 maintainer-clean-recursive:
318         @set fnord $(MAKEFLAGS); amf=$$2; \
319         dot_seen=no; \
320         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
321           rev="$$subdir $$rev"; \
322           test "$$subdir" = "." && dot_seen=yes; \
323         done; \
324         test "$$dot_seen" = "no" && rev=". $$rev"; \
325         target=`echo $@ | sed s/-recursive//`; \
326         for subdir in $$rev; do \
327           echo "Making $$target in $$subdir"; \
328           if test "$$subdir" = "."; then \
329             local_target="$$target-am"; \
330           else \
331             local_target="$$target"; \
332           fi; \
333           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
335         done && test -z "$$fail"
336 tags-recursive:
337         list='$(SUBDIRS)'; for subdir in $$list; do \
338           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
339         done
340
341 tags: TAGS
342
343 ID: $(HEADERS) $(SOURCES) $(LISP)
344         list='$(SOURCES) $(HEADERS)'; \
345         unique=`for i in $$list; do echo $$i; done | \
346           awk '    { files[$$0] = 1; } \
347                END { for (i in files) print i; }'`; \
348         here=`pwd` && cd $(srcdir) \
349           && mkid -f$$here/ID $$unique $(LISP)
350
351 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
352         tags=; \
353         here=`pwd`; \
354         list='$(SUBDIRS)'; for subdir in $$list; do \
355    if test "$$subdir" = .; then :; else \
356             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
357    fi; \
358         done; \
359         list='$(SOURCES) $(HEADERS)'; \
360         unique=`for i in $$list; do echo $$i; done | \
361           awk '    { files[$$0] = 1; } \
362                END { for (i in files) print i; }'`; \
363         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
364           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
365
366 mostlyclean-tags:
367
368 clean-tags:
369
370 distclean-tags:
371         -rm -f TAGS ID
372
373 maintainer-clean-tags:
374
375 distdir = $(PACKAGE)-$(VERSION)
376 top_distdir = $(distdir)
377
378 # This target untars the dist file and tries a VPATH configuration.  Then
379 # it guarantees that the distribution is self-contained by making another
380 # tarfile.
381 distcheck: dist
382         -rm -rf $(distdir)
383         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
384         mkdir $(distdir)/=build
385         mkdir $(distdir)/=inst
386         dc_install_base=`cd $(distdir)/=inst && pwd`; \
387         cd $(distdir)/=build \
388           && ../configure --srcdir=.. --prefix=$$dc_install_base \
389           && $(MAKE) $(AM_MAKEFLAGS) \
390           && $(MAKE) $(AM_MAKEFLAGS) dvi \
391           && $(MAKE) $(AM_MAKEFLAGS) check \
392           && $(MAKE) $(AM_MAKEFLAGS) install \
393           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
394           && $(MAKE) $(AM_MAKEFLAGS) dist
395         -rm -rf $(distdir)
396         @banner="$(distdir).tar.gz is ready for distribution"; \
397         dashes=`echo "$$banner" | sed s/./=/g`; \
398         echo "$$dashes"; \
399         echo "$$banner"; \
400         echo "$$dashes"
401 dist: distdir
402         -chmod -R a+r $(distdir)
403         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
404         -rm -rf $(distdir)
405 dist-all: distdir
406         -chmod -R a+r $(distdir)
407         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
408         -rm -rf $(distdir)
409 distdir: $(DISTFILES)
410         -rm -rf $(distdir)
411         mkdir $(distdir)
412         -chmod 777 $(distdir)
413         @for file in $(DISTFILES); do \
414           if test -f $$file; then d=.; else d=$(srcdir); fi; \
415           if test -d $$d/$$file; then \
416             cp -pr $$d/$$file $(distdir)/$$file; \
417           else \
418             test -f $(distdir)/$$file \
419             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
420             || cp -p $$d/$$file $(distdir)/$$file || :; \
421           fi; \
422         done
423         for subdir in $(SUBDIRS); do \
424           if test "$$subdir" = .; then :; else \
425             test -d $(distdir)/$$subdir \
426             || mkdir $(distdir)/$$subdir \
427             || exit 1; \
428             chmod 777 $(distdir)/$$subdir; \
429             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
430               || exit 1; \
431           fi; \
432         done
433 check-TESTS: $(TESTS)
434         @failed=0; all=0; \
435         srcdir=$(srcdir); export srcdir; \
436         for tst in $(TESTS); do \
437           if test -f $$tst; then dir=.; \
438           else dir="$(srcdir)"; fi; \
439           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
440             all=`expr $$all + 1`; \
441             echo "PASS: $$tst"; \
442           elif test $$? -ne 77; then \
443             all=`expr $$all + 1`; \
444             failed=`expr $$failed + 1`; \
445             echo "FAIL: $$tst"; \
446           fi; \
447         done; \
448         if test "$$failed" -eq 0; then \
449           banner="All $$all tests passed"; \
450         else \
451           banner="$$failed of $$all tests failed"; \
452         fi; \
453         dashes=`echo "$$banner" | sed s/./=/g`; \
454         echo "$$dashes"; \
455         echo "$$banner"; \
456         echo "$$dashes"; \
457         test "$$failed" -eq 0
458 info-am:
459 info: info-recursive
460 dvi-am:
461 dvi: dvi-recursive
462 check-am: $(check_PROGRAMS)
463         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
464 check: check-recursive
465 installcheck-am:
466 installcheck: installcheck-recursive
467 install-info-am: 
468 install-info: install-info-recursive
469 install-exec-am: install-toolexeclibLTLIBRARIES
470 install-exec: install-exec-recursive
471
472 install-data-am:
473 install-data: install-data-recursive
474
475 install-am: all-am
476         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477 install: install-recursive
478 uninstall-am: uninstall-toolexeclibLTLIBRARIES
479 uninstall: uninstall-recursive
480 all-am: Makefile $(LTLIBRARIES)
481 all-redirect: all-recursive
482 install-strip:
483         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
484 installdirs: installdirs-recursive
485 installdirs-am:
486         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
487
488
489 mostlyclean-generic:
490
491 clean-generic:
492
493 distclean-generic:
494         -rm -f Makefile $(CONFIG_CLEAN_FILES)
495         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
496
497 maintainer-clean-generic:
498 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
499                 mostlyclean-libtool mostlyclean-checkPROGRAMS \
500                 mostlyclean-tags mostlyclean-generic
501
502 mostlyclean: mostlyclean-recursive
503
504 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
505                 clean-checkPROGRAMS clean-tags clean-generic \
506                 mostlyclean-am
507
508 clean: clean-recursive
509
510 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
511                 distclean-libtool distclean-checkPROGRAMS \
512                 distclean-tags distclean-generic clean-am
513         -rm -f libtool
514
515 distclean: distclean-recursive
516         -rm -f config.status
517
518 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
519                 maintainer-clean-compile maintainer-clean-libtool \
520                 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
521                 maintainer-clean-generic distclean-am
522         @echo "This command is intended for maintainers to use;"
523         @echo "it deletes files that may require special tools to rebuild."
524
525 maintainer-clean: maintainer-clean-recursive
526         -rm -f config.status
527
528 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
529 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
530 maintainer-clean-toolexeclibLTLIBRARIES \
531 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
532 mostlyclean-compile distclean-compile clean-compile \
533 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
534 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
535 distclean-checkPROGRAMS clean-checkPROGRAMS \
536 maintainer-clean-checkPROGRAMS install-data-recursive \
537 uninstall-data-recursive install-exec-recursive \
538 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
539 all-recursive check-recursive installcheck-recursive info-recursive \
540 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
541 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
542 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
543 info-am info dvi-am dvi check check-am installcheck-am installcheck \
544 install-info-am install-info install-exec-am install-exec \
545 install-data-am install-data install-am install uninstall-am uninstall \
546 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
547 distclean-generic clean-generic maintainer-clean-generic clean \
548 mostlyclean distclean maintainer-clean
549
550 # The following hack produces a warning from automake, but we need it in order 
551 # to build a file from a subdirectory. FIXME.
552 test.o: tests/test.c
553         $(COMPILE) -c $(srcdir)/tests/test.c
554 $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
555 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
556
557 .s.lo:
558         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
559
560 # Multilib support.
561 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
562         maintainer-clean-multi
563
564 all-am: all-multi
565 install-am: install-multi
566 mostlyclean-am: mostlyclean-multi
567 clean-am: clean-multi
568 distclean-am: distclean-multi
569 maintainer-clean-am: maintainer-clean-multi
570
571 all-multi:
572         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
573 install-multi:
574         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
575 mostlyclean-multi:
576         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
577 clean-multi:
578         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
579 distclean-multi:
580         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
581 maintainer-clean-multi:
582         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
583
584 # Tell versions [3.59,3.63) of GNU make to not export all variables.
585 # Otherwise a system limit (for SysV at least) may be exceeded.
586 .NOEXPORT: