repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
Makefile
blob
9fe9b2c11d062d4b7f7eb0d33e443934a9f06800
1
# src/gallium/drivers/Makefile
2
TOP
=
..
/
..
/
..
3
include
$(
TOP
)/
configs
/
current
4
5
SUBDIRS
= $(
GALLIUM_DRIVERS_DIRS
)
6
7
default
install clean
:
8
@for
dir
in
$(
SUBDIRS
) ;
do \
9
if
[ -
d
$
$dir
] ;
then \
10
(
cd
$
$dir
&& $(
MAKE
) $
@
)
|| exit
1
;
\
11
fi \
12
done