20 lines
		
	
	
		
			324 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			324 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#------------------------------------------------------------------------------
 | 
						|
# Main Makefile
 | 
						|
#------------------------------------------------------------------------------
 | 
						|
 | 
						|
 | 
						|
 | 
						|
SUBDIRS := include lib demo doc
 | 
						|
 | 
						|
FILE_DOC := *.txt
 | 
						|
 | 
						|
 | 
						|
 | 
						|
include Makefile.var
 | 
						|
include Makefile.rule
 | 
						|
 | 
						|
 | 
						|
 | 
						|
dir_clean:
 | 
						|
	$(RM) $(PROG_VERSION_NAME).src.*
 |