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/hugetlb: add cache of descriptors to resv_map for region_add
[linux/fpc-iii.git]
/
tools
/
laptop
/
freefall
/
Makefile
blob
48c6c93284194ad5b780a8f5d716c96c7fe350b8
1
PREFIX ?
= /
usr
2
SBINDIR ?
=
sbin
3
INSTALL ?
=
install
4
CC
= $(
CROSS_COMPILE
)
gcc
5
6
TARGET
=
freefall
7
8
all
: $(
TARGET
)
9
10
%: %
.c
11
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
o
$
@
$<
12
13
clean
:
14
$(
RM
) $(
TARGET
)
15
16
install
:
freefall
17
$(
INSTALL
) -
D
-
m
755
$(
TARGET
) $(
DESTDIR
)$(
PREFIX
)/$(
SBINDIR
)/$(
TARGET
)