gallivm: Bring aos format back to life.
[mesa.git] / src / gallium / drivers / llvmpipe / Makefile
index a35a24f5b06ff723e376996e367041bc12b78972..bfa9f02bc56ece118cb2b97007962429bf2ed326 100644 (file)
@@ -6,6 +6,12 @@ LIBNAME = llvmpipe
 DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
 
 C_SOURCES = \
+       lp_bld_alpha.c \
+       lp_bld_blend_aos.c \
+       lp_bld_blend_logicop.c \
+       lp_bld_blend_soa.c \
+       lp_bld_depth.c \
+       lp_bld_interp.c \
        lp_clear.c \
        lp_context.c \
        lp_draw_arrays.c \
@@ -41,7 +47,7 @@ C_SOURCES = \
 
 CPP_SOURCES = \
 
-PROGS := \
+PROGS := lp_test_format        \
         lp_test_blend  \
         lp_test_conv   \
         lp_test_printf
@@ -53,7 +59,7 @@ 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 > $@
 
 
-LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium
+LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium libllvmpipe.a
 
 $(PROGS): lp_test_main.o