tom | fb7bcde | 2005-11-07 15:24:38 +0000 | [diff] [blame] | 1 | add_includes_x86_linux = -I$(top_srcdir)/coregrind \ |
sewardj | b5f6f51 | 2005-03-10 23:59:00 +0000 | [diff] [blame] | 2 | -I$(top_srcdir) \ |
tom | fb7bcde | 2005-11-07 15:24:38 +0000 | [diff] [blame] | 3 | -I$(top_srcdir)/coregrind/x86 \ |
| 4 | -I$(top_srcdir)/coregrind/linux \ |
| 5 | -I$(top_srcdir)/coregrind/x86-linux \ |
njn | 4de47b1 | 2005-05-16 03:25:12 +0000 | [diff] [blame] | 6 | -I$(top_srcdir)/include \ |
sewardj | bc7df20 | 2005-05-02 10:25:34 +0000 | [diff] [blame] | 7 | -I@VEX_DIR@/pub \ |
tom | fb7bcde | 2005-11-07 15:24:38 +0000 | [diff] [blame] | 8 | -DVG_PLATFORM="\"x86-linux\"" \ |
| 9 | -DVGA_x86=1 \ |
| 10 | -DVGO_linux=1 \ |
| 11 | -DVGP_x86_linux=1 |
nethercote | 4388a40 | 2004-09-01 23:20:49 +0000 | [diff] [blame] | 12 | |
tom | fb7bcde | 2005-11-07 15:24:38 +0000 | [diff] [blame] | 13 | add_includes_amd64_linux = -I$(top_srcdir)/coregrind \ |
| 14 | -I$(top_srcdir) \ |
| 15 | -I$(top_srcdir)/coregrind/amd64 \ |
| 16 | -I$(top_srcdir)/coregrind/linux \ |
| 17 | -I$(top_srcdir)/coregrind/amd64-linux \ |
| 18 | -I$(top_srcdir)/include \ |
| 19 | -I@VEX_DIR@/pub \ |
| 20 | -DVG_PLATFORM="\"amd64-linux\"" \ |
| 21 | -DVGA_amd64=1 \ |
| 22 | -DVGO_linux=1 \ |
| 23 | -DVGP_amd64_linux=1 |
tom | 7860441 | 2005-05-17 16:11:40 +0000 | [diff] [blame] | 24 | |
tom | fb7bcde | 2005-11-07 15:24:38 +0000 | [diff] [blame] | 25 | add_includes_ppc32_linux = -I$(top_srcdir)/coregrind \ |
| 26 | -I$(top_srcdir) \ |
| 27 | -I$(top_srcdir)/coregrind/ppc32 \ |
| 28 | -I$(top_srcdir)/coregrind/linux \ |
| 29 | -I$(top_srcdir)/coregrind/ppc32-linux \ |
| 30 | -I$(top_srcdir)/include \ |
| 31 | -I@VEX_DIR@/pub \ |
| 32 | -DVG_PLATFORM="\"ppc32-linux\"" \ |
| 33 | -DVGA_ppc32=1 \ |
| 34 | -DVGO_linux=1 \ |
| 35 | -DVGP_ppc32_linux=1 |
tom | 7860441 | 2005-05-17 16:11:40 +0000 | [diff] [blame] | 36 | |
sewardj | 2c48c7b | 2005-11-29 13:05:56 +0000 | [diff] [blame] | 37 | add_includes_ppc64_linux = -I$(top_srcdir)/coregrind \ |
| 38 | -I$(top_srcdir) \ |
| 39 | -I$(top_srcdir)/coregrind/ppc64 \ |
| 40 | -I$(top_srcdir)/coregrind/linux \ |
| 41 | -I$(top_srcdir)/coregrind/ppc64-linux \ |
| 42 | -I$(top_srcdir)/include \ |
| 43 | -I@VEX_DIR@/pub \ |
| 44 | -DVG_PLATFORM="\"ppc64-linux\"" \ |
| 45 | -DVGA_ppc64=1 \ |
| 46 | -DVGO_linux=1 \ |
| 47 | -DVGP_ppc64_linux=1 |
| 48 | |
sewardj | 1eff82b | 2006-10-17 00:56:43 +0000 | [diff] [blame] | 49 | add_includes_ppc32_aix5 = -I$(top_srcdir)/coregrind \ |
| 50 | -I$(top_srcdir) \ |
| 51 | -I$(top_srcdir)/coregrind/ppc32 \ |
| 52 | -I$(top_srcdir)/coregrind/aix5 \ |
| 53 | -I$(top_srcdir)/coregrind/ppc32-aix5 \ |
| 54 | -I$(top_srcdir)/include \ |
| 55 | -I@VEX_DIR@/pub \ |
| 56 | -DVG_PLATFORM="\"ppc32-aix5\"" \ |
| 57 | -DVGA_ppc32=1 \ |
| 58 | -DVGO_aix5=1 \ |
| 59 | -DVGP_ppc32_aix5=1 |
nethercote | 4388a40 | 2004-09-01 23:20:49 +0000 | [diff] [blame] | 60 | |
sewardj | 1eff82b | 2006-10-17 00:56:43 +0000 | [diff] [blame] | 61 | add_includes_ppc64_aix5 = -I$(top_srcdir)/coregrind \ |
| 62 | -I$(top_srcdir) \ |
| 63 | -I$(top_srcdir)/coregrind/ppc64 \ |
| 64 | -I$(top_srcdir)/coregrind/aix5 \ |
| 65 | -I$(top_srcdir)/coregrind/ppc64-aix5 \ |
| 66 | -I$(top_srcdir)/include \ |
| 67 | -I@VEX_DIR@/pub \ |
| 68 | -DVG_PLATFORM="\"ppc64-aix5\"" \ |
| 69 | -DVGA_ppc64=1 \ |
| 70 | -DVGO_aix5=1 \ |
| 71 | -DVGP_ppc64_aix5=1 |
| 72 | |
| 73 | include $(top_srcdir)/Makefile.flags.am |