commit big mess before refactoring
This commit is contained in:
11
Makefile
11
Makefile
@@ -6,12 +6,12 @@ POVDEP = contexte.inc elements.inc hexabenz.inc \
|
||||
globals.inc hexawood.inc datas/hf.png \
|
||||
dynamic.inc trident.inc
|
||||
|
||||
CK=230
|
||||
|
||||
CK=180
|
||||
|
||||
PNG: essai.png scene.png topview.png passage.png \
|
||||
orbite.png hexabenz.png escadrille.png \
|
||||
hexacone.png remote.png survol.png cutoff.png
|
||||
hexacone.png remote.png survol.png cutoff.png \
|
||||
carto.png
|
||||
echo "make PNG ck=$(CK) done" >> WS/log
|
||||
|
||||
|
||||
@@ -47,3 +47,8 @@ remote.png: remote.pov Makefile $(POVDEP)
|
||||
|
||||
survol.png: survol.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
carto.png: carto.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user