mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
cfbd22d765
2004-06-24 Frank Ch. Eigler <fche@redhat.com> Adopt splay trees for object database. * Makefile.am: Copy splay-tree.* from libiberty. * Makefile.in, testsuite/Makefile.in: Regenerated. * mf-runtime.h.in (__mf_unregister): Add third parameter (type). * mf-hooks[123].c (*): Add new third parameter to mf_unregister. * mf-impl.h (BEGIN_PROTECT): Remove some trace text. * mf-runtime.c: Rewrite code dealing with object database to use libiberty splay trees. Remove tree liveness aging option. * testsuite/libmudflap.c/fail18-frag.c: Add volatile flag. From-SVN: r83611
114 lines
3.1 KiB
Makefile
114 lines
3.1 KiB
Makefile
## Makefile for the toplevel directory of the mudflap library.
|
|
##
|
|
## Copyright (C) 2002, 2003, 2004
|
|
## Free Software Foundation, Inc.
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = 1.8 foreign
|
|
MAINT_CHARSET = latin1
|
|
SUBDIRS = testsuite
|
|
|
|
SECTION_FLAGS = @SECTION_FLAGS@
|
|
AM_CFLAGS = -Wall $(SECTION_FLAGS)
|
|
|
|
if LIBMUDFLAPTH
|
|
libmudflapth = libmudflapth.la
|
|
else
|
|
libmudflapth =
|
|
endif
|
|
|
|
toolexeclib_LTLIBRARIES = libmudflap.la $(libmudflapth)
|
|
include_HEADERS = mf-runtime.h
|
|
|
|
# Copy this out of libiberty's source tree, so it can be built here via libtool
|
|
splay-tree.c:
|
|
rm -f $@
|
|
$(LN_S) $(srcdir)/../libiberty/splay-tree.c $@
|
|
# Copy this so that top-level include/ does not have to be put into -I path
|
|
splay-tree.h:
|
|
rm -f $@
|
|
$(LN_S) $(srcdir)/../include/splay-tree.h $@
|
|
|
|
libmudflap_la_SOURCES = \
|
|
mf-runtime.c \
|
|
mf-heuristics.c \
|
|
mf-hooks1.c \
|
|
mf-hooks2.c
|
|
mf-runtime.lo: mf-runtime.c splay-tree.c splay-tree.h
|
|
libmudflap_la_LIBADD =
|
|
libmudflap_la_DEPENDENCIES = $(libmudflap_la_LIBADD)
|
|
|
|
clean-local:
|
|
rm -f pth/*.o pth/*.lo
|
|
rm -f splay-tree.c splay-tree.h
|
|
|
|
pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h splay-tree.c splay-tree.h
|
|
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
|
|
pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
|
|
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-heuristics.c -o $@
|
|
pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
|
|
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks1.c -o $@
|
|
pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
|
|
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks2.c -o $@
|
|
pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
|
|
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@
|
|
|
|
|
|
libmudflapth_la_SOURCES =
|
|
libmudflapth_la_LIBADD = \
|
|
pth/mf-runtime.lo \
|
|
pth/mf-heuristics.lo \
|
|
pth/mf-hooks1.lo \
|
|
pth/mf-hooks2.lo \
|
|
pth/mf-hooks3.lo
|
|
libmudflapth_la_DEPENDENCIES = $(libmudflapth_la_LIBADD)
|
|
|
|
|
|
|
|
# XXX hack alert
|
|
# From libffi/Makefile.am
|
|
|
|
# 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)" \
|
|
"JC1FLAGS=$(JC1FLAGS)" \
|
|
"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)" \
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
|
"exec_prefix=$(exec_prefix)" \
|
|
"infodir=$(infodir)" \
|
|
"libdir=$(libdir)" \
|
|
"prefix=$(prefix)" \
|
|
"AR=$(AR)" \
|
|
"AS=$(AS)" \
|
|
"CC=$(CC)" \
|
|
"CXX=$(CXX)" \
|
|
"LD=$(LD)" \
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
|
"NM=$(NM)" \
|
|
"PICFLAG=$(PICFLAG)" \
|
|
"RANLIB=$(RANLIB)" \
|
|
"DESTDIR=$(DESTDIR)"
|
|
|
|
MAKEOVERRIDES=
|
|
|
|
## ################################################################
|
|
|