nethercote | 4388a40 | 2004-09-01 23:20:49 +0000 | [diff] [blame] | 1 | add_includes = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \ |
sewardj | b5f6f51 | 2005-03-10 23:59:00 +0000 | [diff] [blame] | 2 | -I$(top_srcdir) \ |
nethercote | c06e213 | 2004-09-03 13:45:29 +0000 | [diff] [blame] | 3 | -I$(top_srcdir)/coregrind/$(VG_ARCH) \ |
sewardj | b5f6f51 | 2005-03-10 23:59:00 +0000 | [diff] [blame] | 4 | -I$(top_builddir)/coregrind/$(VG_ARCH) \ |
nethercote | 8ff888f | 2004-11-17 17:11:45 +0000 | [diff] [blame] | 5 | -I$(top_srcdir)/coregrind/$(VG_OS) \ |
nethercote | f94fe2f | 2004-09-10 14:23:59 +0000 | [diff] [blame] | 6 | -I$(top_srcdir)/coregrind/$(VG_PLATFORM) \ |
nethercote | c06e213 | 2004-09-03 13:45:29 +0000 | [diff] [blame] | 7 | -I$(top_builddir)/include -I$(top_srcdir)/include \ |
nethercote | 73b526f | 2004-10-31 18:48:21 +0000 | [diff] [blame] | 8 | -I$(top_srcdir)/include/$(VG_ARCH) \ |
| 9 | -I$(top_srcdir)/include/$(VG_OS) \ |
sewardj | 50629ec | 2004-11-22 13:44:11 +0000 | [diff] [blame] | 10 | -I$(top_srcdir)/include/$(VG_PLATFORM) \ |
sewardj | bc7df20 | 2005-05-02 10:25:34 +0000 | [diff] [blame] | 11 | -I@VEX_DIR@/pub \ |
| 12 | -DVGA_$(VG_ARCH)=1 \ |
| 13 | -DVGO_$(VG_OS)=1 \ |
| 14 | -DVGP_$(VG_ARCH)_$(VG_OS)=1 |
nethercote | 4388a40 | 2004-09-01 23:20:49 +0000 | [diff] [blame] | 15 | |
| 16 | AM_CPPFLAGS = $(add_includes) |
sewardj | b5f6f51 | 2005-03-10 23:59:00 +0000 | [diff] [blame] | 17 | AM_CCASFLAGS = $(add_includes) @ARCH_CORE_AM_CCASFLAGS@ -Wa,-gstabs |
nethercote | 4388a40 | 2004-09-01 23:20:49 +0000 | [diff] [blame] | 18 | |