xenocara/proto/Makefile

27 lines
653 B
Makefile
Raw Normal View History

2010-04-24 14:11:12 -06:00
# $OpenBSD: Makefile,v 1.10 2010/04/24 20:11:12 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
# deprecated
2010-04-24 14:11:12 -06:00
# evieproto printproto trapproto
2006-11-26 04:31:46 -07:00
.include <bsd.subdir.mk>
build: _SUBDIRUSE