PROG= RAYTRACE
SRCS= bbox.c cr.c env.c fbuf.c geo.c huprn.c husetup.c hutv.c isect.c \
	main.c matrix.c memory.c poly.c raystack.c shade.c sph.c trace.c \
	tri.c workpool.c

include ../../Makefile.config

bbox.c: rt.h
cr.c:	rt.h
env.c:	rt.h
fbuf.c: rt.h
geo.c:	rt.h
huprn.c: rt.h
husetup.c: rt.h
hutv.c: rt.h
isect.c: rt.h
main.c: rt.h
matrix.c: rt.h
memory.c: rt.h
poly.c: rt.h
raystack.c: rt.h
shade.c: rt.h
sph.c:	rt.h
trace.c: rt.h
tri.c:	rt.h
workpool.c: rt.h
