blob: e71c12058fa6702187fd925de15018ed466505b8 [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 \
nethercote73b526f2004-10-31 18:48:21 +00005 -I$(top_srcdir)/include/$(VG_ARCH) \
6 -I$(top_srcdir)/include/$(VG_OS) \
7 -I$(top_srcdir)/include/$(VG_PLATFORM)
nethercote4388a402004-09-01 23:20:49 +00008
9AM_CPPFLAGS = $(add_includes)
nethercote8df0a402004-10-25 19:20:14 +000010AM_CCASFLAGS = $(add_includes) @ARCH_CORE_AM_CCASFLAGS@
nethercote4388a402004-09-01 23:20:49 +000011