# Makefile for creating the computed parts of scene "d" # Last edited on 2019-04-03 22:26:27 by stolfilocal SHELL = /bin/bash all: pebbles.incx pebsamples.incx clean: /bin/rm -f *.incx pebbles.incx: \ parameters.sh \ scene-pebsamples.make \ pebbles-make.awk @echo "creating pebbles.incx..." source parameters.sh && \ pebbles-make.awk \ > pebbles.incx pebsamples.incx: \ parameters.sh \ scene-pebsamples.make \ pebsamples-make.awk source parameters.sh && \ pebsamples-make.awk \ > pebsamples.incx