From 15da01e16b73d061a6f20e0664e0c03cc548b0e6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 1 Mar 2000 16:24:29 +0000 Subject: [PATCH] added readpix program --- progs/demos/Makefile.BeOS-R4 | 4 ++-- progs/demos/Makefile.X11 | 4 ++-- progs/demos/Makefile.cygnus | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index f4504398c52..e581595e8d4 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.4 2000/01/28 16:27:27 brianp Exp $ +# $Id: Makefile.BeOS-R4,v 1.5 2000/03/01 16:24:29 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -18,7 +18,7 @@ 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 reflect \ + morph3d multiarb osdemo paltex pointblast readpix reflect \ renormal spectex stex3d texcyl texdown texobj trispd winpos diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 3fe75a36ff4..958907ec97a 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.5 2000/02/16 01:09:06 brianp Exp $ +# $Id: Makefile.X11,v 1.6 2000/03/01 16:24:29 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -17,7 +17,7 @@ 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 glinfo gloss glutfx isosurf \ - morph3d multiarb osdemo paltex pointblast reflect \ + morph3d multiarb 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 ef27b6f6b2d..636a85b2d0f 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,4 @@ -# $Id: Makefile.cygnus,v 1.3 2000/01/28 16:27:27 brianp Exp $ +# $Id: Makefile.cygnus,v 1.4 2000/03/01 16:24:29 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -20,7 +20,7 @@ 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 glinfo glutfx gloss isosurf \ - morph3d multiext osdemo paltex pointblast reflect \ + morph3d multiext osdemo paltex pointblast readpix reflect \ renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos -- 2.30.2