summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-06-27 15:56:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-06-27 15:56:46 +0000
commite4b40b0211db61c219b6349e16835d4cdf4641aa (patch)
tree48cdb13cfe6d9d695ad65bc379188c08619b6a57 /progs/demos/Makefile.X11
parentf13a330e448effc8301721e0a77101e5e0e2da36 (diff)
added texenv demo
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X1137
1 files changed, 32 insertions, 5 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index 3a476248df7..bfd0723aa12 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.12 2000/05/30 01:19:49 brianp Exp $
+# $Id: Makefile.X11,v 1.13 2000/06/27 15:56:46 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -16,10 +16,37 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS)
LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
-PROGS = bounce clearspd cubemap drawpix gamma gears geartrain glinfo gloss \
- glutfx isosurf lodbias morph3d multiarb occlude osdemo paltex \
- pixeltex pointblast readpix reflect renormal spectex stex3d \
- tessdemo texcyl texdown texobj trispd winpos
+PROGS = bounce \
+ clearspd \
+ cubemap \
+ drawpix \
+ gamma \
+ gears \
+ geartrain \
+ glinfo \
+ gloss \
+ glutfx \
+ isosurf \
+ lodbias \
+ morph3d \
+ multiarb \
+ occlude \
+ osdemo \
+ paltex \
+ pixeltex \
+ pointblast \
+ readpix \
+ reflect \
+ renormal \
+ spectex \
+ stex3d \
+ tessdemo \
+ texcyl \
+ texdown \
+ texenv \
+ texobj \
+ trispd \
+ winpos
##### RULES #####