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