mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 20:50:56 +00:00
compiler symbols rather than our own symbols for the architectures (we already were, more or less). This simplifies the build, hurrah! I also inverted the sense of the NVALGRIND ifdefs, to make them easier to read, and fixed up some comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3739
27 lines
536 B
Makefile
27 lines
536 B
Makefile
|
|
EXTRA_DIST = \
|
|
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_hashtable.h \
|
|
pub_tool_mallocfree.h \
|
|
pub_tool_replacemalloc.h \
|
|
pub_tool_skiplist.h \
|
|
pub_tool_stacktrace.h \
|
|
pub_tool_tooliface.h \
|
|
valgrind.h \
|
|
vki-linux.h \
|
|
vki-amd64-linux.h \
|
|
vki-arm-linux.h \
|
|
vki-x86-linux.h \
|
|
vki_posixtypes-amd64-linux.h \
|
|
vki_posixtypes-arm-linux.h \
|
|
vki_posixtypes-x86-linux.h
|