14 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| -- $Source: /cvsroot/tack/Ack/plat/linux386/libsys/pmfile,v $
 | |
| -- $State: Exp $
 | |
| -- $Revision: 1.1 $
 | |
| 
 | |
| local d = ROOTDIR.."plat/linuxppc/libsys/"
 | |
| 
 | |
| libsys_linuxppc = acklibrary {
 | |
| 	ACKINCLUDES = {"%BINDIR%include"},
 | |
| 	
 | |
| 	ackfile (d.."_syscall.s"),
 | |
| 	ackfile (d.."trap.s"),
 | |
| 	
 | |
| 	install = pm.install("%BINDIR%lib/%PLATFORM%/libsys.a"),
 | |
| }
 |