2008-11-05 00:18:25 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2008/11/05 07:18:25 todd Exp $
|
2008-11-02 08:01:32 -07:00
|
|
|
|
|
|
|
LIB= swrast_dri.so
|
|
|
|
|
2008-11-05 00:18:25 -07:00
|
|
|
.if ${MACHINE} == "sparc"
|
|
|
|
PICFLAG = -fPIC
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
2008-11-02 08:01:32 -07:00
|
|
|
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
|