# Makefile for creating the computed parts of scene "c" # Last edited on 2019-04-03 22:25:52 by stolfilocal SHELL = /bin/bash all: hand-cps.incx hand-new-cps.incx scene-hands.all clean: /bin/rm -f *.incx @$(MAKE) -f scene-hands.make clean hand-cps.incx: hand.inc get-hand-cps.awk @echo "creating hand-cps.incx..." cat hand.inc \ | get-hand-cps.awk \ > hand-cps.incx hand-new-cps.incx: hand-new.inc get-hand-cps.awk @echo "creating hand-new-cps.incx..." cat hand-new.inc \ | get-hand-cps.awk \ > hand-new-cps.incx scene-hands.all: @$(MAKE) -f scene-hands.make all