summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
blob: 7d02512295adca4b26c5e9b4c0103897f307bb40 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
noinst_LTLIBRARIES = libXext.la

sdk_HEADERS = dgaproc.h xvdix.h xvmcext.h

SUBDIRS = extmod

if MITSHM
MITSHM_SRCS = shm.c
endif

if XV
XV_SRCS = xvmain.c xvdisp.c xvmc.c xvdix.h xvmcext.h
endif

if RES
RES_SRCS = xres.c
endif

if SCREENSAVER
SCREENSAVER_SRCS = saver.c
endif

if XCSECURITY   
XCSECURITY_SRCS = security.c
endif

if XINERAMA
PANORAMIX_SRCS = panoramiX.c panoramiX.h panoramiXh.h panoramiXsrv.h panoramiXprocs.c panoramiXSwap.c 
endif

if XEVIE
XEVIE_SRCS = xevie.c EVIstruct.h
endif

INCLUDES = -I$(srcdir)/extmod

AM_CFLAGS = $(DIX_CFLAGS)

EXTRA_DIST = \
	dgaproc.h \
	vidmodeproc.h \
	xf86dgaext.h \
	xf86miscproc.h \
	appgroup.h \
	xvdisp.h \
	xvmodproc.h

# dmx.c has a hard dependency on the dmx DDX
libXext_la_SOURCES =		\
	bigreq.c		\
	mitmisc.c		\
	shape.c			\
	sleepuntil.c		\
	sleepuntil.h		\
	sync.c			\
	xtest.c			\
	xtest1di.c		\
	xtest1dd.c		\
	xtest1dd.h		\
	xcmisc.c		\
	dpms.c			\
	dpmsproc.h		\
	xf86bigfont.c		\
	xf86dga.c		\
	xf86dgaext.h		\
	xf86dga2.c		\
	$(MITSHM_SRCS)		\
	$(XV_SRCS)		\
	$(RES_SRCS)		\
	$(SCREENSAVER_SRCS)	\
	$(PANORAMIX_SRCS)	\
	$(XCSECURITY_SRCS)	\
	$(XEVIE_SRCS)		\
	extmod/modinit.c