87615d415c
Currently only software drivers are supported, looks ok to matthieu.
13 lines
185 B
Makefile
13 lines
185 B
Makefile
# $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>
|