Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / Makefile
1
2 TOP = ../../..
3 include $(TOP)/configs/current
4
5
6 ifeq ($(CONFIG_NAME), linux-cell)
7 CELL_DIR = cell
8 endif
9
10 SUBDIRS = softpipe i915simple nv40 nv50 failover $(CELL_DIR)
11
12
13 default: subdirs
14
15
16 subdirs:
17 @for dir in $(SUBDIRS) ; do \
18 if [ -d $$dir ] ; then \
19 (cd $$dir && $(MAKE)) || exit 1 ; \
20 fi \
21 done
22
23
24 clean:
25 rm -f `find . -name \*.[oa]`