Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / include / xextproto / Makefile
blob8c3c01db7cf546df4a39965da38e82d29ec1e5c9
1 # $NetBSD: Makefile,v 1.5 2010/08/14 08:51:32 mrg Exp $
3 .include <bsd.own.mk>
5 .PATH: ${X11SRCDIR.xextproto}
7 INCS= EVI.h \
8 EVIproto.h \
9 ag.h \
10 agproto.h \
11 cup.h \
12 cupproto.h \
13 dbe.h \
14 dbeproto.h \
15 dpmsconst.h \
16 dpmsproto.h \
17 ge.h \
18 geproto.h \
19 lbx.h \
20 lbxproto.h \
21 mitmiscconst.h \
22 mitmiscproto.h \
23 multibufconst.h \
24 multibufproto.h \
25 secur.h \
26 securproto.h \
27 shapeconst.h \
28 shapeproto.h \
29 shm.h \
30 shmproto.h \
31 syncconst.h \
32 syncproto.h \
33 xtestconst.h \
34 xtestext1const.h \
35 xtestext1proto.h \
36 xtestproto.h
37 # XXX XXX XXX xorg-server 1.7 won't need this
38 INCS+= shapestr.h shmstr.h syncstr.h
40 INCSDIR=${X11INCDIR}/X11/extensions
42 NOOBJ= # defined
44 PKGCONFIG= xextproto
46 .include <bsd.x11.mk>
47 .include <bsd.prog.mk>