projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c439e3
)
llvmpipe: Move makefile include to before targets
author
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 12 Oct 2010 17:41:24 +0000
(18:41 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Fri, 15 Oct 2010 18:13:00 +0000
(19:13 +0100)
Or plain make inside of the directory wont build libllvmpipe.a
src/gallium/drivers/llvmpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/Makefile
b/src/gallium/drivers/llvmpipe/Makefile
index 55b877b4ab9992075318b2bd44112b82772f2e7b..d71f09eeb37f8fc909b5e4ab7706ecc3eb94ee0a 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/Makefile
+++ b/
src/gallium/drivers/llvmpipe/Makefile
@@
-63,12
+63,12
@@
PROGS := lp_test_format \
# Need this for the lp_test_*.o files
CLEAN_EXTRA = *.o
+include ../../Makefile.template
+
lp_test_sincos.o : sse_mathfun.h
PROGS_DEPS := ../../auxiliary/libgallium.a
-include ../../Makefile.template
-
lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv
python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@