set default window pos
[mesa.git] / progs / demos / Makefile.BeOS-R4
index e581595e8d44b84a967452889d84d53e9c1a8530..3a34bd38a89e81a122d8917f48ee11c9adb04b2b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.BeOS-R4,v 1.5 2000/03/01 16:24:29 brianp Exp $
+# $Id: Makefile.BeOS-R4,v 1.9 2000/04/07 16:30:46 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -17,9 +17,10 @@ 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 drawpix gamma gears glinfo gloss isosurf \
-       morph3d multiarb osdemo paltex pointblast readpix reflect \
-       renormal spectex stex3d texcyl texdown texobj trispd winpos
+PROGS = bounce clearspd 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
 
 
 ##### RULES #####