Ignore more demo programs
[mesa.git] / progs / demos / Makefile.cygnus
index c85bb60444dfc4e93955eb715174e4489395b78d..0efc1ab0c99e5c566a74630625c075a4d33266c7 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile.cygnus,v 1.10 2000/06/27 15:56:46 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -23,13 +22,16 @@ PROGS = bounce \
        clearspd \
        cubemap \
        drawpix \
+       fire \
        gamma \
        gears \
        geartrain \
        glinfo \
        gloss \
+       gltestperf \
        glutfx \
        isosurf \
+       ipers \
        lodbias \
        morph3d \
        multiarb \
@@ -38,17 +40,22 @@ PROGS = bounce \
        paltex \
        pixeltex \
        pointblast \
+       ray \
        readpix \
        reflect \
        renormal \
        spectex \
        stex3d \
+       teapot \
+       terrain \
        tessdemo \
        texcyl \
        texdown \
        texenv \
        texobj \
        trispd \
+       tunnel \
+       tunnel2 \
        winpos
 
 
@@ -58,7 +65,7 @@ PROGS = bounce \
 .SUFFIXES: .c
 
 .c: $(LIB_DEP)
-       $(CC) -I$(INCDIR) $(CFLAGS) $< $(GL_LIBS) -o $@
+       $(CC) -I$(INCDIR) -I../util $(CFLAGS) $< $(GL_LIBS) -o $@
 
 
 ##### TARGETS #####