blob: 3d41fd84a6cb3c19f9d7083e1f70b714f4e45707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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)
|