Files
third_party_mesa3d/src/gallium/auxiliary/pipebuffer/SConscript
2008-02-18 10:52:44 +00:00

15 lines
256 B
Python

Import('*')
pipebuffer = env.ConvenienceLibrary(
target = 'pipebuffer',
source = [
'pb_buffer_fenced.c',
'pb_buffer_malloc.c',
'pb_bufmgr_fenced.c',
'pb_bufmgr_mm.c',
'pb_bufmgr_pool.c',
'pb_winsys.c',
])
auxiliaries.insert(0, pipebuffer)