mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 13:18:15 +00:00
- create coregrind/x86-linux/ directory. - move vg_unistd.h into x86-linux/, because it's platform-dependent. Also rename it as vki_unistd.h to make clear it's a kernel interface thing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2681
9 lines
280 B
Makefile
9 lines
280 B
Makefile
add_includes = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \
|
|
-I$(top_srcdir)/coregrind/$(VG_ARCH) \
|
|
-I$(top_srcdir)/coregrind/$(VG_PLATFORM) \
|
|
-I$(top_builddir)/include -I$(top_srcdir)/include \
|
|
-I$(top_srcdir)/include/$(VG_ARCH)
|
|
|
|
AM_CPPFLAGS = $(add_includes)
|
|
|