Nicholas Nethercote 61448c507d We have a nice little collection of text files describing various high
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
2005-07-19 21:46:19 +00:00

17 lines
356 B
Makefile

include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
noinst_LIBRARIES = \
libreplacemalloc_core.a \
libreplacemalloc_toolpreload.a
libreplacemalloc_core_a_SOURCES = \
replacemalloc_core.c
libreplacemalloc_toolpreload_a_SOURCES = \
vg_replace_malloc.c
libreplacemalloc_toolpreload_a_CFLAGS = \
$(PIC_AM_CFLAGS)