Minor cleanups in Makefile.
This commit is contained in:
parent
c662372a5a
commit
f3906351cf
|
@ -4,20 +4,16 @@ POVBIN=/usr/bin
|
|||
POVINC=$(POVHOME)/include
|
||||
POVRAY=$(POVBIN)/x-povray
|
||||
|
||||
# image
|
||||
WIDTH=400
|
||||
HEIGHT=300
|
||||
|
||||
all: \
|
||||
test-kopf.ppm \
|
||||
test-hand.ppm \
|
||||
test-torso.ppm \
|
||||
test-font.ppm \
|
||||
test-roboter.ppm \
|
||||
|
||||
|
||||
%.ppm: %.pov
|
||||
$(POVRAY) +W$(WIDTH) +H$(HEIGHT) +V -I$< +L$(POVINC) +D +FP
|
||||
$(POVRAY) +V -I$< +L$(POVINC) +D +FP
|
||||
|
||||
%.pov: make%
|
||||
$< > $@
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
+A
|
||||
+fp +w400 +h300 +d1
|
||||
+fp +w320 +h240 +d1
|
||||
+l/usr/local/povray3/include
|
||||
+l/home/hjp/wrk/dgk
|
||||
display_gamma = 2.2
|
||||
|
|
Loading…
Reference in New Issue