added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
[mesa.git] / progs / demos / Makefile.BeOS-R4
index 500206922bc9efe7728e578f7d9693f7984f06fb..23d270f81e916bc4f9db7ecfbad166d1dff78b5d 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: Makefile.BeOS-R4,v 1.8 2000/04/01 05:57:41 brianp Exp $
+# $Id: Makefile.BeOS-R4,v 1.14 2001/02/20 17:04:52 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  3.3
-# Copyright (C) 1995-2000  Brian Paul
+# Version:  3.5
+# Copyright (C) 1995-2001  Brian Paul
 
 
 # Makefile for GLUT-based demo programs for BeOS R4
@@ -17,9 +17,46 @@ 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 occlude osdemo paltex pointblast readpix \
-       reflect renormal spectex stex3d texcyl texdown texobj trispd winpos
+PROGS = bounce \
+       clearspd \
+       cubemap \
+       drawpix \
+       fire \
+       gamma \
+       gears \
+       geartrain \
+       glinfo \
+       gloss \
+       gltestperf \
+       glutfx \
+       isosurf \
+       ipers \
+       lodbias \
+       morph3d \
+       multiarb \
+       occlude \
+       osdemo \
+       paltex \
+       pixeltex \
+       pointblast \
+       ray \
+       readpix \
+       reflect \
+       renormal \
+       shadowtex \
+       spectex \
+       stex3d \
+       teapot \
+       terrain \
+       tessdemo \
+       texcyl \
+       texdown \
+       texenv \
+       texobj \
+       trispd \
+       tunnel \
+       tunnel2 \
+       winpos
 
 
 ##### RULES #####
@@ -28,7 +65,7 @@ PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss isosurf \
 .SUFFIXES: .c
 
 .c: $(LIB_DEP)
-       $(CC) -I$(INCDIR) $(CFLAGS) $< $(GL_LIBS) -o $@
+       $(CC) -I$(INCDIR) -I../util $(CFLAGS) $< $(GL_LIBS) -o $@