21 lines
		
	
	
		
			258 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			258 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# configure environment
 | 
						|
#
 | 
						|
TARGET = CASAManager
 | 
						|
CS_NAME = $(TARGET)$(xtra).$(EXE)
 | 
						|
include global.mak
 | 
						|
include defaults.$(PLAT)
 | 
						|
include rules.mak
 | 
						|
 | 
						|
 | 
						|
#
 | 
						|
# target object and source files
 | 
						|
#
 | 
						|
include src.$(PLAT)
 | 
						|
include objs.$(PLAT)
 | 
						|
 | 
						|
#
 | 
						|
# targets
 | 
						|
#
 | 
						|
include target.cs
 |