diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-27 15:56:46 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-27 15:56:46 +0000 |
commit | e4b40b0211db61c219b6349e16835d4cdf4641aa (patch) | |
tree | 48cdb13cfe6d9d695ad65bc379188c08619b6a57 /progs/demos/Makefile.cygnus | |
parent | f13a330e448effc8301721e0a77101e5e0e2da36 (diff) |
added texenv demo
Diffstat (limited to 'progs/demos/Makefile.cygnus')
-rw-r--r-- | progs/demos/Makefile.cygnus | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index 6beb5738f0..c85bb60444 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,4 @@ -# $Id: Makefile.cygnus,v 1.9 2000/05/30 01:19:49 brianp Exp $ +# $Id: Makefile.cygnus,v 1.10 2000/06/27 15:56:46 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -19,10 +19,37 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = clearspd cubemap drawpix gamma gears geartrain glinfo glutfx \ - gloss isosurf lodbias morph3d multiext 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 ##### |