Home | History | Annotate | Line # | Download | only in xcb-proto
Makefile revision 1.4
      1  1.4  mrg #	$NetBSD: Makefile,v 1.4 2014/03/23 20:40:18 mrg Exp $
      2  1.1  mrg 
      3  1.1  mrg .include <bsd.own.mk>
      4  1.1  mrg 
      5  1.1  mrg .PATH:	${X11SRCDIR.xcb-proto} ${X11SRCDIR.xcb-proto}/src
      6  1.1  mrg 
      7  1.3  mrg FILES=	bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml \
      8  1.3  mrg 	ge.xml glx.xml present.xml randr.xml record.xml render.xml \
      9  1.3  mrg 	res.xml screensaver.xml shape.xml shm.xml sync.xml xc_misc.xml \
     10  1.2  mrg 	xcb.xsd xevie.xml xf86dri.xml xf86vidmode.xml xfixes.xml \
     11  1.2  mrg 	xinerama.xml xkb.xml \
     12  1.1  mrg 	xinput.xml xprint.xml xproto.xml xselinux.xml xtest.xml \
     13  1.1  mrg 	xv.xml xvmc.xml
     14  1.1  mrg FILESDIR=${X11SHAREDIR}/xcb
     15  1.1  mrg 
     16  1.1  mrg PKGCONFIG=	xcb-proto
     17  1.4  mrg PKGCONFIG_SED_FLAGS= \
     18  1.4  mrg 	-e "s,@pythondir@,,"
     19  1.1  mrg 
     20  1.1  mrg NOPROG=	# defined
     21  1.1  mrg 
     22  1.1  mrg .include <bsd.x11.mk>
     23  1.1  mrg .include <bsd.files.mk>
     24  1.1  mrg .include <bsd.prog.mk>
     25