mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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
10 lines
249 B
Makefile
10 lines
249 B
Makefile
|
|
SUBDIRS = . tests docs
|
|
|
|
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.tool-flags.am
|
|
include $(top_srcdir)/Makefile.tool-inplace.am
|
|
|
|
LIBREPLACEMALLOC = $(top_builddir)/coregrind/m_replacemalloc/libreplacemalloc_toolpreload.a
|
|
|