Home | History | Annotate | Line # | Download | only in xcb-proto
Makefile revision 1.1.8.1
      1 #	$NetBSD: Makefile,v 1.1.8.1 2014/12/25 05:05:02 msaitoh Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .PATH:	${X11SRCDIR.xcb-proto} ${X11SRCDIR.xcb-proto}/src
      6 
      7 FILES=	bigreq.xml composite.xml damage.xml dpms.xml dri2.xml \
      8 	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 xfixes.xml xinerama.xml \
     11 	xinput.xml xprint.xml xproto.xml xselinux.xml xtest.xml \
     12 	xv.xml xvmc.xml
     13 FILESDIR=${X11SHAREDIR}/xcb
     14 
     15 PKGCONFIG=	xcb-proto
     16 PKGCONFIG_SED_FLAGS= \
     17 	-e "s,@pythondir@,,"
     18 
     19 NOPROG=	# defined
     20 
     21 .include <bsd.x11.mk>
     22 .include <bsd.files.mk>
     23 .include <bsd.prog.mk>
     24