projects
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge commit 'origin/master' into gallium-sw-api-2
[mesa.git]
/
src
/
gallium
/
targets
/
Makefile
1
# src/gallium/winsys/Makefile
2
TOP
=
..
/
..
/
..
3
include
$(
TOP
)/
configs
/
current
4
5
SUBDIRS
= $(
GALLIUM_TARGET_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