mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 21:47:06 +00:00
level things. But they're all over the place. This commits moves them all to the new docs/internals/ directory, and gives them a consistent naming scheme. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4196
9 lines
188 B
Makefile
9 lines
188 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
noinst_LIBRARIES = libaspacemgr.a
|
|
|
|
libaspacemgr_a_SOURCES = \
|
|
read_procselfmaps.c \
|
|
aspacemgr.c
|