# created by do-run-povray - DO NOT EDIT # Makefile for creating the computed parts of scene "d" # Last edited on 1999-02-13 14:43:18 by stolfi SHELL = /bin/csh -f all: pebbles.incx pebsamples.incx clean: /bin/rm -f *.incx pebbles.incx: \ parameters.csh \ scene-pebsamples.make \ pebbles-make.awk @echo "creating pebbles.incx..." source parameters.csh && \ pebbles-make.awk \ > pebbles.incx pebsamples.incx: \ parameters.csh \ scene-pebsamples.make \ pebsamples-make.awk source parameters.csh && \ pebsamples-make.awk \ > pebsamples.incx