projects
/
profile
/
ivi
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'gallium-0.1' into gallium-0.2
[profile/ivi/mesa.git]
/
src
/
gallium
/
drivers
/
Makefile
1
TOP = ../../..
2
include $(TOP)/configs/current
3
4
5
SUBDIRS = $(GALLIUM_DRIVER_DIRS)
6
7
8
default: subdirs
9
10
11
subdirs:
12
@for dir in $(SUBDIRS) ; do \
13
if [ -d $$dir ] ; then \
14
(cd $$dir && $(MAKE)) || exit 1 ; \
15
fi \
16
done
17
18
19
clean:
20
rm -f `find . -name \*.[oa]`