# -*- Makefile -*- # $Id: make.pebbles,v 1.1 2003/11/18 23:47:11 ophi Exp $ # instructions: see shader.rules ############################################################# HOUDINI_BASE=$(HOME)/houdini6.1 MAKEFILE=make.pebbles SURFACE = pebblecolor.sl DISPLACE = pebbledisp.sl SCENES = pebbles.rib SHADERS = $(SURFACE) $(DISPLACE) include shader.rules # Note: pebbles crashes BMRT 2.6 slc all: vex delight # bmrt ########## Dependencies created by makedepend ############# # DO NOT DELETE pebblecolor.vex: sl2vex.h rmannotes.sl xforms.h rn.h pebbledisp.vex: sl2vex.h rmannotes.sl xforms.h rn.h pebblecolor.sdl: sl2vex.h rmannotes.sl xforms.h rn.h pebbledisp.sdl: sl2vex.h rmannotes.sl xforms.h rn.h pebblecolor.slc: sl2vex.h rmannotes.sl xforms.h rn.h pebbledisp.slc: sl2vex.h rmannotes.sl xforms.h rn.h