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