1# $NetBSD: Makefile,v 1.2 2013/05/31 09:14:19 mrg Exp $ 2 3.include <bsd.own.mk> 4 5.PATH: ${X11SRCDIR.xcb-proto} ${X11SRCDIR.xcb-proto}/src 6 7FILES= bigreq.xml composite.xml damage.xml dpms.xml dri2.xml \ 8 ge.xml glx.xml randr.xml record.xml render.xml res.xml \ 9 screensaver.xml shape.xml shm.xml sync.xml xc_misc.xml \ 10 xcb.xsd xevie.xml xf86dri.xml xf86vidmode.xml xfixes.xml \ 11 xinerama.xml xkb.xml \ 12 xinput.xml xprint.xml xproto.xml xselinux.xml xtest.xml \ 13 xv.xml xvmc.xml 14FILESDIR=${X11SHAREDIR}/xcb 15 16PKGCONFIG= xcb-proto 17 18NOPROG= # defined 19 20.include <bsd.x11.mk> 21.include <bsd.files.mk> 22.include <bsd.prog.mk> 23