diff options
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 28db005f32..a53db78381 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 ##### |