~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/kdrive/epson/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES =                                      \
 
2
        @KDRIVE_INCS@                           \
 
3
        @KDRIVE_CFLAGS@
 
4
 
 
5
bin_PROGRAMS = Xepson
 
6
 
 
7
if TSLIB
 
8
TSLIB_FLAG = -lts
 
9
endif
 
10
 
 
11
noinst_LIBRARIES = libepson.a
 
12
 
 
13
libepson_a_SOURCES =    \
 
14
        epson13806.c    \
 
15
        epson13806.h    \
 
16
        epson13806draw.c\
 
17
        epson13806draw.h\
 
18
        epson13806reg.h
 
19
 
 
20
Xepson_SOURCES = \
 
21
        epson13806stub.c
 
22
 
 
23
EPSON_LIBS =                                    \
 
24
        libepson.a                              \
 
25
        @KDRIVE_LIBS@
 
26
 
 
27
Xepson_LDADD = \
 
28
        $(EPSON_LIBS)                           \
 
29
        @KDRIVE_LIBS@                          \
 
30
        $(TSLIB_FLAG)
 
31
 
 
32
Xepson_DEPENDENCIES = $(EPSON_LIBS) @KDRIVE_LIBS@