Ignore more demo programs
[mesa.git] / progs / demos / Makefile.cygnus
index 6beb5738f074d91c2d1814b66f5a42ad6227ea1c..0efc1ab0c99e5c566a74630625c075a4d33266c7 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile.cygnus,v 1.9 2000/05/30 01:19:49 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -19,10 +18,45 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS)
 
 LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
 
-PROGS = clearspd cubemap drawpix gamma gears geartrain glinfo glutfx \
-       gloss isosurf lodbias morph3d multiext occlude osdemo paltex \
-       pixeltex pointblast readpix reflect \
-       renormal spectex stex3d tessdemo 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 \
+       spectex \
+       stex3d \
+       teapot \
+       terrain \
+       tessdemo \
+       texcyl \
+       texdown \
+       texenv \
+       texobj \
+       trispd \
+       tunnel \
+       tunnel2 \
+       winpos
 
 
 ##### RULES #####
@@ -31,7 +65,7 @@ PROGS = clearspd cubemap drawpix gamma gears geartrain glinfo glutfx \
 .SUFFIXES: .c
 
 .c: $(LIB_DEP)
-       $(CC) -I$(INCDIR) $(CFLAGS) $< $(GL_LIBS) -o $@
+       $(CC) -I$(INCDIR) -I../util $(CFLAGS) $< $(GL_LIBS) -o $@
 
 
 ##### TARGETS #####