xenocara/proto/Makefile

24 lines
604 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/05/29 17:25:11 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 04:31:46 -07:00
2010-04-24 14:11:12 -06:00
SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
2006-11-26 04:31:46 -07:00
fixesproto fontcacheproto fontsproto glproto inputproto \
2010-04-24 14:11:12 -06:00
kbproto pmproto xineramaproto randrproto \
2006-11-26 04:31:46 -07:00
recordproto renderproto resourceproto scrnsaverproto \
videoproto x11proto xcmiscproto xextproto \
2006-11-26 04:31:46 -07:00
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