blob: 8c3c01db7cf546df4a39965da38e82d29ec1e5c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# $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>
|