repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
capabilities
/
Makefile
blob
8c8f0c1f08894a9f6c6372b873a5c4e34b998540
1
all
:
2
3
include
..
/
lib.mk
4
5
.PHONY
:
all clean
6
7
TARGETS
:=
validate_cap test_execve
8
TEST_PROGS
:=
test_execve
9
10
CFLAGS
:= -
O2
-
g
-
std
=
gnu99
-
Wall
-
lcap-ng
11
12
all
: $(
TARGETS
)
13
14
clean
:
15
$(
RM
) $(
TARGETS
)
16
17
$(
TARGETS
): %: %
.c
18
$(
CC
) -
o
$
@
$(
CFLAGS
) $(
EXTRA_CFLAGS
) $
^
-
lrt
-
ldl