~ubuntu-branches/debian/sid/valgrind/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
add_includes_x86_linux = -I$(top_srcdir)/coregrind \
		-I$(top_srcdir) \
		-I$(top_srcdir)/coregrind/x86 \
		-I$(top_srcdir)/coregrind/linux \
		-I$(top_srcdir)/coregrind/x86-linux \
		-I$(top_srcdir)/include \
		-I@VEX_DIR@/pub \
		-DVG_PLATFORM="\"x86-linux\"" \
		-DVGA_x86=1 \
		-DVGO_linux=1 \
		-DVGP_x86_linux=1

add_includes_amd64_linux = -I$(top_srcdir)/coregrind \
		-I$(top_srcdir) \
		-I$(top_srcdir)/coregrind/amd64 \
		-I$(top_srcdir)/coregrind/linux \
		-I$(top_srcdir)/coregrind/amd64-linux \
		-I$(top_srcdir)/include \
		-I@VEX_DIR@/pub \
		-DVG_PLATFORM="\"amd64-linux\"" \
		-DVGA_amd64=1 \
		-DVGO_linux=1 \
		-DVGP_amd64_linux=1

add_includes_ppc32_linux = -I$(top_srcdir)/coregrind \
		-I$(top_srcdir) \
		-I$(top_srcdir)/coregrind/ppc32 \
		-I$(top_srcdir)/coregrind/linux \
		-I$(top_srcdir)/coregrind/ppc32-linux \
		-I$(top_srcdir)/include \
		-I@VEX_DIR@/pub \
		-DVG_PLATFORM="\"ppc32-linux\"" \
		-DVGA_ppc32=1 \
		-DVGO_linux=1 \
		-DVGP_ppc32_linux=1

add_includes_ppc64_linux = -I$(top_srcdir)/coregrind \
		-I$(top_srcdir) \
		-I$(top_srcdir)/coregrind/ppc64 \
		-I$(top_srcdir)/coregrind/linux \
		-I$(top_srcdir)/coregrind/ppc64-linux \
		-I$(top_srcdir)/include \
		-I@VEX_DIR@/pub \
		-DVG_PLATFORM="\"ppc64-linux\"" \
		-DVGA_ppc64=1 \
		-DVGO_linux=1 \
		-DVGP_ppc64_linux=1

add_includes_ppc32_aix5 = -I$(top_srcdir)/coregrind \
		-I$(top_srcdir) \
		-I$(top_srcdir)/coregrind/ppc32 \
		-I$(top_srcdir)/coregrind/aix5 \
		-I$(top_srcdir)/coregrind/ppc32-aix5 \
		-I$(top_srcdir)/include \
		-I@VEX_DIR@/pub \
		-DVG_PLATFORM="\"ppc32-aix5\"" \
		-DVGA_ppc32=1 \
		-DVGO_aix5=1 \
		-DVGP_ppc32_aix5=1

add_includes_ppc64_aix5 = -I$(top_srcdir)/coregrind \
		-I$(top_srcdir) \
		-I$(top_srcdir)/coregrind/ppc64 \
		-I$(top_srcdir)/coregrind/aix5 \
		-I$(top_srcdir)/coregrind/ppc64-aix5 \
		-I$(top_srcdir)/include \
		-I@VEX_DIR@/pub \
		-DVG_PLATFORM="\"ppc64-aix5\"" \
		-DVGA_ppc64=1 \
		-DVGO_aix5=1 \
		-DVGP_ppc64_aix5=1

include $(top_srcdir)/Makefile.flags.am