cell: compile fix: alpha.ref is now alpha.ref_value
[mesa.git] / src / gallium / Makefile.template
index 83b25f9b47c918ffae387c021ce67396b3ec22b7..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/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)