From f3906351cf3d2438281c0fb2ba1f68f9262fa28f Mon Sep 17 00:00:00 2001 From: hjp Date: Mon, 29 Jun 1998 21:53:11 +0000 Subject: [PATCH] Minor cleanups in Makefile. --- pr/roboter/GNUmakefile | 6 +----- pr/roboter/povray.ini | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pr/roboter/GNUmakefile b/pr/roboter/GNUmakefile index a762392..b751c5f 100644 --- a/pr/roboter/GNUmakefile +++ b/pr/roboter/GNUmakefile @@ -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% $< > $@ diff --git a/pr/roboter/povray.ini b/pr/roboter/povray.ini index 7912c54..5591769 100644 --- a/pr/roboter/povray.ini +++ b/pr/roboter/povray.ini @@ -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