repo.or.cz
/
AquilaOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add time tracking interface
[AquilaOS.git]
/
system
/
Makefile
blob
732974423ae9780a483d9fd8d0d69135bcdf4d6f
1
export
2
3
CWD
!=
realpath
--
relative-to
=$(
SRCDIR
)
.
4
5
dirs-y
=
aqbox
/
fbterm
/
6
7
all
: $(
dirs-y
)
8
9
.PHONY
: $(
dirs-y
)
10
$(
dirs-y
): $(
patsubst
%/,%/
Makefile
, $(
dirs-y
))
11
@echo
-
e
" MK "
$(
CWD
)/$
@
12
@
$(
MAKE
) -
C
$
@
$(
param
)
13
14
.PHONY
:
clean
15
clean
:
param
=
clean
16
clean
: $(
dirs-y
)