diff options
author | Brian Paul <[email protected]> | 2000-06-27 15:56:46 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-27 15:56:46 +0000 |
commit | e4b40b0211db61c219b6349e16835d4cdf4641aa (patch) | |
tree | 48cdb13cfe6d9d695ad65bc379188c08619b6a57 /progs/demos/Makefile.BeOS-R4 | |
parent | f13a330e448effc8301721e0a77101e5e0e2da36 (diff) |
added texenv demo
Diffstat (limited to 'progs/demos/Makefile.BeOS-R4')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index 28db005f323..a53db78381e 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.10 2000/05/30 01:19:49 brianp Exp $ +# $Id: Makefile.BeOS-R4,v 1.11 2000/06/27 15:56:46 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -17,10 +17,37 @@ GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lg LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = bounce clearspd cubemap drawpix gamma gears geartrain glinfo \ - gloss isosurf lodbias morph3d multiarb occlude osdemo paltex \ - pixeltex pointblast readpix \ - reflect renormal spectex stex3d 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 ##### |