16 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| -- $Source$
 | |
| -- $State$
 | |
| -- $Revision$
 | |
| 
 | |
| local d = ROOTDIR.."mach/powerpc/libend/"
 | |
| 
 | |
| libend_powerpc = acklibrary {
 | |
| 	outputs = {"%U%/libend-%PLATFORM%.a"},
 | |
| 
 | |
| 	ackfile (d.."edata.s"),
 | |
| 	ackfile (d.."em_end.s"),
 | |
| 	ackfile (d.."end.s"),
 | |
| 	ackfile (d.."etext.s"),
 | |
| 
 | |
| 	install = pm.install("%BINDIR%lib/%PLATFORM%/libend.a"),
 | |
| }
 |