summaryrefslogtreecommitdiff
path: root/lib/libGL/gallium/drivers/trace/Makefile
blob: 14e36a8409fe19e072768a3091fc1d4ef6abc529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 12:43:34 mpi Exp $

LIB = trace

SRCS = \
	tr_context.c \
	tr_dump.c \
	tr_dump_state.c \
	tr_screen.c \
	tr_texture.c

.include <bsd.xorg.mk>