llvmpipe: Texture cache in 4 ubytes instead of 4 floats.
[mesa.git] / src / gallium / auxiliary / Makefile
index eaa0f2fe4e8a195d732e67eff0dff42232ab06eb..5446eb68a985f445980df4a975591ce0c3bb0a15 100644 (file)
@@ -1,20 +1,12 @@
+# src/gallium/auxiliary/Makefile
 TOP = ../../..
 include $(TOP)/configs/current
 
-
 SUBDIRS = $(GALLIUM_AUXILIARY_DIRS)
 
-
-default: subdirs
-
-
-subdirs:
+default install clean:
        @for dir in $(SUBDIRS) ; do \
                if [ -d $$dir ] ; then \
-                       (cd $$dir && $(MAKE)) || exit 1 ; \
+                       (cd $$dir && $(MAKE) $@) || exit 1; \
                fi \
        done
-
-
-clean:
-       rm -f `find . -name \*.[oa]`