Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / include / xcb-proto / Makefile
blob75ac833a227fe4264476d7f5e9c3beb452c4ff0f
1 # $NetBSD: Makefile,v 1.4 2014/03/23 20:40:18 mrg Exp $
3 .include <bsd.own.mk>
5 .PATH: ${X11SRCDIR.xcb-proto} ${X11SRCDIR.xcb-proto}/src
7 FILES= bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml \
8 ge.xml glx.xml present.xml randr.xml record.xml render.xml \
9 res.xml 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
14 FILESDIR=${X11SHAREDIR}/xcb
16 PKGCONFIG= xcb-proto
17 PKGCONFIG_SED_FLAGS= \
18 -e "s,@pythondir@,,"
20 NOPROG= # defined
22 .include <bsd.x11.mk>
23 .include <bsd.files.mk>
24 .include <bsd.prog.mk>