
/* Copyright (c) Mark J. Kilgard, 1997. */

#include "../../Glut.cf"

TARGETS = tunnel teapot fire terrain paltex gltest ray glbpaltx

SRCS = dteapot.c fire.c glbpaltx.c gltest.c image.c paltex.c ray.c shadow.c \
	sources.c teapot.c terrain.c tunnel.c

AllTarget($(TARGETS))

SimpleGlutProgramTarget(ray)
SimpleGlutProgramTarget(gltest)
SimpleGlutProgramTarget(paltex)
SimpleGlutProgramTarget(glbpaltx)
SimpleGlutProgramTarget(terrain)
NormalGlutProgramTarget(tunnel,tunnel.o image.o sources.o)
NormalGlutProgramTarget(teapot,teapot.o image.o dteapot.o shadow.o)
NormalGlutProgramTarget(fire,fire.o image.o)

DependTarget()
