diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 6 | ||||
-rw-r--r-- | progs/demos/Makefile.X11 | 6 | ||||
-rw-r--r-- | progs/demos/Makefile.cygnus | 5 |
3 files changed, 9 insertions, 8 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index daa087c1e5..500206922b 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.7 2000/03/20 22:02:11 brianp Exp $ +# $Id: Makefile.BeOS-R4,v 1.8 2000/04/01 05:57:41 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -18,8 +18,8 @@ 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 geartrain glinfo gloss isosurf \ - lodbias morph3d multiarb osdemo paltex pointblast readpix reflect \ - renormal spectex stex3d texcyl texdown texobj trispd winpos + lodbias morph3d multiarb occlude osdemo paltex pointblast readpix \ + reflect renormal spectex stex3d texcyl texdown texobj trispd winpos ##### RULES ##### diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index f87ec8f85f..c96d64bafd 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.8 2000/03/20 22:02:11 brianp Exp $ +# $Id: Makefile.X11,v 1.9 2000/04/01 05:57:41 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -17,8 +17,8 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \ - glutfx isosurf lodbias morph3d multiarb osdemo paltex pointblast \ - readpix reflect renormal spectex stex3d tessdemo texcyl \ + glutfx isosurf lodbias morph3d multiarb occlude osdemo paltex \ + pointblast readpix reflect renormal spectex stex3d tessdemo texcyl \ texdown texobj trispd winpos \ diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index 6f4bfbfdee..af2a666956 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,4 @@ -# $Id: Makefile.cygnus,v 1.6 2000/03/20 22:02:11 brianp Exp $ +# $Id: Makefile.cygnus,v 1.7 2000/04/01 05:57:41 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -20,7 +20,8 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = clearspd drawpix gamma gears geartrain glinfo glutfx gloss isosurf \ - lodbias morph3d multiext osdemo paltex pointblast readpix reflect \ + lodbias morph3d multiext occlude osdemo paltex pointblast \ + readpix reflect \ renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos |