xserver-multidpi/Xext/Makefile.am
2005-07-28 23:28:34 +00:00

64 lines
997 B
Makefile

noinst_LTLIBRARIES = libXext.la
sdk_HEADERS = xvdix.h xvmcext.h
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$(top_srcdir)/hw/xfree86/dixmods/extmod
AM_CFLAGS = $(DIX_CFLAGS)
EXTRA_DIST = \
appgroup.h \
xvdisp.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 \
$(MITSHM_SRCS) \
$(XV_SRCS) \
$(RES_SRCS) \
$(SCREENSAVER_SRCS) \
$(PANORAMIX_SRCS) \
$(XCSECURITY_SRCS) \
$(XEVIE_SRCS)