summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rbug/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-05-15 01:07:05 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-06-01 11:19:39 +0100
commitdfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e (patch)
tree25627d97f69fd45dc37c19484b99a06f3d0ed018 /src/gallium/auxiliary/rbug/Makefile
parentaee1a6f70413235c0c4c2c2adfca97d5128a155e (diff)
rbug: Add Gallium Remote Debugger Protocol code
This is the (de)marshalling and connection managment code
Diffstat (limited to 'src/gallium/auxiliary/rbug/Makefile')
-rw-r--r--src/gallium/auxiliary/rbug/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rbug/Makefile b/src/gallium/auxiliary/rbug/Makefile
new file mode 100644
index 0000000000..cd12e8468f
--- /dev/null
+++ b/src/gallium/auxiliary/rbug/Makefile
@@ -0,0 +1,14 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = rbug
+
+C_SOURCES = \
+ rbug_connection.c \
+ rbug_core.c \
+ rbug_texture.c \
+ rbug_context.c \
+ rbug_shader.c \
+ rbug_demarshal.c
+
+include ../../Makefile.template