repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Joren's proposed fix for a too-conservative split point selection.
[minix3.git]
/
include
/
Makefile
blob
6a223ffd321174049d26c90c6713ae3f988cd78f
1
2
INC
=/
usr
/
include
3
GCCVERSION
=
3.4.3
4
MKHEADERS
=/
usr
/
gnu
//
libexec
/
gcc
/
i386-pc-minix
/$(
GCCVERSION
)/
install-tools
/
mkheaders
5
6
all
::
7
8
clean
::
9
10
install
::
11
-
rm
-
rf
$(
INC
)
12
mkdir
-
p
$(
INC
)
13
cpdir .
$(
INC
)
14
@chown
-
R bin
$(
INC
)
15
@
rm
-
f
$(
INC
)/
Makefile
16
17
gcc
:
install
18
SHELL
=/
bin
/
sh
;
if
[ -
f
$(
MKHEADERS
) ] ;
then sh
-
e
$(
MKHEADERS
) ;
fi