Merge branch '7.8'
[mesa.git] / src / gallium / drivers / llvmpipe / Makefile
index e880042b71e9910fd696a8532185dcc4654f92ab..89c06ea3ad7bce0ac8d2b4f1ee815bbcacdbb28c 100644 (file)
@@ -37,7 +37,7 @@ C_SOURCES = \
        lp_surface.c \
        lp_tex_sample_llvm.c \
        lp_texture.c \
-       lp_tile_surface.c \
+       lp_tile_image.c \
        lp_tile_soa.c
 
 CPP_SOURCES = \
@@ -49,18 +49,13 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
        python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
 
 
-# to make a .s file to inspect assembly code
-.c.s:
-       $(CC) -S $(INCLUDES) $(DEFINES) $(CFLAGS) $(LIBRARY_DEFINES) $<
-
-
 testprogs := lp_test_format    \
             lp_test_blend      \
             lp_test_conv
 
 LIBS += $(GL_LIB_DEPS) -L. -lllvmpipe -L../../auxiliary/ -lgallium
 
-$(testprogs): lp_test_% : lp_test_%.o lp_test_main.o libllvmpipe.a
-       $(LD) $(filter %.o,$^) -o $@ -Wl,--start-group  $(LIBS) -Wl,--end-group
+#$(testprogs): lp_test_% : lp_test_%.o lp_test_main.o libllvmpipe.a
+#      $(LD) $(filter %.o,$^) -o $@ -Wl,--start-group  $(LIBS) -Wl,--end-group
 
-default: $(testprogs)
+#default: $(testprogs)