mesa/src/gallium/auxiliary/pipebuffer/Makefile

21 lines
306 B
Makefile
Raw Normal View History

TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = pipebuffer
C_SOURCES = \
pb_buffer_fenced.c \
pb_buffer_malloc.c \
2008-04-13 15:10:01 +09:00
pb_bufmgr_cache.c \
pb_bufmgr_fenced.c \
pb_bufmgr_mm.c \
pb_bufmgr_pool.c \
pb_bufmgr_slab.c \
pb_validate.c \
pb_winsys.c
include ../../Makefile.template
symlinks: