blob: 2632a678f45d3c00d0693fe8e8ff9d7c1d11bf47 [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) \
nethercotef94fe2f2004-09-10 14:23:59 +00003 -I$(top_srcdir)/coregrind/$(VG_PLATFORM) \
nethercotec06e2132004-09-03 13:45:29 +00004 -I$(top_builddir)/include -I$(top_srcdir)/include \
5 -I$(top_srcdir)/include/$(VG_ARCH)
nethercote4388a402004-09-01 23:20:49 +00006
7AM_CPPFLAGS = $(add_includes)
nethercote8df0a402004-10-25 19:20:14 +00008AM_CCASFLAGS = $(add_includes) @ARCH_CORE_AM_CCASFLAGS@
nethercote4388a402004-09-01 23:20:49 +00009