need more work...

This commit is contained in:
le vieux
2021-03-15 03:08:13 +01:00
parent 752e11c226
commit 9430b5f133
22 changed files with 141 additions and 212 deletions

View File

@@ -5,12 +5,12 @@ GRAND=+w1600 +h1200
PETIT=+w800 +h600
DIMS=$(PETIT)
OPTS = +a +q9 -d
OPTS = +a0.01 +q9 -d
POVRAY=povray
# nouveau mars 2021
INCS = incs/
INCS = incs
# CJPEGOPT=-quality 88 -progressive -dct float -targa
CJPEGOPT = -progressive -dct float -quality 88
@@ -22,9 +22,10 @@ all: loco.png parking.png corail.png train.png essai.png \
citerne.png
GLOBDEPS=${INCS}/train.inc ${INCS}/poteaux.inc \
${INCS}/electric.inc ${INCS}/voiture.inc \
${INCS}/rails.inc ${INCS}/grue.inc ${INCS}/ridelles.inc \
${INCS}/citerne.inc \
${INCS}/constantes.inc \
${INCS}/citerne.inc ${INCS}/benne.inc \
${INCS}/constantes.inc ${INCS}/locomotive.inc \
contexte.inc monde.inc
#--------------------------------------------------------
@@ -48,17 +49,15 @@ parking.png: parking.pov Makefile $(GLOBDEPS)
loco.png: loco.pov ${GLOBDEPS} Makefile
$(POVRAY) +Iloco $(DIMS) $(OPTS) +v
train.png: train.pov ${DEPS} Makefile
train.png: train.pov ${GLOBDEPS} Makefile
$(POVRAY) +Itrain $(DIMS) $(OPTS) +v
corail.png: corail.pov Makefile $(GLOBDEPS)
$(POVRAY) +Icorail $(DIMS) $(OPTS) +v
gare.tga: gare.pov gare.inc plancher.tga plancher.inc \
enseigne.inc Makefile
$(POVRAY) +Igare +FT $(DIMS) $(OPTS) +v
gare.png: gare.pov $(GLOBDEPS) Makefile
$(POVRAY) +Igare $(DIMS) $(OPTS) +v
#-----------------------------------------------------------------------
@@ -89,8 +88,8 @@ grue.png: grue.pov $(GLOBDEPS) Makefile
#--------------------------------------------------------
# les trucs en travaux
tmp/voiture.tga: voiture.inc voiture.pov $(GLOBDEPS)
$(POVRAY) +Ivoiture +FT +Otmp/ $(DIMS) $(OPTS) +v
voiture.png: voiture.pov $(GLOBDEPS) Makefile
$(POVRAY) +Ivoiture $(DIMS) $(OPTS) +v
#--------------------------------------------------------