Nicholas Nethercote d01259a1d0 Modularised all the debug info stuff as m_debuginfo/. It's a mess
and needs further cleaning up, but it's a start.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3821
2005-05-31 02:38:09 +00:00

15 lines
254 B
Makefile

include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
noinst_HEADERS = \
priv_symtab.h \
priv_symtypes.h
noinst_LIBRARIES = libdebuginfo.a
libdebuginfo_a_SOURCES = \
dwarf.c \
stabs.c \
symtab.c \
symtypes.c