21 lines
		
	
	
		
			278 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			278 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # configure environment
 | |
| #
 | |
| TARGET = Novell.CASA.DataEngines.KWallet
 | |
| 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
 |