xserver-multidpi/miext/shadow/Makefile.am
Keith Packard 8987b2c1ef Make more extensions optional in build (for kdrive). Fix kdrive build for
actual hardware. Fix kdrive pointer signed/unsigned types. Add
    kdrive-required YX rotation functions. Replace rgb text file loading
    with static rgb color table.
2006-02-16 07:17:31 +00:00

35 lines
641 B
Makefile

noinst_LTLIBRARIES = libshadow.la
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
if XORG
sdk_HEADERS = shadow.h
endif
libshadow_la_SOURCES = \
shadow.c \
shadow.h \
shalloc.c \
shpacked.c \
shplanar8.c \
shplanar.c \
shrot16pack_180.c \
shrot16pack_270.c \
shrot16pack_270YX.c \
shrot16pack_90.c \
shrot16pack_90YX.c \
shrot16pack.c \
shrot32pack_180.c \
shrot32pack_270.c \
shrot32pack_90.c \
shrot32pack.c \
shrot8pack_180.c \
shrot8pack_270.c \
shrot8pack_90.c \
shrot8pack.c \
shrotate.c \
shrotpack.h \
shrotpackYX.h