xenocara/lib/libGL/dri/savage/Makefile
matthieu b33b8154a6 Build infrastructure for libGL dri modules.
Work in progress, not connected to the build yet.
2007-12-04 22:00:27 +00:00

24 lines
395 B
Makefile

# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $
LIB= savage_dri.so
DRIVER_SOURCES = \
savage_xmesa.c \
savagedd.c \
savagestate.c \
savagetex.c \
savagetris.c \
savagerender.c \
savageioctl.c \
savagespan.c
SRCS = \
$(COMMON_SOURCES) \
$(DRIVER_SOURCES)
DRIVER_DEFINES = -I$(MESA)/drivers/dri/savage/server
.include <bsd.xorg.mk>
.PATH: $(MESA)/drivers/dri/savage