nv50: implement KIL enough for progs/fp/kil to work
[mesa.git] / src / gallium / Makefile
index a13b9a52d36b1f83f37561fe228b94401e78953e..36bd3623e7fecbbd7b86d0dcab321617857eb088 100644 (file)
@@ -2,7 +2,8 @@ TOP = ../..
 include $(TOP)/configs/current
 
 
-SUBDIRS = aux drivers
+SUBDIRS = auxiliary drivers
+# Note winsys/ needs to be built after src/mesa
 
 
 default: subdirs
@@ -18,3 +19,8 @@ subdirs:
 
 clean:
        rm -f `find . -name \*.[oa]`
+       rm -f `find . -name depend`
+
+
+# Dummy install target
+install: