aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/dix/makefile
blob: 4abd48a328cb53d9252ff747f03056e27cbbbbbe (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
DEFINES += FONTDEBUG

LIBRARY=libdix

CSRCS=\
	atom.c		\
	colormap.c	\
	cursor.c	\
	deprecated.c	\
	devices.c	\
	dispatch.c	\
	dixfonts.c	\
	dixutils.c	\
	enterleave.c	\
	events.c	\
	eventconvert.c  \
	extension.c	\
	ffs.c		\
	gc.c		\
	getevents.c	\
	globals.c	\
	glyphcurs.c	\
	grabs.c		\
	initatoms.c	\
	inpututils.c	\
	main.c		\
	pixmap.c	\
	privates.c	\
	property.c	\
	ptrveloc.c	\
	registry.c	\
	resource.c	\
	selection.c	\
	swaprep.c	\
	swapreq.c	\
	tables.c	\
	window.c