blob: a0a46463d94cf96c92c23fda7bd7b33619cba522 [file] [log] [blame]
tomfb7bcde2005-11-07 15:24:38 +00001add_includes_x86_linux = -I$(top_srcdir)/coregrind \
sewardjb5f6f512005-03-10 23:59:00 +00002 -I$(top_srcdir) \
tomfb7bcde2005-11-07 15:24:38 +00003 -I$(top_srcdir)/coregrind/x86 \
4 -I$(top_srcdir)/coregrind/linux \
5 -I$(top_srcdir)/coregrind/x86-linux \
njn4de47b12005-05-16 03:25:12 +00006 -I$(top_srcdir)/include \
sewardjbc7df202005-05-02 10:25:34 +00007 -I@VEX_DIR@/pub \
tomfb7bcde2005-11-07 15:24:38 +00008 -DVG_PLATFORM="\"x86-linux\"" \
9 -DVGA_x86=1 \
10 -DVGO_linux=1 \
11 -DVGP_x86_linux=1
nethercote4388a402004-09-01 23:20:49 +000012
tomfb7bcde2005-11-07 15:24:38 +000013add_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
tom78604412005-05-17 16:11:40 +000024
tomfb7bcde2005-11-07 15:24:38 +000025add_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
tom78604412005-05-17 16:11:40 +000036
sewardj2c48c7b2005-11-29 13:05:56 +000037add_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
sewardj1eff82b2006-10-17 00:56:43 +000049add_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
nethercote4388a402004-09-01 23:20:49 +000060
sewardj1eff82b2006-10-17 00:56:43 +000061add_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
73include $(top_srcdir)/Makefile.flags.am