xenocara/lib/libGL/dri/swrast/Makefile
todd 5fe2c4cd47 add -fPIC for sparc
ugly, but ok matthieu@
2008-11-05 07:18:25 +00:00

25 lines
359 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/11/05 07:18:25 todd Exp $
LIB= swrast_dri.so
.if ${MACHINE} == "sparc"
PICFLAG = -fPIC
.endif
SWRAST_COMMON_SOURCES = \
driverfuncs.c \
utils.c
DRIVER_SOURCES = \
swrast.c \
swrast_span.c
SRCS = \
$(SWRAST_COMMON_SOURCES) \
$(DRIVER_SOURCES)
.include <bsd.xorg.mk>
.PATH: $(MESA)/drivers/dri/swrast