Files
third_party_mesa3d/src/gallium/auxiliary/rtasm/SConscript

14 lines
206 B
Python
Raw Normal View History

2008-02-19 11:49:48 +09:00
Import('*')
rtasm = env.ConvenienceLibrary(
target = 'rtasm',
source = [
'rtasm_cpu.c',
2008-02-19 12:00:48 +09:00
'rtasm_execmem.c',
'rtasm_x86sse.c',
2008-10-23 10:28:48 +02:00
'rtasm_ppc.c',
'rtasm_ppc_spe.c',
2008-02-19 11:49:48 +09:00
])
auxiliaries.insert(0, rtasm)