2006-11-26 11:13:41 -07:00
|
|
|
INCLUDES = \
|
|
|
|
@KDRIVE_INCS@ \
|
|
|
|
@KDRIVE_CFLAGS@
|
|
|
|
|
|
|
|
bin_PROGRAMS = Xepson
|
|
|
|
|
|
|
|
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@
|
|
|
|
|
2008-11-02 08:26:08 -07:00
|
|
|
if GLX
|
|
|
|
Xepson_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
|
|
|
endif
|
|
|
|
|
2006-11-26 11:13:41 -07:00
|
|
|
Xepson_LDADD = \
|
|
|
|
$(EPSON_LIBS) \
|
2008-11-02 08:26:08 -07:00
|
|
|
@KDRIVE_LIBS@
|
2006-11-26 11:13:41 -07:00
|
|
|
|
2007-11-24 10:55:21 -07:00
|
|
|
Xepson_DEPENDENCIES = \
|
|
|
|
libepson.a \
|
|
|
|
@KDRIVE_LOCAL_LIBS@
|
|
|
|
|
|
|
|
relink:
|
|
|
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|