26 lines
		
	
	
		
			433 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			433 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $RCSfile: Makefile,v $
 | 
						|
# $Revision: 1.3 $
 | 
						|
# $Name:  $
 | 
						|
# $Date: 2003/07/16 23:32:06 $
 | 
						|
# $Author: agibert $
 | 
						|
 | 
						|
#------------------------------------------------------------------------------
 | 
						|
# Main Makefile
 | 
						|
#------------------------------------------------------------------------------
 | 
						|
 | 
						|
 | 
						|
 | 
						|
SUBDIRS := include lib demo doc
 | 
						|
 | 
						|
FILE_DOC := *.txt
 | 
						|
 | 
						|
 | 
						|
 | 
						|
include Makefile.var
 | 
						|
include Makefile.rule
 | 
						|
 | 
						|
 | 
						|
 | 
						|
dir_clean:
 | 
						|
	$(RM) $(PROG_VERSION_NAME).src.*
 |