blob: 03c313ff4873701fe3e7261065553f5cb36fd7b4 [file] [log] [blame]
nethercote4388a402004-09-01 23:20:49 +00001add_includes = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \
nethercotec06e2132004-09-03 13:45:29 +00002 -I$(top_srcdir)/coregrind/$(VG_ARCH) \
nethercote8ff888f2004-11-17 17:11:45 +00003 -I$(top_srcdir)/coregrind/$(VG_OS) \
nethercotef94fe2f2004-09-10 14:23:59 +00004 -I$(top_srcdir)/coregrind/$(VG_PLATFORM) \
nethercotec06e2132004-09-03 13:45:29 +00005 -I$(top_builddir)/include -I$(top_srcdir)/include \
nethercote73b526f2004-10-31 18:48:21 +00006 -I$(top_srcdir)/include/$(VG_ARCH) \
7 -I$(top_srcdir)/include/$(VG_OS) \
sewardj50629ec2004-11-22 13:44:11 +00008 -I$(top_srcdir)/include/$(VG_PLATFORM) \
9 -I@VEX_DIR@/pub
nethercote4388a402004-09-01 23:20:49 +000010
11AM_CPPFLAGS = $(add_includes)
nethercote8df0a402004-10-25 19:20:14 +000012AM_CCASFLAGS = $(add_includes) @ARCH_CORE_AM_CCASFLAGS@
nethercote4388a402004-09-01 23:20:49 +000013