mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
15 lines
242 B
Makefile
15 lines
242 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core.am
|
|
|
|
noinst_HEADERS = \
|
|
priv_symtab.h \
|
|
priv_symtypes.h
|
|
|
|
noinst_LIBRARIES = libdebuginfo.a
|
|
|
|
libdebuginfo_a_SOURCES = \
|
|
dwarf.c \
|
|
stabs.c \
|
|
symtab.c \
|
|
symtypes.c
|