21 lines
		
	
	
		
			289 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			289 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # configure environment
 | |
| #
 | |
| TARGET = testcases
 | |
| include global.mak
 | |
| include defaults.$(PLAT)
 | |
| include rules.mak
 | |
| 
 | |
| BIN_NAME = $(TARGET)$(xtra).$(BIN)
 | |
| LIB_NAME = $(TARGET)$(xtra).$(LIB)
 | |
| 
 | |
| #
 | |
| # target object and source files
 | |
| #
 | |
| include objs.$(PLAT)
 | |
| 
 | |
| #
 | |
| # targets
 | |
| #
 | |
| include target
 |