blob: affd7c98109603f5d3513e793cd3ab4e9910c5d3 (
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
|
# $NetBSD: Makefile.xmlsrcs,v 1.7 2022/07/12 02:43:46 mrg Exp $
# list of the libxcb xml-generated .c files.
XMLSRCS= \
bigreq.c \
composite.c \
damage.c \
dpms.c \
dri2.c \
dri3.c \
ge.c \
glx.c \
present.c \
randr.c \
record.c \
render.c \
res.c \
screensaver.c \
shape.c \
shm.c \
sync.c \
xc_misc.c \
xf86dri.c \
xfixes.c \
xinerama.c \
xinput.c \
xkb.c \
xproto.c \
xselinux.c \
xtest.c \
xv.c \
xvmc.c
|