xenocara/lib/libGL/gallium/drivers/Makefile

20 lines
490 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2013/09/07 02:12:21 jsg Exp $
.include <bsd.xconf.mk>
SUBDIR= rbug softpipe trace
.if ${XENOCARA_BUILD_GALLIUM} == "llvm"
SUBDIR+= llvmpipe radeonsi
.endif
.if ((${XENOCARA_BUILD_GALLIUM:L} == "yes" || \
${XENOCARA_BUILD_GALLIUM} == "llvm") && \
2013-09-05 09:27:58 -06:00
(${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc || \
${MACHINE} == sparc64))
SUBDIR+= r300 r600
.endif
build depend all install clean cleandir: _SUBDIRUSE
.include <bsd.xorg.mk>