xenocara/proto/Makefile

24 lines
634 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2009/05/22 17:58:45 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 04:31:46 -07:00
SUBDIR= bigreqsproto compositeproto dmxproto damageproto evieproto \
fixesproto fontcacheproto fontsproto glproto inputproto \
kbproto pmproto xineramaproto printproto randrproto \
recordproto renderproto resourceproto scrnsaverproto \
trapproto videoproto x11proto xcmiscproto xextproto \
xf86bigfontproto xf86dgaproto xf86miscproto \
2008-09-14 08:16:04 -06:00
xf86vidmodeproto
2006-11-26 04:31:46 -07:00
.if ${XENOCARA_BUILD_DRI:L} == "yes"
2009-05-01 09:43:44 -06:00
SUBDIR+= xf86driproto dri2proto
.endif
.if ${XENOCARA_BUILD_XCB:L} == "yes"
SUBDIR+= xcb-proto
.endif
2006-11-26 04:31:46 -07:00
.include <bsd.subdir.mk>
build: _SUBDIRUSE