22 lines
		
	
	
		
			409 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			409 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| 
 | |
| POVOPT = +q9 +a0.02 -d 
 | |
| POVDEP = contexte.inc elements.inc 		\
 | |
| 		globals.inc datas/hf.png
 | |
| 
 | |
| 
 | |
| PNG:	essai.png scene.png topview.png
 | |
| 
 | |
| 
 | |
| topview.png:		topview.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -K200 -W1280 -H1024 -i$< -o$@
 | |
| 
 | |
| essai.png:		essai.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W800 -H600 -i$< -o$@
 | |
| 
 | |
| CK=306
 | |
| scene.png:		scene.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W3200 -H2400 +K${CK} -i$< -o$@
 | |
| 
 | |
| 
 | 
