xenocara/lib/libGL/gallium/drivers/rbug/Makefile
mpi 87615d415c Import the infrastructure for building Gallium3D graphics drivers.
Currently only software drivers are supported, looks ok to matthieu.
2012-07-13 12:43:30 +00:00

12 lines
173 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 12:43:34 mpi Exp $
LIB = rbug
SRCS = \
rbug_core.c \
rbug_context.c \
rbug_objects.c \
rbug_screen.c
.include <bsd.xorg.mk>