summaryrefslogtreecommitdiff
path: root/hw/kdrive/epson/Makefile.am
blob: 97b0a75b3d4ce51263d02d29c2b70f9add6c6214 (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
INCLUDES = 					\
	@KDRIVE_INCS@				\
	@KDRIVE_CFLAGS@

bin_PROGRAMS = Xepson

if TSLIB
TSLIB_FLAG = -lts
endif

noinst_LIBRARIES = libepson.a

libepson_a_SOURCES = 	\
	epson13806.c	\
	epson13806.h	\
	epson13806draw.c\
	epson13806draw.h\
	epson13806reg.h

Xepson_SOURCES = \
	epson13806stub.c

EPSON_LIBS =					\
	libepson.a 				\
	@KDRIVE_LIBS@

Xepson_LDADD = \
	$(EPSON_LIBS)				\
	@KDRIVE_LIBS@                          \
	@XSERVER_LIBS@				\
	$(TSLIB_FLAG)

Xepson_DEPENDENCIES = $(EPSON_LIBS)