1 ## Process this file with automake to produce Makefile.in.
3 ## FIXME: `make dist' in this directory will not currently work. Many
4 ## files that should be in the distribution are not mentioned in this
7 AUTOMAKE_OPTIONS = cygnus subdir-objects
8 ACLOCAL_AMFLAGS = -I .. -I ../config
12 noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
15 asm_libgcjgc_sources = powerpc_darwin_mach_dep.s
17 asm_libgcjgc_sources =
20 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
21 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
22 malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
23 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
24 specific.c stubborn.c typd_mlc.c \
25 backgraph.c win32_threads.c \
26 pthread_support.c pthread_stop_world.c darwin_stop_world.c \
27 $(asm_libgcjgc_sources)
29 libgcjgc_convenience_la_SOURCES = $(libgcjgc_la_SOURCES)
31 EXTRA_DIST = alpha_mach_dep.S \
32 mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
33 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
34 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
36 extra_ldflags_libgc = @extra_ldflags_libgc@
38 # Include THREADLIBS here to ensure that the correct versions of
39 # linuxthread semaphore functions get linked:
40 libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS) $(UNWINDLIBS)
41 libgcjgc_la_DEPENDENCIES = @addobjs@
42 libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir)
44 libgcjgc_convenience_la_LIBADD = @addobjs@
45 libgcjgc_convenience_la_DEPENDENCIES = @addobjs@
47 AM_CXXFLAGS = @GC_CFLAGS@
48 AM_CFLAGS = @GC_CFLAGS@
50 check_PROGRAMS = gctest
51 gctest_SOURCES = tests/test.c
52 gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
53 gctest_LDFLAGS = -shared-libgcc
54 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
57 ## FIXME: we shouldn't have to do this, but automake forces us to.
59 ## We use -Wp,-P to strip #line directives. Irix `as' chokes on
61 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
63 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
65 ## We have our own definition of LTCOMPILE because we want to use our
66 ## CFLAGS, not those passed in from the top level make.
67 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) \
68 $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
69 LTLDFLAGS = $(shell $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
70 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LTLDFLAGS) -o $@
72 # Work around what appears to be a GNU make bug handling MAKEFLAGS
73 # values defined in terms of make variables, as is the case for CC and
74 # friends when we are called from the top level Makefile.
76 "AR_FLAGS=$(AR_FLAGS)" \
77 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
79 "CXXFLAGS=$(CXXFLAGS)" \
80 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
81 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
82 "INSTALL=$(INSTALL)" \
83 "INSTALL_DATA=$(INSTALL_DATA)" \
84 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
85 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
86 "LDFLAGS=$(LDFLAGS)" \
87 "LIBCFLAGS=$(LIBCFLAGS)" \
88 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
90 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
91 "PICFLAG=$(PICFLAG)" \
92 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
95 "RUNTEST=$(RUNTEST)" \
96 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
97 "exec_prefix=$(exec_prefix)" \
98 "infodir=$(infodir)" \
101 "tooldir=$(tooldir)" \
107 "LIBCFLAGS=$(LIBCFLAGS)" \
109 "PICFLAG=$(PICFLAG)" \
113 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
117 # No install-html or install-pdf support in automake yet
118 .PHONY: install-html install-pdf