diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2004-07-27 18:03:18 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@gcc.gnu.org> | 2004-07-27 18:03:18 +0000 |
commit | fc5515a8a069396531c8f33678a392a57f02f5fd (patch) | |
tree | 5e96c1cc127c61d5fadb32d5f5239c9b92d065e1 /libmudflap/Makefile.am | |
parent | 00bdb87f8e8107ade3abd37e37db8270a0016bc3 (diff) | |
download | gcc-fc5515a8a069396531c8f33678a392a57f02f5fd.zip gcc-fc5515a8a069396531c8f33678a392a57f02f5fd.tar.gz gcc-fc5515a8a069396531c8f33678a392a57f02f5fd.tar.bz2 |
splay-tree.[ch]: Remove.
2004-07-27 Frank Ch. Eigler <fche@redhat.com>
* splay-tree.[ch]: Remove. Merge contents into ...
* mf-runtime.c: ... here, renaming symbols and making all functions
static. Remove unused min/max functions.
* Makefile.am: Forget about splay-tree.[ch].
* Makefile.in, testsuite/Makefile.in: Regenerated.
From-SVN: r85224
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r-- | libmudflap/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 7dcd59c..cdb6085 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -26,7 +26,6 @@ libmudflap_la_SOURCES = \ 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) libmudflap_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` @@ -34,7 +33,7 @@ libmudflap_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` clean-local: rm -f pth/*.o pth/*.lo -pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h splay-tree.c splay-tree.h +pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.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 $@ |