1 # $NetBSD: Makefile,v 1.6 2022/07/12 02:43:46 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 .PATH: ${X11SRCDIR.xcb-proto} ${X11SRCDIR.xcb-proto}/src 6 7 # dbe.xml 8 9 FILES= bigreq.xml \ 10 composite.xml \ 11 damage.xml dbe.xml dpms.xml dri2.xml dri3.xml \ 12 ge.xml glx.xml \ 13 present.xml \ 14 randr.xml record.xml render.xml res.xml \ 15 screensaver.xml shape.xml shm.xml sync.xml \ 16 xc_misc.xml xcb.xsd \ 17 xf86dri.xml xf86vidmode.xml \ 18 xfixes.xml \ 19 xinerama.xml xinput.xml \ 20 xkb.xml \ 21 xproto.xml \ 22 xselinux.xml \ 23 xtest.xml \ 24 xv.xml xvmc.xml 25 FILESDIR=${X11SHAREDIR}/xcb 26 27 PKGCONFIG= xcb-proto 28 PKGCONFIG_SED_FLAGS= \ 29 -e "s,@PYTHON_PREFIX@,," \ 30 -e "s,@pythondir@,," 31 32 NOPROG= # defined 33 34 .include <bsd.x11.mk> 35 .include <bsd.files.mk> 36 .include <bsd.prog.mk> 37