mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
and needs further cleaning up, but it's a start. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3821
15 lines
254 B
Makefile
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
|