summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/Makefile
blob: 4bcf08f8a536a781a644392928a0dece9ef7590f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = pipebuffer

C_SOURCES = \
	pb_buffer_fenced.c \
	pb_buffer_malloc.c \
	pb_bufmgr_alt.c \
	pb_bufmgr_cache.c \
	pb_bufmgr_debug.c \
	pb_bufmgr_fenced.c \
	pb_bufmgr_mm.c \
	pb_bufmgr_ondemand.c \
	pb_bufmgr_pool.c \
	pb_bufmgr_slab.c \
	pb_validate.c \
	pb_winsys.c

include ../../Makefile.template

symlinks: