summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/pipebuffer/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2007-11-23 17:22:54 +0000
committerJosé Fonseca <[email protected]>2007-12-09 14:06:00 +0000
commitb47836225185c8d2e2ccf3e191230304709d0a57 (patch)
tree8e1e7e40086071cfd1ba35fcbc4aa54813163356 /src/mesa/pipe/pipebuffer/Makefile
parent708582f6d5bec57716a894a18491078c40448dea (diff)
gallium: Reusable pipe buffer library.
This is an optional library that winsys drivers can use to simplify memory management, and help meet the winsys interface requirements.
Diffstat (limited to 'src/mesa/pipe/pipebuffer/Makefile')
-rw-r--r--src/mesa/pipe/pipebuffer/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/mesa/pipe/pipebuffer/Makefile b/src/mesa/pipe/pipebuffer/Makefile
new file mode 100644
index 00000000000..061d8a060fe
--- /dev/null
+++ b/src/mesa/pipe/pipebuffer/Makefile
@@ -0,0 +1,27 @@
+
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = pipebuffer
+
+
+DRIVER_SOURCES = \
+ pb_buffer.c \
+ pb_buffer_client.c \
+ pb_buffer_handle.c \
+ pb_buffer_fenced.c \
+ pb_buffer_malloc.c \
+ pb_buffer_null.c \
+ pb_bufmgr_fenced.c \
+ pb_bufmgr_mm.c \
+ pb_bufmgr_pool.c
+
+C_SOURCES = \
+ $(DRIVER_SOURCES)
+
+ASM_SOURCES =
+
+include ../Makefile.template
+
+symlinks:
+