Files
ftmemsim-valgrind/include/Makefile.am
Nicholas Nethercote eb32bc7045 Modularised the malloc/free stuff into two modules: m_mallocfree for the
malloc/free implementation, and m_replacemalloc with the stuff for the tools
that replace malloc with their own version.  Previously these two areas of
functionality were mixed up somewhat.




git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3648
2005-05-10 02:47:21 +00:00

24 lines
473 B
Makefile

SUBDIRS = $(VG_ARCH) $(VG_OS) $(VG_PLATFORM) .
DIST_SUBDIRS = $(VG_ARCH_ALL) $(VG_OS_ALL) $(VG_PLATFORM_ALL) .
EXTRA_DIST = \
valgrind.h.in \
vg_profile.c
incincdir = $(includedir)/valgrind
incinc_HEADERS = \
basic_types.h \
tool.h \
tool_asm.h \
pub_tool_errormgr.h \
pub_tool_execontext.h \
pub_tool_mallocfree.h \
pub_tool_replacemalloc.h\
pub_tool_stacktrace.h \
valgrind.h
BUILT_SOURCES = valgrind.h
CLEANFILES = valgrind.h