mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
- Moved all assembly files in coregrind/ into coregrind/x86/. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2799
10 lines
311 B
Makefile
10 lines
311 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)
|
|
AM_CCASFLAGS = $(add_includes)
|
|
|