repo.or.cz
/
syslinux
/
sherbszt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.git]
/
diag
/
Makefile
blob
e33537537599aca371e3ad7d81e9013f1e090ddf
1
SUBDIRS
=
mbr geodsp
2
3
all
tidy
dist clean
spotless
install
:
4
@mkdir
-
p
$(
addprefix
$(
OBJ
)/,$(
SUBDIRS
))
5
set
-
e
;
for d in
$(
SUBDIRS
);
\
6
do
$(
MAKE
) -
C
$(
OBJ
)/$
$d
-
f
$(
SRC
)/$
$d
/
Makefile \
7
SRC
=
"$(SRC)"
/$
$d
OBJ
=
"$(OBJ)"
/$
$d
$
@
;
done