first complete run
This commit is contained in:
65
Makefile
65
Makefile
@@ -3,58 +3,48 @@
|
||||
MOYEN=+w1280 +h1024
|
||||
GRAND=+w1600 +h1200
|
||||
PETIT=+w800 +h600
|
||||
DIMS=$(PETIT)
|
||||
DIMS=$(GRAND)
|
||||
|
||||
OPTS=+a +q9 -d
|
||||
LOWR=-a +q5 -d
|
||||
OPTS = +a +q9 -d
|
||||
LOWR = -a +q5 -d
|
||||
|
||||
POVRAY=povray
|
||||
|
||||
# nouveau mars 2001
|
||||
# nouveau mars 2021
|
||||
INCS = incs/
|
||||
|
||||
# CJPEGOPT=-quality 88 -progressive -dct float -targa
|
||||
CJPEGOPT = -progressive -dct float -quality 88
|
||||
PNGOPT = -interlace -compression 9 -text png.txt
|
||||
|
||||
all: loco.png parking.png corail.png train.png \
|
||||
all: loco.png parking.png corail.png train.png essai.png \
|
||||
inside.png benne.png electric.png truc.png wagons.png \
|
||||
ridelles.png rotonde.png grue.png t1.jpg t2.jpg t3.jpg \
|
||||
ridelles.png rotonde.png grue.png \
|
||||
citerne.png
|
||||
echo "on a fait les images" >> log.toto
|
||||
|
||||
targa: tmp/ridelles.tga tmp/electric.tga tmp/citerne.tga \
|
||||
tmp/corail.tga tmp/voiture.tga
|
||||
echo "on a fait les targas" >> log.toto
|
||||
|
||||
GLOBDEPS=${INCS}/train.inc ${INCS}/plancher.inc ${INCS}/poteaux.inc \
|
||||
GLOBDEPS=${INCS}/train.inc plancher.inc ${INCS}/poteaux.inc \
|
||||
${INCS}/rails.inc ${INCS}/grue.inc \
|
||||
${INCS}/constantes.inc
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
||||
|
||||
essai.png: essai.pov Makefile $(GLOBDEPS)
|
||||
$(POVRAY) +Iessai +Oessai $(DIMS) $(OPTS)
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# le grand garage de tout les wagons
|
||||
#
|
||||
|
||||
tmp/rotonde.tga: rotonde.pov rotonde.inc
|
||||
$(POVRAY) +Irotonde +FT +Otmp/ $(DIMS) $(OPTS) +v
|
||||
|
||||
rotonde.jpg: tmp/rotonde.tga
|
||||
cjpeg $(CJPEGOPT) tmp/rotonde.tga > rotonde.jpg
|
||||
rotonde.png: rotonde.pov Makefile $(GLOBDEPS)
|
||||
$(POVRAY) +Irotonde $(DIMS) $(OPTS) +v
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
parking.png: parking.pov Makefile $(GLOBDEPS)
|
||||
$(POVRAY) +Iparking $(DIMS) $(OPTS) +v
|
||||
|
||||
loco.png: loco.pov ${DEPS} Makefile
|
||||
loco.png: loco.pov ${GLOBDEPS} Makefile
|
||||
$(POVRAY) +Iloco $(DIMS) $(OPTS) +v
|
||||
|
||||
train.png: train.pov ${DEPS} Makefile
|
||||
@@ -71,12 +61,8 @@ gare.tga: gare.pov gare.inc plancher.tga plancher.inc \
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
tmp/wagons.tga: wagons.pov plancher.inc ridelles.inc \
|
||||
train.inc poteaux.inc Makefile
|
||||
$(POVRAY) +Iwagons +ft +Otmp/ $(DIMS) $(OPTS) +v
|
||||
|
||||
wagons.jpg: tmp/wagons.tga
|
||||
cjpeg $(CJPEGOPT) tmp/wagons.tga > wagons.jpg
|
||||
wagons.png: wagons.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Iwagons $(DIMS) $(OPTS) +v
|
||||
|
||||
inside.png: inside.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Iinside $(DIMS) $(OPTS) +v
|
||||
@@ -84,31 +70,20 @@ inside.png: inside.pov $(GLOBDEPS) Makefile
|
||||
benne.png: benne.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Ibenne $(DIMS) $(OPTS) +v
|
||||
|
||||
tmp/citerne.tga: citerne.pov citerne.inc $(GLOBDEPS)
|
||||
$(POVRAY) +Iciterne +Otmp/citerne +FT $(DIMS) $(OPTS) +v
|
||||
citerne.jpg: tmp/citerne.tga
|
||||
cjpeg $(CJPEGOPT) tmp/citerne.tga > citerne.jpg
|
||||
|
||||
|
||||
electric.png: electric.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Ielectric $(DIMS) $(OPTS) +v
|
||||
|
||||
|
||||
citerne.png: citerne.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Iciterne $(DIMS) $(OPTS) +v
|
||||
|
||||
truc.png: truc.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Itruc $(DIMS) $(OPTS) +v
|
||||
|
||||
ridelles.png: ridelles.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Iridelles $(DIMS) $(OPTS) +v
|
||||
|
||||
tmp/ridelles.tga: ridelles.pov ridelles.inc $(GLOBDEPS)
|
||||
$(POVRAY) +Iridelles +ft +Otmp/ridelles $(DIMS) $(OPTS) +v
|
||||
|
||||
ridelles.jpg: tmp/ridelles.tga
|
||||
cjpeg $(CJPEGOPT) tmp/ridelles.tga > ridelles.jpg
|
||||
|
||||
|
||||
tmp/grue.tga: grue.pov train.inc grue.inc rails.inc \
|
||||
poteaux.inc Makefile
|
||||
$(POVRAY) +Igrue +ft +otmp/ $(DIMS) $(OPTS) +v
|
||||
grue.jpg: tmp/grue.tga
|
||||
cjpeg $(CJPEGOPT) tmp/grue.tga > grue.jpg
|
||||
grue.png: grue.pov $(GLOBDEPS) Makefile
|
||||
$(POVRAY) +Igrue $(DIMS) $(OPTS) +v
|
||||
|
||||
#--------------------------------------------------------
|
||||
# les trucs en travaux
|
||||
|
||||
Reference in New Issue
Block a user