llvmpipe: Fix MSVC build.
[mesa.git] / src / gallium / drivers / llvmpipe / Makefile
index ee28179c303272e18e9269352d8fbb3e0ffaba03..55b877b4ab9992075318b2bd44112b82772f2e7b 100644 (file)
@@ -18,14 +18,18 @@ C_SOURCES = \
        lp_fence.c \
        lp_flush.c \
        lp_jit.c \
+       lp_memory.c \
        lp_perf.c \
        lp_query.c \
        lp_rast.c \
+       lp_rast_debug.c \
        lp_rast_tri.c \
        lp_scene.c \
        lp_scene_queue.c \
        lp_screen.c \
        lp_setup.c \
+       lp_setup_coef.c \
+       lp_setup_coef_intrin.c \
        lp_setup_line.c \
        lp_setup_point.c \
        lp_setup_tri.c \
@@ -53,8 +57,12 @@ PROGS := lp_test_format      \
         lp_test_blend  \
         lp_test_conv   \
         lp_test_printf \
+        lp_test_round \
          lp_test_sincos
 
+# Need this for the lp_test_*.o files
+CLEAN_EXTRA = *.o
+
 lp_test_sincos.o : sse_mathfun.h
 
 PROGS_DEPS := ../../auxiliary/libgallium.a