mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 19:13:46 +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
17 lines
356 B
Makefile
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)
|
|
|
|
|