# Last edited on 2010-05-31 23:58:00 by stolfilocal POV_FILES := ${wildcard *.pov} INC_FILES := ${wildcard *.inc} POVRAY_OPTS := -good -show ALL_FIGURES := ${subst .pov,,${POV_FILES}} # FIGURES := ${ALL_FIGURES} # FIGURES := fig00 # Gauge in baffle. # FIGURES := fig01 # Gauge in baffle, exploded. # FIGURES := fig02 # Stage. # FIGURES := fig03 # Gauge in baffle with light cone. # FIGURES := fig04 # A wood screw, enlarged. # FIGURES := fig05 # A wood screw hole in particlebord and wood. FIGURES := fig06 # The camera rig with stage and view pyramid. # FIGURES := fig07 # Stage exploded. # FIGURES := fig08 # A hex-head metal bolt, enlarged. # FIGURES := fig09 # The camera rig without stage, exploded. # FIGURES := fig10 # A frame-slot-head metal bolt, enlarged. # FIGURES := fig11 # The flat corner iron. # FIGURES := fig12 # The camera device with holder. # FIGURES := fig14 # The camera arm with camera, exploded. # FIGURES := fig15 # The device support iron. # FIGURES := fig30 # Simulated stage view from camera, ilum 0. # FIGURES := fig31 # Simulated stage view from camera, ilum 1. # FIGURES := fig32 # Simulated stage view from camera, ilum 2. all: for fig in ${FIGURES}; do \ ${MAKE} FIGURE=$$fig single ; \ done ######################################################################## # Recursive make, requires ${FIGURE} ifneq "/${FIGURE}" "/" single: ${FIGURE}.png ${FIGURE}.png: ${FIGURE}.pov ${INC_FILES} do-run-povray do-run-povray ${FIGURE} ${POVRAY_OPTS} endif # End make ${FIGURE} ########################################################################