# Blue Moon Rendering Tools implementation of the RenderMan standard
# Makefile for the example scenes
#
# Blue Moon Rendering Tools
# (c) Copyright 1990-1999 by Larry I. Gritz.  All rights reserved.
#
#       The RenderMan (R) Interface Procedures and RIB Protocol are:
#           Copyright 1988, 1989, Pixar.  All rights reserved.
#       RenderMan (R) is a registered trademark of Pixar.
#


BMRTROOT = ..
include ../Make-config


RENDER= $(BINAREA)/rendrib


RIBS = cornell.rib disptest.rib dresser.rib limbo.rib shadtest.rib \
	smokebox.rib teapots.rib texbox1.rib tpdisp.rib


all:


times:
	time $(RENDER) shadtest.rib
	time $(RENDER) disptest.rib
	time $(RENDER) cornell.rib
	time $(RENDER) texbox1.rib
	time $(RENDER) tpdisp.rib
	time $(RENDER) teapots.rib
	time $(RENDER) smokebox.rib
	time $(RENDER) dresser.rib
	time $(RENDER) vasegallery1.rib
	time $(RENDER) makemaps.rib
	time $(RENDER) testmaps.rib
	time $(RENDER) testray.rib


clean::
	@- rm *~ *.tif *.slo *.slc
