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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 build_alias
= @build_alias@
61 build_triplet
= @build@
62 host_alias
= @host_alias@
64 target_alias
= @target_alias@
65 target_triplet
= @target@
74 CXXINCLUDES
= @CXXINCLUDES@
77 EXTRA_TEST_LIBS
= @EXTRA_TEST_LIBS@
80 GC_CFLAGS
= @GC_CFLAGS@
86 MY_CFLAGS
= @MY_CFLAGS@
92 THREADLIBS
= @THREADLIBS@
94 addincludes
= @addincludes@
98 gc_basedir
= @gc_basedir@
99 mkinstalldirs
= @mkinstalldirs@
100 target_all
= @target_all@
101 toolexecdir
= @toolexecdir@
102 toolexeclibdir
= @toolexeclibdir@
104 AUTOMAKE_OPTIONS
= cygnus
108 # Multilib support variables.
116 noinst_LTLIBRARIES
= libgcjgc.la libgcjgc_convenience.la
117 @POWERPC_DARWIN_TRUE@asm_libgc_sources
= @POWERPC_DARWIN_TRUE@powerpc_darwin_mach_dep.s
118 @POWERPC_DARWIN_FALSE@asm_libgc_sources
=
120 GC_SOURCES
= allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
121 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c aix_irix_threads.c \
122 malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
123 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
124 solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
125 backgraph.c win32_threads.c \
126 pthread_support.c pthread_stop_world.c darwin_stop_world.c \
130 EXTRA_GC_SOURCES
= alpha_mach_dep.S \
131 mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
132 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
133 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
136 libgcjgc_la_SOURCES
= $(GC_SOURCES
)
137 libgcjgc_convenience_la_SOURCES
= $(GC_SOURCES
)
138 EXTRA_libgcjgc_la_SOURCES
= $(EXTRA_GC_SOURCES
)
139 EXTRA_libgcjgc_convenience_la_SOURCES
= $(EXTRA_GC_SOURCES
)
141 # Include THREADLIBS here to ensure that the correct versions of
142 # linuxthread semaphore functions get linked:
143 libgcjgc_la_LIBADD
= @addobjs@
$(THREADLIBS
)
144 libgcjgc_la_DEPENDENCIES
= @addobjs@
145 libgcjgc_la_LDFLAGS
= -version-info
1:1:0 -rpath
$(toolexeclibdir
)
147 libgcjgc_convenience_la_LIBADD
= @addobjs@
148 libgcjgc_convenience_la_DEPENDENCIES
= @addobjs@
150 AM_CXXFLAGS
= @GC_CFLAGS@
152 AM_CFLAGS
= @GC_CFLAGS@
154 check_PROGRAMS
= gctest
155 # Using $< in the above seems to fail with the HP/UX on Itanium make.
157 gctest_OBJECTS
= test.o
158 gctest_LDADD
= .
/libgcjgc.la
$(THREADLIBS
) $(EXTRA_TEST_LIBS
)
159 gctest_LDFLAGS
= -shared-libgcc
160 TESTS_ENVIRONMENT
= LD_LIBRARY_PATH
=..
/..
/$(MULTIBUILDTOP
)gcc
163 all_objs
= @addobjs@
$(libgcjgc_la_OBJECTS
)
165 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) \
166 $(AM_CPPFLAGS
) $(CPPFLAGS
) \
167 $(AM_CFLAGS
) $(MY_CFLAGS
) $(GC_CFLAGS
)
169 LINK
= $(LIBTOOL
) --mode
=link
$(CC
) $(AM_CFLAGS
) $(MY_CFLAGS
) $(LDFLAGS
) -o
$@
171 # Work around what appears to be a GNU make bug handling MAKEFLAGS
172 # values defined in terms of make variables, as is the case for CC and
173 # friends when we are called from the top level Makefile.
175 "AR_FLAGS=$(AR_FLAGS)" \
176 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
178 "CXXFLAGS=$(CXXFLAGS)" \
179 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
180 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
181 "INSTALL=$(INSTALL)" \
182 "INSTALL_DATA=$(INSTALL_DATA)" \
183 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
184 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
185 "LDFLAGS=$(LDFLAGS)" \
186 "LIBCFLAGS=$(LIBCFLAGS)" \
187 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
189 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
190 "PICFLAG=$(PICFLAG)" \
191 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
194 "RUNTEST=$(RUNTEST)" \
195 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
196 "exec_prefix=$(exec_prefix)" \
197 "infodir=$(infodir)" \
200 "tooldir=$(tooldir)" \
206 "LIBCFLAGS=$(LIBCFLAGS)" \
208 "PICFLAG=$(PICFLAG)" \
213 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
216 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
218 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
221 DEFS
= @DEFS@
-I.
-I
$(srcdir)
222 CPPFLAGS
= @CPPFLAGS@
225 @POWERPC_DARWIN_FALSE@libgcjgc_la_OBJECTS
= allchblk.lo alloc.lo \
226 @POWERPC_DARWIN_FALSE@blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo \
227 @POWERPC_DARWIN_FALSE@finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
228 @POWERPC_DARWIN_FALSE@aix_irix_threads.lo malloc.lo mallocx.lo mark.lo \
229 @POWERPC_DARWIN_FALSE@mark_rts.lo misc.lo new_hblk.lo obj_map.lo \
230 @POWERPC_DARWIN_FALSE@os_dep.lo pcr_interface.lo ptr_chck.lo \
231 @POWERPC_DARWIN_FALSE@real_malloc.lo reclaim.lo solaris_pthreads.lo \
232 @POWERPC_DARWIN_FALSE@solaris_threads.lo specific.lo stubborn.lo \
233 @POWERPC_DARWIN_FALSE@typd_mlc.lo backgraph.lo win32_threads.lo \
234 @POWERPC_DARWIN_FALSE@pthread_support.lo pthread_stop_world.lo \
235 @POWERPC_DARWIN_FALSE@darwin_stop_world.lo
236 @POWERPC_DARWIN_TRUE@libgcjgc_la_OBJECTS
= allchblk.lo alloc.lo \
237 @POWERPC_DARWIN_TRUE@blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo \
238 @POWERPC_DARWIN_TRUE@finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
239 @POWERPC_DARWIN_TRUE@aix_irix_threads.lo malloc.lo mallocx.lo mark.lo \
240 @POWERPC_DARWIN_TRUE@mark_rts.lo misc.lo new_hblk.lo obj_map.lo \
241 @POWERPC_DARWIN_TRUE@os_dep.lo pcr_interface.lo ptr_chck.lo \
242 @POWERPC_DARWIN_TRUE@real_malloc.lo reclaim.lo solaris_pthreads.lo \
243 @POWERPC_DARWIN_TRUE@solaris_threads.lo specific.lo stubborn.lo \
244 @POWERPC_DARWIN_TRUE@typd_mlc.lo backgraph.lo win32_threads.lo \
245 @POWERPC_DARWIN_TRUE@pthread_support.lo pthread_stop_world.lo \
246 @POWERPC_DARWIN_TRUE@darwin_stop_world.lo powerpc_darwin_mach_dep.lo
247 libgcjgc_convenience_la_LDFLAGS
=
248 @POWERPC_DARWIN_FALSE@libgcjgc_convenience_la_OBJECTS
= allchblk.lo \
249 @POWERPC_DARWIN_FALSE@alloc.lo blacklst.lo checksums.lo dbg_mlc.lo \
250 @POWERPC_DARWIN_FALSE@dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
251 @POWERPC_DARWIN_FALSE@headers.lo aix_irix_threads.lo malloc.lo \
252 @POWERPC_DARWIN_FALSE@mallocx.lo mark.lo mark_rts.lo misc.lo \
253 @POWERPC_DARWIN_FALSE@new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
254 @POWERPC_DARWIN_FALSE@ptr_chck.lo real_malloc.lo reclaim.lo \
255 @POWERPC_DARWIN_FALSE@solaris_pthreads.lo solaris_threads.lo \
256 @POWERPC_DARWIN_FALSE@specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
257 @POWERPC_DARWIN_FALSE@win32_threads.lo pthread_support.lo \
258 @POWERPC_DARWIN_FALSE@pthread_stop_world.lo darwin_stop_world.lo
259 @POWERPC_DARWIN_TRUE@libgcjgc_convenience_la_OBJECTS
= allchblk.lo \
260 @POWERPC_DARWIN_TRUE@alloc.lo blacklst.lo checksums.lo dbg_mlc.lo \
261 @POWERPC_DARWIN_TRUE@dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
262 @POWERPC_DARWIN_TRUE@headers.lo aix_irix_threads.lo malloc.lo \
263 @POWERPC_DARWIN_TRUE@mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo \
264 @POWERPC_DARWIN_TRUE@obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
265 @POWERPC_DARWIN_TRUE@real_malloc.lo reclaim.lo solaris_pthreads.lo \
266 @POWERPC_DARWIN_TRUE@solaris_threads.lo specific.lo stubborn.lo \
267 @POWERPC_DARWIN_TRUE@typd_mlc.lo backgraph.lo win32_threads.lo \
268 @POWERPC_DARWIN_TRUE@pthread_support.lo pthread_stop_world.lo \
269 @POWERPC_DARWIN_TRUE@darwin_stop_world.lo powerpc_darwin_mach_dep.lo
270 check_PROGRAMS
= gctest
$(EXEEXT
)
271 gctest_DEPENDENCIES
= .
/libgcjgc.la
272 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
274 DIST_COMMON
= ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
275 config.guess config.sub configure configure.in install-sh ltconfig \
276 ltmain.sh mkinstalldirs
279 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
283 SOURCES
= $(libgcjgc_la_SOURCES
) $(EXTRA_libgcjgc_la_SOURCES
) $(libgcjgc_convenience_la_SOURCES
) $(EXTRA_libgcjgc_convenience_la_SOURCES
)
284 OBJECTS
= $(libgcjgc_la_OBJECTS
) $(libgcjgc_convenience_la_OBJECTS
)
288 .SUFFIXES
: .S .c .lo .o .obj .s
289 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
290 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
292 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
294 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
296 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
297 cd
$(srcdir) && $(ACLOCAL
)
299 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
300 $(SHELL
) .
/config.status
--recheck
301 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
302 cd
$(srcdir) && $(AUTOCONF
)
304 mostlyclean-noinstLTLIBRARIES
:
306 clean-noinstLTLIBRARIES
:
307 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
309 distclean-noinstLTLIBRARIES
:
311 maintainer-clean-noinstLTLIBRARIES
:
316 # FIXME: We should only use cygpath when building on Windows,
317 # and only if it is available.
319 $(COMPILE
) -c
`cygpath -w $<`
328 -rm -f
*.o core
*.core
336 maintainer-clean-compile
:
339 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
342 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
352 maintainer-clean-libtool
:
354 libgcjgc.la
: $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_DEPENDENCIES
)
355 $(LINK
) $(libgcjgc_la_LDFLAGS
) $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_LIBADD
) $(LIBS
)
357 libgcjgc_convenience.la
: $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_DEPENDENCIES
)
358 $(LINK
) $(libgcjgc_convenience_la_LDFLAGS
) $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_LIBADD
) $(LIBS
)
360 mostlyclean-checkPROGRAMS
:
363 -test -z
"$(check_PROGRAMS)" ||
rm -f
$(check_PROGRAMS
)
365 distclean-checkPROGRAMS
:
367 maintainer-clean-checkPROGRAMS
:
369 gctest
$(EXEEXT
): $(gctest_OBJECTS
) $(gctest_DEPENDENCIES
)
370 @
rm -f gctest
$(EXEEXT
)
371 $(LINK
) $(gctest_LDFLAGS
) $(gctest_OBJECTS
) $(gctest_LDADD
) $(LIBS
)
373 # This directory's subdirectories are mostly independent; you can cd
374 # into them and run `make' without going through this Makefile.
375 # To change the values of `make' variables: instead of editing Makefiles,
376 # (1) if the variable is set in `config.status', edit `config.status'
377 # (which will cause the Makefiles to be regenerated when you run `make');
378 # (2) otherwise, pass the desired values on the `make' command line.
382 all-recursive install-data-recursive install-exec-recursive \
383 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
384 check-recursive installcheck-recursive info-recursive dvi-recursive
:
385 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
387 target
=`echo $@ | sed s/-recursive//`; \
388 list
='$(SUBDIRS)'; for subdir in
$$list; do \
389 echo
"Making $$target in $$subdir"; \
390 if
test "$$subdir" = "."; then \
392 local_target
="$$target-am"; \
394 local_target
="$$target"; \
396 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
397 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
399 if
test "$$dot_seen" = "no"; then \
400 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
403 mostlyclean-recursive clean-recursive distclean-recursive \
404 maintainer-clean-recursive
:
405 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
407 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
408 rev
="$$subdir $$rev"; \
409 test "$$subdir" != "." || dot_seen
=yes
; \
411 test "$$dot_seen" = "no" && rev
=". $$rev"; \
412 target
=`echo $@ | sed s/-recursive//`; \
413 for subdir in
$$rev; do \
414 echo
"Making $$target in $$subdir"; \
415 if
test "$$subdir" = "."; then \
416 local_target
="$$target-am"; \
418 local_target
="$$target"; \
420 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
421 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
422 done
&& test -z
"$$fail"
424 list
='$(SUBDIRS)'; for subdir in
$$list; do \
425 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
430 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
431 list
='$(SOURCES) $(HEADERS)'; \
432 unique
=`for i in $$list; do echo $$i; done | \
433 awk ' { files[$$0] = 1; } \
434 END { for (i in files) print i; }'`; \
435 here
=`pwd` && cd
$(srcdir) \
436 && mkid
-f
$$here/ID
$$unique $(LISP
)
438 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
441 list
='$(SUBDIRS)'; for subdir in
$$list; do \
442 if
test "$$subdir" = .
; then
:; else \
443 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
446 list
='$(SOURCES) $(HEADERS)'; \
447 unique
=`for i in $$list; do echo $$i; done | \
448 awk ' { files[$$0] = 1; } \
449 END { for (i in files) print i; }'`; \
450 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
451 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
460 maintainer-clean-tags
:
462 distdir
= $(PACKAGE
)-$(VERSION
)
463 top_distdir
= $(distdir
)
465 # This target untars the dist file and tries a VPATH configuration. Then
466 # it guarantees that the distribution is self-contained by making another
470 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
471 mkdir
$(distdir
)/=build
472 mkdir
$(distdir
)/=inst
473 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
474 cd
$(distdir
)/=build \
475 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
476 && $(MAKE
) $(AM_MAKEFLAGS
) \
477 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
478 && $(MAKE
) $(AM_MAKEFLAGS
) check \
479 && $(MAKE
) $(AM_MAKEFLAGS
) install \
480 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
481 && $(MAKE
) $(AM_MAKEFLAGS
) dist
483 @banner
="$(distdir).tar.gz is ready for distribution"; \
484 dashes
=`echo "$$banner" | sed s/./=/g`; \
489 -chmod
-R a
+r
$(distdir
)
490 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
493 -chmod
-R a
+r
$(distdir
)
494 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
496 distdir
: $(DISTFILES
)
499 -chmod
777 $(distdir
)
500 @for file in
$(DISTFILES
); do \
501 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
502 if
test -d
$$d/$$file; then \
503 cp
-pr
$$d/$$file $(distdir
)/$$file; \
505 test -f
$(distdir
)/$$file \
506 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
507 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
510 for subdir in
$(SUBDIRS
); do \
511 if
test "$$subdir" = .
; then
:; else \
512 test -d
$(distdir
)/$$subdir \
513 || mkdir
$(distdir
)/$$subdir \
515 chmod
777 $(distdir
)/$$subdir; \
516 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
520 check-TESTS
: $(TESTS
)
522 srcdir=$(srcdir); export srcdir; \
523 for tst in
$(TESTS
); do \
524 if
test -f
$$tst; then
dir=.
; \
525 else dir="$(srcdir)"; fi
; \
526 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
527 all=`expr $$all + 1`; \
528 echo
"PASS: $$tst"; \
529 elif
test $$?
-ne
77; then \
530 all=`expr $$all + 1`; \
531 failed
=`expr $$failed + 1`; \
532 echo
"FAIL: $$tst"; \
535 if
test "$$failed" -eq
0; then \
536 banner
="All $$all tests passed"; \
538 banner
="$$failed of $$all tests failed"; \
540 dashes
=`echo "$$banner" | sed s/./=/g`; \
544 test "$$failed" -eq
0
549 check-am
: $(check_PROGRAMS
)
550 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
551 check: check-recursive
553 installcheck: installcheck-recursive
555 install-info
: install-info-recursive
557 install-exec
: install-exec-recursive
560 install-data
: install-data-recursive
563 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
564 install: install-recursive
566 uninstall: uninstall-recursive
567 all-am
: Makefile
$(LTLIBRARIES
)
568 all-redirect
: all-recursive
570 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
571 installdirs: installdirs-recursive
580 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
581 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
583 maintainer-clean-generic
:
584 mostlyclean-am
: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
585 mostlyclean-libtool mostlyclean-checkPROGRAMS \
586 mostlyclean-tags mostlyclean-generic
588 mostlyclean: mostlyclean-recursive
590 clean-am
: clean-noinstLTLIBRARIES clean-compile clean-libtool \
591 clean-checkPROGRAMS clean-tags clean-generic \
594 clean: clean-recursive
596 distclean-am
: distclean-noinstLTLIBRARIES distclean-compile \
597 distclean-libtool distclean-checkPROGRAMS \
598 distclean-tags distclean-generic clean-am
601 distclean: distclean-recursive
604 maintainer-clean-am
: maintainer-clean-noinstLTLIBRARIES \
605 maintainer-clean-compile maintainer-clean-libtool \
606 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
607 maintainer-clean-generic distclean-am
608 @echo
"This command is intended for maintainers to use;"
609 @echo
"it deletes files that may require special tools to rebuild."
611 maintainer-clean
: maintainer-clean-recursive
614 .PHONY
: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
615 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
616 mostlyclean-compile distclean-compile clean-compile \
617 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
618 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
619 distclean-checkPROGRAMS clean-checkPROGRAMS \
620 maintainer-clean-checkPROGRAMS install-data-recursive \
621 uninstall-data-recursive install-exec-recursive \
622 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
623 all-recursive check-recursive installcheck-recursive info-recursive \
624 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
625 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
626 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
627 info-am
info dvi-am
dvi check check-am installcheck-am
installcheck \
628 install-info-am install-info install-exec-am install-exec \
629 install-data-am install-data install-am
install uninstall-am
uninstall \
630 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
631 distclean-generic clean-generic maintainer-clean-generic
clean \
632 mostlyclean distclean maintainer-clean
634 # The following hack produces a warning from automake, but we need it in order
635 # to build a file from a subdirectory. FIXME.
637 $(COMPILE
) -c
$(srcdir)/tests
/test.c
638 $(all_objs
) : include/private
/gcconfig.h
include/private
/gc_priv.h \
639 include/private
/gc_hdrs.h
include/gc.h
include/gc_gcj.h \
640 include/gc_pthread_redirects.h
include/gc_config_macros.h \
641 include/gc_mark.h @addincludes@
644 $(LTCOMPILE
) -Wp
,-P
-x assembler-with-cpp
-c
$<
647 .PHONY
: all-multi mostlyclean-multi clean-multi distclean-multi \
648 maintainer-clean-multi
651 install-am
: install-multi
652 mostlyclean-am
: mostlyclean-multi
653 clean-am
: clean-multi
654 distclean-am
: distclean-multi
655 maintainer-clean-am
: maintainer-clean-multi
658 : $(MAKE
) ; exec
$(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
660 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
662 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
664 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
666 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
667 maintainer-clean-multi
:
668 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
670 # Tell versions [3.59,3.63) of GNU make to not export all variables.
671 # Otherwise a system limit (for SysV at least) may be exceeded.