nv20: copy miptree flags from nv40
[mesa.git] / src / gallium / Makefile
index d880d090c15b43ef7b2e2607117ad7003b7146e7..c7b594d084e4418d1508b72f9bf2f5ef28d9d9d3 100644 (file)
@@ -1,16 +1,9 @@
-TOP = ../../..
+TOP = ../..
 include $(TOP)/configs/current
 
 
-ifeq ($(CONFIG_NAME), linux-cell)
-CELL_DIR = cell
-endif
-
-ifeq ($(CONFIG_NAME), linux-llvm)
-LLVM_DIR = llvm
-endif
-
-SUBDIRS = softpipe i915simple i965simple failover pipebuffer $(CELL_DIR) $(LLVM_DIR)
+SUBDIRS = auxiliary drivers state_trackers
+# Note winsys/ needs to be built after src/mesa
 
 
 default: subdirs
@@ -26,3 +19,8 @@ subdirs:
 
 clean:
        rm -f `find . -name \*.[oa]`
+       rm -f `find . -name depend`
+
+
+# Dummy install target
+install: