xserver-multidpi/hw/kdrive/src/Makefile.am
Daniel Stone 02d0910511 new KDrive input world order
Convert KDrive to GPE/GKE interface.
Add first-class drivers and enumerate every device separately through
Xi, instead of lamely attempting to aggregate them.
Add XKB support to the Linux keyboard driver.
Add 'thumb button' support to the tslib driver.
Rejig InitInput, so each DDX has to add a list of drivers it supports.
Support NewInputDeviceRequest, et al.
2006-07-21 15:19:51 -04:00

41 lines
586 B
Makefile

INCLUDES = \
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
noinst_LIBRARIES = libkdrive.a libkdrivestubs.a
if KDRIVE_HW
KDRIVE_HW_SOURCES = \
vga.c \
vga.h
endif
libkdrive_a_SOURCES = \
fourcc.h \
kaa.c \
kaa.h \
kaapict.c \
kasync.c \
kcmap.c \
kcurscol.c \
kdrive.c \
kdrive.h \
kinfo.c \
kinput.c \
kkeymap.c \
kmap.c \
kmode.c \
knoop.c \
koffscreen.c \
kshadow.c \
ktest.c \
kxv.c \
kxv.h \
$(KDRIVE_HW_SOURCES) \
$(top_srcdir)/mi/miinitext.c
libkdrivestubs_a_SOURCES = \
$(top_srcdir)/fb/fbcmap.c