nv: define NV30/40/50_MAX_TEXTURE_LEVELS
[mesa.git] / progs / demos / Makefile
index 0d4b845137bcabae417606cbb3f0185ac18f5546..a13a272ce9c7f23f38fc0be10f8e16f4a411a74d 100644 (file)
@@ -15,13 +15,17 @@ PROGS = \
        arbfplight \
        arbfslight \
        arbocclude \
+       arbocclude2 \
        bounce \
        clearspd \
        copypix \
        cubemap \
+       dinoshade \
+       dissolve \
        drawpix \
        engine \
        fbo_firecube \
+       fbotexture \
        fire \
        fogcoord \
        fplight \
@@ -40,6 +44,7 @@ PROGS = \
        multiarb \
        paltex \
        pointblast \
+       projtex \
        rain \
        ray \
        readpix \
@@ -54,9 +59,7 @@ PROGS = \
        terrain \
        tessdemo \
        texcyl \
-       texdown \
        texenv \
-       texobj \
        textures \
        trispd \
        tunnel \
@@ -123,13 +126,6 @@ reflect.o: reflect.c showbuffer.h
        $(APP_CC) -c -I$(INCDIR) $(CFLAGS) reflect.c
 
 
-shadowtex: shadowtex.o showbuffer.o
-       $(APP_CC) $(CFLAGS) $(LDFLAGS) shadowtex.o showbuffer.o $(LIBS) -o $@
-
-shadowtex.o: shadowtex.c showbuffer.h
-       $(APP_CC) -c -I$(INCDIR) $(CFLAGS) shadowtex.c
-
-
 gloss: gloss.o trackball.o readtex.o
        $(APP_CC) $(CFLAGS) $(LDFLAGS) gloss.o trackball.o readtex.o $(LIBS) -o $@
 
@@ -144,6 +140,13 @@ engine.o: engine.c trackball.h
        $(APP_CC) -c -I$(INCDIR) $(CFLAGS) engine.c
 
 
+fbotexture: fbotexture.o
+       $(APP_CC) $(CFLAGS) $(LDFLAGS) fbotexture.o $(LIBS) -o $@
+
+fbotexture.o: fbotexture.c extfuncs.h
+       $(APP_CC) -c -I$(INCDIR) $(CFLAGS) fbotexture.c
+
+
 fslight: fslight.o
        $(APP_CC) $(CFLAGS) $(LDFLAGS) fslight.o $(LIBS) -o $@