xserver-multidpi/hw/kdrive/linux/Makefile.am

35 lines
406 B
Makefile
Raw Normal View History

2003-09-11 05:26:03 +02:00
INCLUDES = \
2003-11-02 20:56:10 +01:00
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@
2003-09-11 05:26:03 +02:00
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
2003-09-11 05:26:03 +02:00
noinst_LIBRARIES = liblinux.a
2003-09-11 05:26:03 +02:00
2003-11-02 20:56:10 +01:00
if TSLIB
TSLIB_C = tslib.c
endif
if H3600_TS
TS_C = ts.c
endif
if KDRIVE_HW
KDRIVE_HW_SOURCES = \
agp.c \
agp.h \
evdev.c \
keyboard.c \
linux.c
endif
liblinux_a_SOURCES = \
2003-09-11 05:26:03 +02:00
bus.c \
klinux.h \
2003-09-11 05:26:03 +02:00
mouse.c \
ms.c \
2003-11-02 20:56:10 +01:00
ps2.c \
$(KDRIVE_HW_SOURCES) \
2003-11-02 20:56:10 +01:00
$(TSLIB_C) \
$(TS_C)