minix/external/mit/xorg/include/xextproto/Makefile
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

48 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/08/14 08:51:32 mrg Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xextproto}
INCS= EVI.h \
EVIproto.h \
ag.h \
agproto.h \
cup.h \
cupproto.h \
dbe.h \
dbeproto.h \
dpmsconst.h \
dpmsproto.h \
ge.h \
geproto.h \
lbx.h \
lbxproto.h \
mitmiscconst.h \
mitmiscproto.h \
multibufconst.h \
multibufproto.h \
secur.h \
securproto.h \
shapeconst.h \
shapeproto.h \
shm.h \
shmproto.h \
syncconst.h \
syncproto.h \
xtestconst.h \
xtestext1const.h \
xtestext1proto.h \
xtestproto.h
# XXX XXX XXX xorg-server 1.7 won't need this
INCS+= shapestr.h shmstr.h syncstr.h
#
INCSDIR=${X11INCDIR}/X11/extensions
NOOBJ= # defined
PKGCONFIG= xextproto
.include <bsd.x11.mk>
.include <bsd.prog.mk>