HexaCone/Makefile
2024-12-31 12:51:12 +01:00

25 lines
517 B
Makefile

POVOPT = +q9 +a0.02 -d
POVDEP = contexte.inc elements.inc \
globals.inc datas/hf.png
PNG: essai.png scene.png topview.png passage.png
topview.png: topview.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 -K359 -i$< -o$@
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 -i$< -o$@
passage.png: passage.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
CK=175
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@