xserver-multidpi/mi/Makefile.am
Adam Jackson ffaae7c0c6 Remove mibank support
Banked framebuffers are so 1990.  As of 7.4 the only drivers remaining
that used this were chips, neomagic, trident, and vesa.  vesa only used
it when not using shadowfb, which is broadly undesirable anyway, and no
longer uses it at all as of 2.3.0.  neomagic never used it by default,
and support for it is gone in git master.  The other two effectively
only ever used it for ISA chips; since ISA support is now gone from
the server, they have been modified to only compile mibank support when
ISA support is available.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-04-27 11:14:03 -07:00

68 lines
1.1 KiB
Makefile

noinst_LTLIBRARIES = libmi.la
if XORG
sdk_HEADERS = micmap.h miline.h mipointer.h mi.h mibstore.h \
migc.h mipointrst.h mizerarc.h micoord.h mifillarc.h \
mispans.h miwideline.h mistruct.h mifpoly.h mioverlay.h
endif
AM_CFLAGS = $(DIX_CFLAGS)
libmi_la_SOURCES = \
mi.h \
miarc.c \
mibitblt.c \
mibstore.c \
mibstore.h \
mibstorest.h \
micmap.c \
micmap.h \
micoord.h \
micopy.c \
micursor.c \
midash.c \
midispcur.c \
mieq.c \
miexpose.c \
mifillarc.c \
mifillarc.h \
mifillrct.c \
mifpolycon.c \
mifpoly.h \
migc.c \
migc.h \
miglblt.c \
miline.h \
mioverlay.c \
mioverlay.h \
mipointer.c \
mipointer.h \
mipointrst.h \
mipoly.c \
mipoly.h \
mipolycon.c \
mipolygen.c \
mipolypnt.c \
mipolyrect.c \
mipolyseg.c \
mipolytext.c \
mipolyutil.c \
mipushpxl.c \
miregion.c \
miscanfill.h \
miscrinit.c \
mispans.c \
mispans.h \
misprite.c \
misprite.h \
mistruct.h \
mivaltree.c \
mivalidate.h \
miwideline.c \
miwideline.h \
miwindow.c \
mizerarc.c \
mizerarc.h \
mizerclip.c \
mizerline.c