mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
into that. Mostly this means moving vki_unistd-<plat>.h to include/vki/vki-scnums-<plat>.h. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6224
42 lines
984 B
Makefile
42 lines
984 B
Makefile
|
|
incincdir = $(includedir)/valgrind
|
|
|
|
incinc_HEADERS = \
|
|
pub_tool_basics.h \
|
|
pub_tool_basics_asm.h \
|
|
pub_tool_aspacemgr.h \
|
|
pub_tool_clientstate.h \
|
|
pub_tool_clreq.h \
|
|
pub_tool_cpuid.h \
|
|
pub_tool_debuginfo.h \
|
|
pub_tool_errormgr.h \
|
|
pub_tool_execontext.h \
|
|
pub_tool_hashtable.h \
|
|
pub_tool_libcbase.h \
|
|
pub_tool_libcassert.h \
|
|
pub_tool_libcfile.h \
|
|
pub_tool_libcprint.h \
|
|
pub_tool_libcproc.h \
|
|
pub_tool_libcsignal.h \
|
|
pub_tool_machine.h \
|
|
pub_tool_mallocfree.h \
|
|
pub_tool_options.h \
|
|
pub_tool_oset.h \
|
|
pub_tool_redir.h \
|
|
pub_tool_replacemalloc.h \
|
|
pub_tool_signals.h \
|
|
pub_tool_stacktrace.h \
|
|
pub_tool_threadstate.h \
|
|
pub_tool_tooliface.h \
|
|
pub_tool_vkiscnums.h \
|
|
valgrind.h \
|
|
vki-linux.h \
|
|
vki-amd64-linux.h \
|
|
vki-ppc32-linux.h \
|
|
vki-ppc64-linux.h \
|
|
vki-x86-linux.h \
|
|
vki/vki-scnums-amd64-linux.h \
|
|
vki/vki-scnums-ppc32-linux.h \
|
|
vki/vki-scnums-ppc64-linux.h \
|
|
vki/vki-scnums-x86-linux.h
|