Remove final bits of binparser

This commit is contained in:
Søren Sandmann Pedersen
2009-10-08 19:25:54 -04:00
parent ca14021fb3
commit 7836e72295
5 changed files with 46 additions and 725 deletions

View File

@ -10,8 +10,6 @@ endif
SYSPROF_CORE = \
binfile.h \
binfile.c \
binparser.h \
binparser.c \
collector.c \
collector.h \
demangle.c \
@ -108,8 +106,6 @@ testunwind_SOURCES = \
demangle.c \
elfparser.c \
elfparser.h \
binparser.c \
binparser.h \
unwind.c \
unwind.h
testunwind_CPPFLAGS = $(CORE_DEP_CFLAGS)
@ -120,8 +116,7 @@ testelf_SOURCES = \
testelf.c \
demangle.c \
elfparser.c \
elfparser.h \
binparser.c \
binparser.h
elfparser.h
testelf_CPPFLAGS = $(CORE_DEP_CFLAGS)
testelf_LDADD = $(CORE_DEP_LIBS)