repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git]
/
src
/
gallium
/
state_trackers
/
dri
/
Makefile
blob
72e70577b3d57cb9311b50b46cfc500c61bd9041
1
# src/gallium/state_trackers/dri/Makefile
2
TOP
=
..
/
..
/
..
/
..
3
include
$(
TOP
)/
configs
/
current
4
5
SUBDIRS
=
drm sw
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