From: Brian Paul Date: Wed, 14 Jul 2010 20:35:21 +0000 (-0600) Subject: llvmpipe: delete lp_test_*.o files with make clean X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=871feeb165685c3f46b3f76a69ddfbd78b4acb8e;p=mesa.git llvmpipe: delete lp_test_*.o files with make clean --- diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index b18f52459ab..2892b62920e 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -57,6 +57,9 @@ PROGS := lp_test_format \ 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