summaryrefslogtreecommitdiff
path: root/progs/glsl/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-29 18:04:23 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-29 18:04:23 -0600
commitaa71b8869b914157f3d44ec4eff65b517b595a90 (patch)
tree5e1242eaa7ce4b44b9c8ab44c0eb9016b84d3a4c /progs/glsl/Makefile
parentab02552cdddf9322bfaf874f85d74e7c174a0f3b (diff)
Added shader points and shader bitmap demos
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r--progs/glsl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index 37fa312c30..9065a6185a 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -8,11 +8,13 @@ INCDIR = $(TOP)/include
LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME)
PROGS = \
+ bitmap \
brick \
bump \
deriv \
mandelbrot \
noise \
+ points \
toyball \
texdemo1
@@ -48,12 +50,16 @@ readtex.h: $(TOP)/progs/util/readtex.h
readtex.o: readtex.c readtex.h
$(CC) -c -I$(INCDIR) $(CFLAGS) readtex.c
+bitmap.c: extfuncs.h
+
brick.c: extfuncs.h
bump.c: extfuncs.h
mandelbrot.c: extfuncs.h
+points.c: extfuncs.h
+
toyball.c: extfuncs.h
texdemo1: texdemo1.o readtex.o