29 lines
		
	
	
		
			623 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			623 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| 
 | |
| POVOPT = +q9 +a0.02 -d 
 | |
| POVDEP = contexte.inc elements.inc 		\
 | |
| 		globals.inc datas/hf.png
 | |
| 
 | |
| 
 | |
| PNG:	essai.png scene.png topview.png passage.png	\
 | |
| 	orbite.png
 | |
| 
 | |
| 
 | |
| topview.png:		topview.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W1280 -H1024 -K359 -i$< -o$@
 | |
| 
 | |
| essai.png:		essai.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W1280 -H1024 -i$< -o$@
 | |
| 
 | |
| passage.png:		passage.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
 | |
| 
 | |
| orbite.png:		orbite.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
 | |
| 
 | |
| CK=175
 | |
| scene.png:		scene.pov Makefile $(POVDEP)
 | |
| 	povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@
 | |
| 
 | |
| 
 | 
