* real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
[official-gcc.git] / boehm-gc / Makefile.in
blob72eaa74fb8977a6e2d38b4b093f30cddcb54469d
1 # Makefile.in generated automatically by automake 1.4a 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@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_alias = @build_alias@
62 build_triplet = @build@
63 host_alias = @host_alias@
64 host_triplet = @host@
65 target_alias = @target_alias@
66 target_triplet = @target@
67 AR = @AR@
68 AS = @AS@
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 GC_CFLAGS = @GC_CFLAGS@
80 INCLUDES = @INCLUDES@
81 LIBTOOL = @LIBTOOL@
82 LN_S = @LN_S@
83 MAINT = @MAINT@
84 MAKEINFO = @MAKEINFO@
85 MY_CFLAGS = @MY_CFLAGS@
86 OBJDUMP = @OBJDUMP@
87 OBJEXT = @OBJEXT@
88 PACKAGE = @PACKAGE@
89 RANLIB = @RANLIB@
90 STRIP = @STRIP@
91 THREADLIBS = @THREADLIBS@
92 VERSION = @VERSION@
93 addobjs = @addobjs@
94 gc_basedir = @gc_basedir@
95 mkinstalldirs = @mkinstalldirs@
96 target_all = @target_all@
98 AUTOMAKE_OPTIONS = cygnus
100 SUBDIRS = include
102 # Multilib support variables.
103 MULTISRCTOP =
104 MULTIBUILDTOP =
105 MULTIDIRS =
106 MULTISUBDIR =
107 MULTIDO = true
108 MULTICLEAN = true
109 @USE_LIBDIR_TRUE@toolexeclibdir = $(libdir)$(MULTISUBDIR)
110 @USE_LIBDIR_FALSE@toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
111 @USE_LIBDIR_FALSE@toolexecdir = $(exec_prefix)/$(target_alias)
113 noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
115 GC_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
118 EXTRA_GC_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
121 libgcjgc_la_SOURCES = $(GC_SOURCES)
122 libgcjgc_convenience_la_SOURCES = $(GC_SOURCES)
123 EXTRA_libgcjgc_la_SOURCES = $(EXTRA_GC_SOURCES)
124 EXTRA_libgcjgc_convenience_la_SOURCES = $(EXTRA_GC_SOURCES)
126 # Include THREADLIBS here to ensure that the correct versions of
127 # linuxthread semaphore functions get linked:
128 libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
129 libgcjgc_la_DEPENDENCIES = @addobjs@
130 libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
132 libgcjgc_convenience_la_LIBADD = @addobjs@
133 libgcjgc_convenience_la_DEPENDENCIES = @addobjs@
135 AM_CXXFLAGS = @GC_CFLAGS@
137 AM_CFLAGS = @GC_CFLAGS@
139 check_PROGRAMS = gctest
140 # Using $< in the above seems to fail with the HP/UX on Itanium make.
142 gctest_OBJECTS = test.o
143 gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
144 gctest_LDFLAGS = -shared-libgcc
145 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
146 TESTS = gctest
148 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
150 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
152 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
154 # Work around what appears to be a GNU make bug handling MAKEFLAGS
155 # values defined in terms of make variables, as is the case for CC and
156 # friends when we are called from the top level Makefile.
157 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)"
160 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
162 MAKEOVERRIDES =
163 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
164 CONFIG_CLEAN_FILES =
165 LTLIBRARIES = $(noinst_LTLIBRARIES)
168 DEFS = @DEFS@ -I. -I$(srcdir)
169 CPPFLAGS = @CPPFLAGS@
170 LDFLAGS = @LDFLAGS@
171 LIBS = @LIBS@
172 libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
173 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
174 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
175 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
176 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
177 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
178 win32_threads.lo
179 libgcjgc_convenience_la_LDFLAGS =
180 libgcjgc_convenience_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo \
181 checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
182 headers.lo irix_threads.lo linux_threads.lo malloc.lo mallocx.lo \
183 mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
184 pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
185 solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo \
186 typd_mlc.lo backgraph.lo win32_threads.lo
187 check_PROGRAMS = gctest$(EXEEXT)
188 gctest_DEPENDENCIES = ./libgcjgc.la
189 CFLAGS = @CFLAGS@
190 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
191 CCLD = $(CC)
192 DIST_COMMON = ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
193 config.guess config.sub configure configure.in install-sh ltconfig \
194 ltmain.sh mkinstalldirs
197 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
199 TAR = gtar
200 GZIP_ENV = --best
201 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) $(EXTRA_libgcjgc_convenience_la_SOURCES)
202 OBJECTS = $(libgcjgc_la_OBJECTS) $(libgcjgc_convenience_la_OBJECTS)
204 all: all-redirect
205 .SUFFIXES:
206 .SUFFIXES: .S .c .lo .o .obj .s
207 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
208 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211 cd $(top_builddir) \
212 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
214 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
215 cd $(srcdir) && $(ACLOCAL)
217 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
218 $(SHELL) ./config.status --recheck
219 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
220 cd $(srcdir) && $(AUTOCONF)
222 mostlyclean-noinstLTLIBRARIES:
224 clean-noinstLTLIBRARIES:
225 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
227 distclean-noinstLTLIBRARIES:
229 maintainer-clean-noinstLTLIBRARIES:
231 .c.o:
232 $(COMPILE) -c $<
234 # FIXME: We should only use cygpath when building on Windows,
235 # and only if it is available.
236 .c.obj:
237 $(COMPILE) -c `cygpath -w $<`
239 .s.o:
240 $(COMPILE) -c $<
242 .S.o:
243 $(COMPILE) -c $<
245 mostlyclean-compile:
246 -rm -f *.o core *.core
247 -rm -f *.$(OBJEXT)
249 clean-compile:
251 distclean-compile:
252 -rm -f *.tab.c
254 maintainer-clean-compile:
256 .c.lo:
257 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
259 .S.lo:
260 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
262 mostlyclean-libtool:
263 -rm -f *.lo
265 clean-libtool:
266 -rm -rf .libs _libs
268 distclean-libtool:
270 maintainer-clean-libtool:
272 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
273 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
275 libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES)
276 $(LINK) $(libgcjgc_convenience_la_LDFLAGS) $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
278 mostlyclean-checkPROGRAMS:
280 clean-checkPROGRAMS:
281 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
283 distclean-checkPROGRAMS:
285 maintainer-clean-checkPROGRAMS:
287 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
288 @rm -f gctest$(EXEEXT)
289 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
291 # This directory's subdirectories are mostly independent; you can cd
292 # into them and run `make' without going through this Makefile.
293 # To change the values of `make' variables: instead of editing Makefiles,
294 # (1) if the variable is set in `config.status', edit `config.status'
295 # (which will cause the Makefiles to be regenerated when you run `make');
296 # (2) otherwise, pass the desired values on the `make' command line.
298 @SET_MAKE@
300 all-recursive install-data-recursive install-exec-recursive \
301 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
302 check-recursive installcheck-recursive info-recursive dvi-recursive:
303 @set fnord $(MAKEFLAGS); amf=$$2; \
304 dot_seen=no; \
305 target=`echo $@ | sed s/-recursive//`; \
306 list='$(SUBDIRS)'; for subdir in $$list; do \
307 echo "Making $$target in $$subdir"; \
308 if test "$$subdir" = "."; then \
309 dot_seen=yes; \
310 local_target="$$target-am"; \
311 else \
312 local_target="$$target"; \
313 fi; \
314 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
316 done; \
317 if test "$$dot_seen" = "no"; then \
318 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
319 fi; test -z "$$fail"
321 mostlyclean-recursive clean-recursive distclean-recursive \
322 maintainer-clean-recursive:
323 @set fnord $(MAKEFLAGS); amf=$$2; \
324 dot_seen=no; \
325 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
326 rev="$$subdir $$rev"; \
327 test "$$subdir" = "." && dot_seen=yes; \
328 done; \
329 test "$$dot_seen" = "no" && rev=". $$rev"; \
330 target=`echo $@ | sed s/-recursive//`; \
331 for subdir in $$rev; do \
332 echo "Making $$target in $$subdir"; \
333 if test "$$subdir" = "."; then \
334 local_target="$$target-am"; \
335 else \
336 local_target="$$target"; \
337 fi; \
338 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
340 done && test -z "$$fail"
341 tags-recursive:
342 list='$(SUBDIRS)'; for subdir in $$list; do \
343 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
344 done
346 tags: TAGS
348 ID: $(HEADERS) $(SOURCES) $(LISP)
349 list='$(SOURCES) $(HEADERS)'; \
350 unique=`for i in $$list; do echo $$i; done | \
351 awk ' { files[$$0] = 1; } \
352 END { for (i in files) print i; }'`; \
353 here=`pwd` && cd $(srcdir) \
354 && mkid -f$$here/ID $$unique $(LISP)
356 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
357 tags=; \
358 here=`pwd`; \
359 list='$(SUBDIRS)'; for subdir in $$list; do \
360 if test "$$subdir" = .; then :; else \
361 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
362 fi; \
363 done; \
364 list='$(SOURCES) $(HEADERS)'; \
365 unique=`for i in $$list; do echo $$i; done | \
366 awk ' { files[$$0] = 1; } \
367 END { for (i in files) print i; }'`; \
368 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
369 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
371 mostlyclean-tags:
373 clean-tags:
375 distclean-tags:
376 -rm -f TAGS ID
378 maintainer-clean-tags:
380 distdir = $(PACKAGE)-$(VERSION)
381 top_distdir = $(distdir)
383 # This target untars the dist file and tries a VPATH configuration. Then
384 # it guarantees that the distribution is self-contained by making another
385 # tarfile.
386 distcheck: dist
387 -rm -rf $(distdir)
388 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
389 mkdir $(distdir)/=build
390 mkdir $(distdir)/=inst
391 dc_install_base=`cd $(distdir)/=inst && pwd`; \
392 cd $(distdir)/=build \
393 && ../configure --srcdir=.. --prefix=$$dc_install_base \
394 && $(MAKE) $(AM_MAKEFLAGS) \
395 && $(MAKE) $(AM_MAKEFLAGS) dvi \
396 && $(MAKE) $(AM_MAKEFLAGS) check \
397 && $(MAKE) $(AM_MAKEFLAGS) install \
398 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
399 && $(MAKE) $(AM_MAKEFLAGS) dist
400 -rm -rf $(distdir)
401 @banner="$(distdir).tar.gz is ready for distribution"; \
402 dashes=`echo "$$banner" | sed s/./=/g`; \
403 echo "$$dashes"; \
404 echo "$$banner"; \
405 echo "$$dashes"
406 dist: distdir
407 -chmod -R a+r $(distdir)
408 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
409 -rm -rf $(distdir)
410 dist-all: distdir
411 -chmod -R a+r $(distdir)
412 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
413 -rm -rf $(distdir)
414 distdir: $(DISTFILES)
415 -rm -rf $(distdir)
416 mkdir $(distdir)
417 -chmod 777 $(distdir)
418 @for file in $(DISTFILES); do \
419 if test -f $$file; then d=.; else d=$(srcdir); fi; \
420 if test -d $$d/$$file; then \
421 cp -pr $$d/$$file $(distdir)/$$file; \
422 else \
423 test -f $(distdir)/$$file \
424 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
425 || cp -p $$d/$$file $(distdir)/$$file || :; \
426 fi; \
427 done
428 for subdir in $(SUBDIRS); do \
429 if test "$$subdir" = .; then :; else \
430 test -d $(distdir)/$$subdir \
431 || mkdir $(distdir)/$$subdir \
432 || exit 1; \
433 chmod 777 $(distdir)/$$subdir; \
434 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
435 || exit 1; \
436 fi; \
437 done
438 check-TESTS: $(TESTS)
439 @failed=0; all=0; \
440 srcdir=$(srcdir); export srcdir; \
441 for tst in $(TESTS); do \
442 if test -f $$tst; then dir=.; \
443 else dir="$(srcdir)"; fi; \
444 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
445 all=`expr $$all + 1`; \
446 echo "PASS: $$tst"; \
447 elif test $$? -ne 77; then \
448 all=`expr $$all + 1`; \
449 failed=`expr $$failed + 1`; \
450 echo "FAIL: $$tst"; \
451 fi; \
452 done; \
453 if test "$$failed" -eq 0; then \
454 banner="All $$all tests passed"; \
455 else \
456 banner="$$failed of $$all tests failed"; \
457 fi; \
458 dashes=`echo "$$banner" | sed s/./=/g`; \
459 echo "$$dashes"; \
460 echo "$$banner"; \
461 echo "$$dashes"; \
462 test "$$failed" -eq 0
463 info-am:
464 info: info-recursive
465 dvi-am:
466 dvi: dvi-recursive
467 check-am: $(check_PROGRAMS)
468 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
469 check: check-recursive
470 installcheck-am:
471 installcheck: installcheck-recursive
472 install-info-am:
473 install-info: install-info-recursive
474 install-exec-am:
475 install-exec: install-exec-recursive
477 install-data-am:
478 install-data: install-data-recursive
480 install-am: all-am
481 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
482 install: install-recursive
483 uninstall-am:
484 uninstall: uninstall-recursive
485 all-am: Makefile $(LTLIBRARIES)
486 all-redirect: all-recursive
487 install-strip:
488 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
489 installdirs: installdirs-recursive
490 installdirs-am:
493 mostlyclean-generic:
495 clean-generic:
497 distclean-generic:
498 -rm -f Makefile $(CONFIG_CLEAN_FILES)
499 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
501 maintainer-clean-generic:
502 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
503 mostlyclean-libtool mostlyclean-checkPROGRAMS \
504 mostlyclean-tags mostlyclean-generic
506 mostlyclean: mostlyclean-recursive
508 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
509 clean-checkPROGRAMS clean-tags clean-generic \
510 mostlyclean-am
512 clean: clean-recursive
514 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
515 distclean-libtool distclean-checkPROGRAMS \
516 distclean-tags distclean-generic clean-am
517 -rm -f libtool
519 distclean: distclean-recursive
520 -rm -f config.status
522 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
523 maintainer-clean-compile maintainer-clean-libtool \
524 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
525 maintainer-clean-generic distclean-am
526 @echo "This command is intended for maintainers to use;"
527 @echo "it deletes files that may require special tools to rebuild."
529 maintainer-clean: maintainer-clean-recursive
530 -rm -f config.status
532 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
533 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
534 mostlyclean-compile distclean-compile clean-compile \
535 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
536 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
537 distclean-checkPROGRAMS clean-checkPROGRAMS \
538 maintainer-clean-checkPROGRAMS install-data-recursive \
539 uninstall-data-recursive install-exec-recursive \
540 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
541 all-recursive check-recursive installcheck-recursive info-recursive \
542 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
543 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
544 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
545 info-am info dvi-am dvi check check-am installcheck-am installcheck \
546 install-info-am install-info install-exec-am install-exec \
547 install-data-am install-data install-am install uninstall-am uninstall \
548 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
549 distclean-generic clean-generic maintainer-clean-generic clean \
550 mostlyclean distclean maintainer-clean
552 # The following hack produces a warning from automake, but we need it in order
553 # to build a file from a subdirectory. FIXME.
554 test.o: tests/test.c
555 $(COMPILE) -c $(srcdir)/tests/test.c
556 $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
557 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
559 .s.lo:
560 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
562 # Multilib support.
563 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
564 maintainer-clean-multi
566 all-am: all-multi
567 install-am: install-multi
568 mostlyclean-am: mostlyclean-multi
569 clean-am: clean-multi
570 distclean-am: distclean-multi
571 maintainer-clean-am: maintainer-clean-multi
573 all-multi:
574 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
575 install-multi:
576 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
577 mostlyclean-multi:
578 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
579 clean-multi:
580 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
581 distclean-multi:
582 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
583 maintainer-clean-multi:
584 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
587 # Otherwise a system limit (for SysV at least) may be exceeded.
588 .NOEXPORT: