1999-04-07 10:01:42 +02:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
|
|
|
## FIXME: `make dist' in this directory will not currently work. Many
|
|
|
|
## files that should be in the distribution are not mentioned in this
|
|
|
|
## Makefile.am.
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = cygnus
|
|
|
|
|
2001-09-12 03:57:03 +02:00
|
|
|
SUBDIRS = include
|
|
|
|
|
1999-04-07 10:01:42 +02:00
|
|
|
# Multilib support variables.
|
|
|
|
MULTISRCTOP =
|
|
|
|
MULTIBUILDTOP =
|
|
|
|
MULTIDIRS =
|
|
|
|
MULTISUBDIR =
|
|
|
|
MULTIDO = true
|
|
|
|
MULTICLEAN = true
|
|
|
|
|
1999-06-21 15:03:47 +02:00
|
|
|
## Install a library built with a cross compiler in tooldir, not
|
|
|
|
## libdir.
|
|
|
|
if USE_LIBDIR
|
1999-08-10 07:28:31 +02:00
|
|
|
toolexeclibdir = $(libdir)$(MULTISUBDIR)
|
1999-06-21 15:03:47 +02:00
|
|
|
else
|
1999-04-26 16:15:05 +02:00
|
|
|
toolexecdir = $(exec_prefix)/$(target_alias)
|
|
|
|
toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
|
1999-06-21 15:03:47 +02:00
|
|
|
endif
|
1999-04-07 10:01:42 +02:00
|
|
|
|
1999-04-26 16:15:05 +02:00
|
|
|
toolexeclib_LTLIBRARIES = $(target_all)
|
|
|
|
EXTRA_LTLIBRARIES = libgcjgc.la
|
Imported version version 6.0alpha7.
* README, README.Mac, README.OS2, README.QUICK, README.alpha,
README.amiga, README.debugging, README.dj, README.hp, README.linux,
README.rs6000, README.sgi, README.solaris2, README.uts,
README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
hpux_irix_threads.c, makefile.depend, nursery.c,
solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
files.
From-SVN: r42379
2001-05-21 10:35:14 +02:00
|
|
|
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 \
|
2001-05-24 09:28:39 +02:00
|
|
|
solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c
|
2000-12-30 13:18:39 +01:00
|
|
|
|
|
|
|
# Include THREADLIBS here to ensure that the correct versions of
|
|
|
|
# linuxthread semaphore functions get linked:
|
|
|
|
libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
|
1999-04-26 16:15:05 +02:00
|
|
|
libgcjgc_la_DEPENDENCIES = @addobjs@
|
1999-12-13 21:15:51 +01:00
|
|
|
libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2001-08-18 03:04:43 +02:00
|
|
|
EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s \
|
Imported version version 6.0alpha7.
* README, README.Mac, README.OS2, README.QUICK, README.alpha,
README.amiga, README.debugging, README.dj, README.hp, README.linux,
README.rs6000, README.sgi, README.solaris2, README.uts,
README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
hpux_irix_threads.c, makefile.depend, nursery.c,
solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
files.
From-SVN: r42379
2001-05-21 10:35:14 +02:00
|
|
|
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 \
|
2001-10-16 11:01:40 +02:00
|
|
|
sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2001-08-18 03:04:43 +02:00
|
|
|
AM_CXXFLAGS = @GC_CFLAGS@
|
|
|
|
AM_CFLAGS = @GC_CFLAGS@
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
check_PROGRAMS = gctest
|
2001-05-24 09:28:39 +02:00
|
|
|
# The following hack produces a warning from automake, but we need it in order
|
|
|
|
# to build a file from a subdirectory. FIXME.
|
|
|
|
test.o: tests/test.c
|
2001-10-16 11:01:40 +02:00
|
|
|
$(COMPILE) -c tests/test.c
|
|
|
|
# Using $< in the above seems to fail with the HP/UX on Itanium make.
|
|
|
|
|
2001-05-24 09:28:39 +02:00
|
|
|
gctest_OBJECTS = test.o
|
2000-12-30 13:18:39 +01:00
|
|
|
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
|
2001-03-22 20:03:01 +01:00
|
|
|
gctest_LDFLAGS = -shared-libgcc
|
2001-03-17 02:01:29 +01:00
|
|
|
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
|
1999-11-02 00:15:51 +01:00
|
|
|
TESTS = gctest
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
## FIXME: relies on internal code generated by automake.
|
1999-04-26 16:15:05 +02:00
|
|
|
all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
|
Imported version version 6.0alpha7.
* README, README.Mac, README.OS2, README.QUICK, README.alpha,
README.amiga, README.debugging, README.dj, README.hp, README.linux,
README.rs6000, README.sgi, README.solaris2, README.uts,
README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
hpux_irix_threads.c, makefile.depend, nursery.c,
solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
files.
From-SVN: r42379
2001-05-21 10:35:14 +02:00
|
|
|
$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
|
|
|
|
include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
## FIXME: we shouldn't have to do this, but automake forces us to.
|
1999-06-30 14:25:07 +02:00
|
|
|
.s.lo:
|
1999-07-19 21:17:22 +02:00
|
|
|
## We use -Wp,-P to strip #line directives. Irix `as' chokes on
|
|
|
|
## these.
|
|
|
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
1999-04-07 10:01:42 +02:00
|
|
|
|
1999-04-26 16:15:05 +02:00
|
|
|
## We have our own definition of LTCOMPILE because we want to use our
|
1999-04-07 10:01:42 +02:00
|
|
|
## CFLAGS, not those passed in from the top level make.
|
1999-04-26 16:15:05 +02:00
|
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
|
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) \
|
2001-08-18 03:04:43 +02:00
|
|
|
$(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
|
1999-04-26 16:15:05 +02:00
|
|
|
LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2001-08-18 03:04:43 +02:00
|
|
|
AM_CFLAGS = @GC_CFLAGS@
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
# Work around what appears to be a GNU make bug handling MAKEFLAGS
|
|
|
|
# values defined in terms of make variables, as is the case for CC and
|
|
|
|
# friends when we are called from the top level Makefile.
|
|
|
|
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)"
|
|
|
|
|
2001-06-08 19:59:57 +02:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
# Multilib support.
|
|
|
|
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
|
|
|
|
maintainer-clean-multi
|
|
|
|
|
1999-07-19 21:11:54 +02:00
|
|
|
all-am: all-multi
|
|
|
|
install-am: install-multi
|
|
|
|
mostlyclean-am: mostlyclean-multi
|
|
|
|
clean-am: clean-multi
|
|
|
|
distclean-am: distclean-multi
|
|
|
|
maintainer-clean-am: maintainer-clean-multi
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
all-multi:
|
|
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
|
|
|
|
install-multi:
|
|
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
|
|
|
|
mostlyclean-multi:
|
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
|
|
|
|
clean-multi:
|
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
|
|
|
|
distclean-multi:
|
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
|
|
|
|
maintainer-clean-multi:
|
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
|
|
|
|
|
|
|
|
MAKEOVERRIDES=
|