xserver-multidpi/Xext/Makefile.am

73 lines
1.2 KiB
Makefile
Raw Normal View History

2005-07-01 22:29:53 +02:00
noinst_LTLIBRARIES = libXext.la
INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod
AM_CFLAGS = $(DIX_CFLAGS)
sdk_HEADERS = xvdix.h xvmcext.h
2005-07-01 22:29:53 +02:00
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
SERVERCONFIGdir = $(libdir)/xserver
SERVERCONFIG_DATA = SecurityPolicy
AM_CFLAGS += -DDEFAULTPOLICYFILE=\"$(SERVERCONFIGdir)/SecurityPolicy\"
2005-07-01 22:29:53 +02:00
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
if XPRINT
XPRINT_SRCS = xprint.c
endif
2005-07-01 22:29:53 +02:00
EXTRA_DIST = \
appgroup.h \
2005-07-29 01:28:34 +02:00
xvdisp.h
2005-07-01 22:29:53 +02:00
# 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) \
$(XPRINT_SRCS)