summaryrefslogtreecommitdiff
path: root/hw/kdrive/i810/Makefile.am
blob: da6d0801bafec3b6f6e9aa79e77b205b39fcef99 (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
INCLUDES = 					\
	@KDRIVE_INCS@				\
	@XSERVER_CFLAGS@

bin_PROGRAMS = Xi810

noinst_LIBRARIES = libi810.a

if TSLIB
TSLIB_FLAG = -lts
endif

libi810_a_SOURCES = 		\
	i810_cursor.c	\
	i810_video.c	\
	i810draw.c	\
	i810draw.h	\
	i810_reg.h	\
	i810.c		\
	i810.h

Xi810_SOURCES = \
	i810stub.c

I810_LIBS =						\
	libi810.a 					\
	@KDRIVE_LIBS@

Xi810_LDADD = \
	$(I810_LIBS)					\
	@XSERVER_LIBS@                                  \
	$(TSLIB_FLAG)

Xi810_DEPENDENCIES = $(I810_LIBS) @KDRIVE_LIBS@