Mesa (mesa_7_5_branch): progs/glsl: add special Makefile rule for samplers_array

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 26 17:56:15 UTC 2009


Module: Mesa
Branch: mesa_7_5_branch
Commit: 488b3c4d1bc3d830477180759a42dbaf8f5801b0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=488b3c4d1bc3d830477180759a42dbaf8f5801b0

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 26 11:55:15 2009 -0600

progs/glsl: add special Makefile rule for samplers_array

---

 progs/glsl/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index eedd866..6af7a66 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -32,6 +32,7 @@ DEMO_SOURCES = \
 	pointcoord.c \
 	points.c \
 	samplers.c \
+	samplers_array.c \
 	shadow_sampler.c \
 	skinning.c \
 	texaaline.c \
@@ -188,7 +189,8 @@ samplers.o: $(UTIL_HEADERS)
 samplers: samplers.o $(UTIL_OBJS)
 
 
-samplers_array.o: $(UTIL_HEADERS)
+samplers_array.o: samplers.c $(UTIL_HEADERS)
+	$(APP_CC) $(CFLAGS) -DSAMPLERS_ARRAY $< -c -o $@
 
 samplers_array: samplers_array.o $(UTIL_OBJS)
 




More information about the mesa-commit mailing list