mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
progs/glsl: add special Makefile rule for samplers_array
This commit is contained in:
parent
f6d34c2058
commit
488b3c4d1b
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue