Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / tools / build / feature / Makefile
CommitLineData
b6aa9979 1
3ae069cf 2FILES= \
56560ec6
CC
3 test-all.bin \
4 test-backtrace.bin \
5 test-bionic.bin \
6 test-dwarf.bin \
7 test-fortify-source.bin \
f6d31369 8 test-sync-compare-and-swap.bin \
56560ec6
CC
9 test-glibc.bin \
10 test-gtk2.bin \
11 test-gtk2-infobar.bin \
12 test-hello.bin \
13 test-libaudit.bin \
14 test-libbfd.bin \
15 test-liberty.bin \
16 test-liberty-z.bin \
17 test-cplus-demangle.bin \
18 test-libelf.bin \
19 test-libelf-getphdrnum.bin \
20 test-libelf-mmap.bin \
21 test-libnuma.bin \
22 test-libperl.bin \
23 test-libpython.bin \
24 test-libpython-version.bin \
25 test-libslang.bin \
26 test-libunwind.bin \
27 test-libunwind-debug-frame.bin \
459a3df7 28 test-pthread-attr-setaffinity-np.bin \
56560ec6 29 test-stackprotector-all.bin \
45757895 30 test-timerfd.bin \
e477f3f0 31 test-libdw-dwarf-unwind.bin \
53d0a573 32 test-libbabeltrace.bin \
e477f3f0 33 test-compile-32.bin \
e92ce12e 34 test-compile-x32.bin \
6c6f0f61 35 test-zlib.bin \
1b76c13e
WN
36 test-lzma.bin \
37 test-bpf.bin
b6aa9979 38
a8a5cd8b
MR
39CC := $(CROSS_COMPILE)gcc -MD
40PKG_CONFIG := $(CROSS_COMPILE)pkg-config
8b6eb56a 41
b6aa9979
IM
42all: $(FILES)
43
806f0727
JO
44__BUILD = $(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ $(patsubst %.bin,%.c,$@) $(LDFLAGS)
45 BUILD = $(__BUILD) > $(OUTPUT)$(@:.bin=.make.output) 2>&1
b6aa9979
IM
46
47###############################
48
56560ec6 49test-all.bin:
6c6f0f61 50 $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma
baa9c30e 51
56560ec6 52test-hello.bin:
b6aa9979
IM
53 $(BUILD)
54
459a3df7 55test-pthread-attr-setaffinity-np.bin:
b49f1a4b 56 $(BUILD) -D_GNU_SOURCE -lpthread
459a3df7 57
56560ec6 58test-stackprotector-all.bin:
b49f1a4b 59 $(BUILD) -fstack-protector-all
90ac5422 60
56560ec6 61test-fortify-source.bin:
b49f1a4b 62 $(BUILD) -O2 -D_FORTIFY_SOURCE=2
1ea6f99e 63
56560ec6 64test-bionic.bin:
78e9d655
IM
65 $(BUILD)
66
56560ec6 67test-libelf.bin:
8f7f8005
IM
68 $(BUILD) -lelf
69
56560ec6 70test-glibc.bin:
e12762cf
IM
71 $(BUILD)
72
56560ec6 73test-dwarf.bin:
8295d4e2
IM
74 $(BUILD) -ldw
75
56560ec6 76test-libelf-mmap.bin:
8869b17e
IM
77 $(BUILD) -lelf
78
56560ec6 79test-libelf-getphdrnum.bin:
b7bcef6f
IM
80 $(BUILD) -lelf
81
56560ec6 82test-libnuma.bin:
3ae069cf
IM
83 $(BUILD) -lnuma
84
56560ec6 85test-libunwind.bin:
1448fef4 86 $(BUILD) -lelf
058f952d 87
56560ec6 88test-libunwind-debug-frame.bin:
1448fef4 89 $(BUILD) -lelf
e310718d 90
56560ec6 91test-libaudit.bin:
d795a658
IM
92 $(BUILD) -laudit
93
56560ec6 94test-libslang.bin:
b9498b50
IM
95 $(BUILD) -I/usr/include/slang -lslang
96
56560ec6 97test-gtk2.bin:
a8a5cd8b 98 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
7ef9e055 99
56560ec6 100test-gtk2-infobar.bin:
a8a5cd8b 101 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
c7a79e96 102
7181a671
IM
103grep-libs = $(filter -l%,$(1))
104strip-libs = $(filter-out -l%,$(1))
105
106PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
107PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
108PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
109PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
110FLAGS_PERL_EMBED=$(PERL_EMBED_CCOPTS) $(PERL_EMBED_LDOPTS)
111
56560ec6 112test-libperl.bin:
7181a671
IM
113 $(BUILD) $(FLAGS_PERL_EMBED)
114
56560ec6 115test-libpython.bin:
56c7d79e 116 $(BUILD)
9734163b 117
56560ec6 118test-libpython-version.bin:
56c7d79e 119 $(BUILD)
95d061c8 120
56560ec6 121test-libbfd.bin:
280e7c48 122 $(BUILD) -DPACKAGE='"perf"' -lbfd -lz -liberty -ldl
3b7646e4 123
56560ec6 124test-liberty.bin:
b49f1a4b 125 $(CC) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty
1c47661a 126
56560ec6 127test-liberty-z.bin:
b49f1a4b 128 $(CC) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty -lz
1c47661a 129
56560ec6 130test-cplus-demangle.bin:
1c47661a
IM
131 $(BUILD) -liberty
132
56560ec6 133test-backtrace.bin:
4cc9117a
IM
134 $(BUILD)
135
56560ec6 136test-timerfd.bin:
87419c9a
DA
137 $(BUILD)
138
45757895 139test-libdw-dwarf-unwind.bin:
53d0a573
JO
140 $(BUILD) # -ldw provided by $(FEATURE_CHECK_LDFLAGS-libdw-dwarf-unwind)
141
142test-libbabeltrace.bin:
143 $(BUILD) # -lbabeltrace provided by $(FEATURE_CHECK_LDFLAGS-libbabeltrace)
45757895 144
f6d31369 145test-sync-compare-and-swap.bin:
b49f1a4b 146 $(BUILD)
f6d31369 147
e477f3f0
AH
148test-compile-32.bin:
149 $(CC) -m32 -o $(OUTPUT)$@ test-compile.c
150
151test-compile-x32.bin:
152 $(CC) -mx32 -o $(OUTPUT)$@ test-compile.c
153
e92ce12e
NK
154test-zlib.bin:
155 $(BUILD) -lz
156
6c6f0f61
JO
157test-lzma.bin:
158 $(BUILD) -llzma
159
1b76c13e
WN
160test-bpf.bin:
161 $(BUILD)
162
231486a5 163-include *.d
8b6eb56a 164
b6aa9979
IM
165###############################
166
167clean:
806f0727 168 rm -f $(FILES) *.d $(FILES:.bin=.make.output)