summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/Makefile.am
blob: 1edd7713fddcfe1080222964ae2a14335aaeab1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
INCLUDES = 					\
	@KDRIVE_INCS@				\
	@XSERVER_CFLAGS@


noinst_LIBRARIES = liblinux.a

if TSLIB
TSLIB_C = tslib.c
endif

if H3600_TS
TS_C = ts.c
endif

liblinux_a_SOURCES = 	\
	agp.c		\
	agp.h		\
	bus.c		\
	keyboard.c	\
	klinux.h	\
	linux.c		\
	mouse.c		\
	ms.c		\
	ps2.c		\
	$(TSLIB_C)	\
	$(TS_C)

liblinux_a_DEPENDENCIES = \
	agp.c		\
	bus.c		\
	keyboard.c	\
	linux.c		\
	mouse.c		\
	ms.c		\
	ps2.c		\
	$(TSLIB_C)	\
	$(TS_C)