Merge branch 'gallium-tex-surface' into gallium-0.1
[mesa.git] / src / gallium / auxiliary / pipebuffer / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = pipebuffer
5
6 C_SOURCES = \
7 pb_buffer_fenced.c \
8 pb_buffer_malloc.c \
9 pb_bufmgr_cache.c \
10 pb_bufmgr_fenced.c \
11 pb_bufmgr_mm.c \
12 pb_bufmgr_pool.c \
13 pb_bufmgr_slab.c \
14 pb_validate.c \
15 pb_winsys.c
16
17 include ../../Makefile.template
18
19 symlinks:
20