2007-11-23 17:22:54 +00:00
|
|
|
TOP = ../../../..
|
|
|
|
|
include $(TOP)/configs/current
|
|
|
|
|
|
|
|
|
|
LIBNAME = pipebuffer
|
|
|
|
|
|
2008-02-19 13:27:13 +09:00
|
|
|
C_SOURCES = \
|
2007-11-23 17:22:54 +00:00
|
|
|
pb_buffer_fenced.c \
|
|
|
|
|
pb_buffer_malloc.c \
|
2008-04-13 15:10:01 +09:00
|
|
|
pb_bufmgr_cache.c \
|
2007-11-23 17:22:54 +00:00
|
|
|
pb_bufmgr_fenced.c \
|
|
|
|
|
pb_bufmgr_mm.c \
|
2008-01-27 19:20:48 +09:00
|
|
|
pb_bufmgr_pool.c \
|
2008-04-13 14:10:46 +09:00
|
|
|
pb_bufmgr_slab.c \
|
2008-05-08 15:28:42 +09:00
|
|
|
pb_validate.c \
|
2008-01-27 19:20:48 +09:00
|
|
|
pb_winsys.c
|
2007-11-23 17:22:54 +00:00
|
|
|
|
2008-02-15 17:50:12 +09:00
|
|
|
include ../../Makefile.template
|
2007-11-23 17:22:54 +00:00
|
|
|
|
|
|
|
|
symlinks:
|
|
|
|
|
|