llvmpipe: assorted clean-ups in texture code
[mesa.git] / progs / perf / Makefile
index b2fe1af26a09f11c9899aeaf3cde6e59d9cd94c8..f7b965542e2987f45214c95ea58df3f31573c947 100644 (file)
@@ -10,12 +10,17 @@ LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) \
 
 # using : to avoid APP_CC pointing to CC loop
 CC := $(APP_CC)
-CFLAGS += -I$(INCDIR)
+CFLAGS := -I$(INCDIR) $(CFLAGS)
 LDLIBS = $(LIBS)
 
 PROG_SOURCES = \
+       copytex.c \
        drawoverhead.c \
+       fbobind.c \
        fill.c \
+       genmipmap.c \
+       readpixels.c \
+       swapbuffers.c \
        teximage.c \
        vbo.c \
        vertexrate.c \