aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/Xi/makefile
blob: 0c395d20e6ec8fcc5efda34a55ad79862163c482 (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
48
49
50
51
52
53
54
55
56
CSRCS=allowev.c \
	chgdctl.c \
	chgfctl.c \
	chgkbd.c \
	chgkmap.c \
	chgprop.c \
	chgptr.c \
	closedev.c \
	devbell.c \
	exevents.c \
	extinit.c \
	getbmap.c \
	getdctl.c \
	getfctl.c \
	getfocus.c \
	getkmap.c \
	getmmap.c \
	getprop.c \
	getselev.c \
	getvers.c \
	grabdev.c \
	grabdevb.c \
	grabdevk.c \
	gtmotion.c \
	listdev.c \
	opendev.c \
	queryst.c \
	selectev.c \
	sendexev.c \
	setbmap.c \
	setdval.c \
	setfocus.c \
	setmmap.c \
	setmode.c \
	ungrdev.c \
	ungrdevb.c \
	ungrdevk.c \
	xiallowev.c \
	xibarriers.c \
	xichangecursor.c \
	xichangehierarchy.c \
	xigetclientpointer.c \
	xigrabdev.c \
	xipassivegrab.c \
	xiproperty.c \
	xiquerydevice.c \
	xiquerypointer.c \
	xiqueryversion.c \
	xiselectev.c \
	xisetclientpointer.c \
	xisetdevfocus.c \
	xiwarppointer.c \
	stubs.c

LIBRARY=libXi