cell: compile fix: alpha.ref is now alpha.ref_value
[mesa.git] / src / gallium / Makefile.template
index 0717ed8dd242350fe08e43549926cd50d1958a23..655e949ca2daa1068af26c4efd7fbce531c07d71 100644 (file)
@@ -16,10 +16,8 @@ OBJECTS = $(C_SOURCES:.c=.o) \
 INCLUDES = \
        -I. \
        -I$(TOP)/src/gallium/include \
-       -I$(TOP)/src/gallium/include/pipe \
-       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/drivers \
-       -I$(TOP)/src/mesa \
        -I$(TOP)/include \
         $(DRIVER_INCLUDES)
 
@@ -38,11 +36,11 @@ INCLUDES = \
 
 ##### TARGETS #####
 
-default: depend symlinks $(LIBNAME)
+default: depend symlinks lib$(LIBNAME).a
 
 
-$(LIBNAME): $(OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
-       $(TOP)/bin/mklib -o $@ -static $(OBJECTS) $(DRIVER_LIBS)
+lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
+       $(TOP)/bin/mklib -o $(LIBNAME) -static $(OBJECTS) $(DRIVER_LIBS)
 
 
 depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)