blob: cc90a49d18b9df0a76abf8a1fb50280b0b075844 (
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
|
# $NetBSD: Makefile.xmlsrcs,v 1.4 2015/07/23 01:06:32 mrg Exp $
# list of the libxcb xml-generated .c files.
XMLSRCS= \
bigreq.c \
composite.c \
damage.c \
dpms.c \
dri2.c \
dri3.c \
glx.c \
present.c \
randr.c \
record.c \
render.c \
res.c \
screensaver.c \
shape.c \
shm.c \
sync.c \
xc_misc.c \
xevie.c \
xf86dri.c \
xfixes.c \
xinerama.c \
xinput.c \
xkb.c \
xprint.c \
xproto.c \
xselinux.c \
xtest.c \
xv.c \
xvmc.c
|