File: Makefile.core.am

package info (click to toggle)
valgrind 1%3A3.2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 27,372 kB
  • ctags: 23,091
  • sloc: ansic: 192,648; xml: 10,723; sh: 4,750; perl: 4,023; makefile: 2,103; asm: 1,813; cpp: 140; haskell: 139
file content (55 lines) | stat: -rw-r--r-- 1,684 bytes parent folder | download
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
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

include $(top_srcdir)/Makefile.flags.am

PRELOAD_LDFLAGS_COMMON = -nostdlib -shared -Wl,-z,interpose,-z,initfirst
PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON) @FLAG_M32@
PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON) -m64
PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON) @FLAG_M32@
PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON) -m64