summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rbug/Makefile
blob: cd12e8468fc0bfc241672d70ee06bf64da77f4a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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