xenocara/lib/libGL/dri/trident/Makefile

20 lines
340 B
Makefile

# $OpenBSD: Makefile,v 1.1 2008/11/02 15:01:32 matthieu Exp $
LIB= trident_dri.so
DRIVER_SOURCES = \
trident_context.c \
trident_state.c \
trident_vb.c \
trident_tris.c
SRCS = \
$(COMMON_SOURCES) \
$(DRIVER_SOURCES)
DRIVER_DEFINES = -I$(MESA)/drivers/dri/trident/server
.include <bsd.xorg.mk>
.PATH: $(MESA)/drivers/dri/trident