summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2019-03-24 13:06:54 +0100
committerDidier Raboud <odyx@debian.org>2019-03-24 13:06:54 +0100
commit755894cb1a79fe29e0135ed1aab95a7a92de2026 (patch)
tree634cf8b0fe517908960c415b2c48ee1a9831460a /lib
parent860aeed6a04b64c5bc1c16c026e388e0a312cafa (diff)
New upstream version 1.6.36
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in383
-rw-r--r--lib/epson-escpr-api.c17
-rw-r--r--lib/epson-escpr-media.h283
3 files changed, 312 insertions, 371 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 2fb56ef..3091a86 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -15,61 +16,6 @@
@SET_MAKE@
VPATH = @srcdir@
-am__is_gnu_make = { \
- if test -z '$(MAKELEVEL)'; then \
- false; \
- elif test -n '$(MAKE_HOST)'; then \
- true; \
- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
- true; \
- else \
- false; \
- fi; \
-}
-am__make_running_with_option = \
- case $${target_option-} in \
- ?) ;; \
- *) echo "am__make_running_with_option: internal error: invalid" \
- "target option '$${target_option-}' specified" >&2; \
- exit 1;; \
- esac; \
- has_opt=no; \
- sane_makeflags=$$MAKEFLAGS; \
- if $(am__is_gnu_make); then \
- sane_makeflags=$$MFLAGS; \
- else \
- case $$MAKEFLAGS in \
- *\\[\ \ ]*) \
- bs=\\; \
- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
- esac; \
- fi; \
- skip_next=no; \
- strip_trailopt () \
- { \
- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
- }; \
- for flg in $$sane_makeflags; do \
- test $$skip_next = yes && { skip_next=no; continue; }; \
- case $$flg in \
- *=*|--*) continue;; \
- -*I) strip_trailopt 'I'; skip_next=yes;; \
- -*I?*) strip_trailopt 'I';; \
- -*O) strip_trailopt 'O'; skip_next=yes;; \
- -*O?*) strip_trailopt 'O';; \
- -*l) strip_trailopt 'l'; skip_next=yes;; \
- -*l?*) strip_trailopt 'l';; \
- -[dEDm]) skip_next=yes;; \
- -[JT]) skip_next=yes;; \
- esac; \
- case $$flg in \
- *$$target_option*) has_opt=yes; break;; \
- esac; \
- done; \
- test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -89,6 +35,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = lib
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
@@ -96,7 +43,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
@@ -143,78 +89,29 @@ am_libescpr_la_OBJECTS = libescpr_la-epson-cbt.lo \
libescpr_la-epson-net-raw.lo libescpr_la-epson-net-snmp.lo \
libescpr_la-epson-protocol.lo libescpr_la-epson-usb.lo
libescpr_la_OBJECTS = $(am_libescpr_la_OBJECTS)
-AM_V_lt = $(am__v_lt_@AM_V@)
-am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 =
-libescpr_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+libescpr_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libescpr_la_CFLAGS) \
$(CFLAGS) $(libescpr_la_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_@AM_V@)
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_@AM_V@)
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
-am__v_GEN_0 = @echo " GEN " $@;
-am__v_GEN_1 =
-AM_V_at = $(am__v_at_@AM_V@)
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_@AM_V@)
-am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
-am__v_CC_0 = @echo " CC " $@;
-am__v_CC_1 =
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_@AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo " CCLD " $@;
-am__v_CCLD_1 =
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ $(LDFLAGS) -o $@
SOURCES = $(libescpr_la_SOURCES)
DIST_SOURCES = $(libescpr_la_SOURCES)
-am__can_run_installinfo = \
- case $$AM_UPDATE_INFO_DIR in \
- n|no|NO) false;; \
- *) (install-info --version) >/dev/null 2>&1;; \
- esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates. Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
- BEGIN { nonempty = 0; } \
- { items[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique. This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
- list='$(am__tagged_files)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -245,6 +142,8 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INTERNAL_PPD = @INTERNAL_PPD@
+INTERNAL_PPD_OPTION = @INTERNAL_PPD_OPTION@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
@@ -254,7 +153,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LSB_VER = @LSB_VER@
LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
@@ -325,7 +223,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -397,6 +294,7 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu lib/Makefile
+.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -414,9 +312,9 @@ $(top_srcdir)/configure: $(am__configure_deps)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
-
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
list2=; for p in $$list; do \
if test -f $$p; then \
@@ -424,8 +322,6 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
else :; fi; \
done; \
test -z "$$list2" || { \
- echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
}
@@ -441,17 +337,14 @@ uninstall-libLTLIBRARIES:
clean-libLTLIBRARIES:
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
- @list='$(lib_LTLIBRARIES)'; \
- locs=`for p in $$list; do echo $$p; done | \
- sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
- sort -u`; \
- test -z "$$locs" || { \
- echo rm -f $${locs}; \
- rm -f $${locs}; \
- }
-
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+ test "$$dir" != "$$p" || dir=.; \
+ echo "rm -f \"$${dir}/so_locations\""; \
+ rm -f "$${dir}/so_locations"; \
+ done
libescpr.la: $(libescpr_la_OBJECTS) $(libescpr_la_DEPENDENCIES) $(EXTRA_libescpr_la_DEPENDENCIES)
- $(AM_V_CCLD)$(libescpr_la_LINK) -rpath $(libdir) $(libescpr_la_OBJECTS) $(libescpr_la_LIBADD) $(LIBS)
+ $(libescpr_la_LINK) -rpath $(libdir) $(libescpr_la_OBJECTS) $(libescpr_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -477,137 +370,137 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libescpr_la-epson-usb.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libescpr_la-epson-cbt.lo: epson-cbt.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-cbt.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-cbt.Tpo -c -o libescpr_la-epson-cbt.lo `test -f 'epson-cbt.c' || echo '$(srcdir)/'`epson-cbt.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-cbt.Tpo $(DEPDIR)/libescpr_la-epson-cbt.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-cbt.c' object='libescpr_la-epson-cbt.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-cbt.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-cbt.Tpo -c -o libescpr_la-epson-cbt.lo `test -f 'epson-cbt.c' || echo '$(srcdir)/'`epson-cbt.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-cbt.Tpo $(DEPDIR)/libescpr_la-epson-cbt.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-cbt.c' object='libescpr_la-epson-cbt.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-cbt.lo `test -f 'epson-cbt.c' || echo '$(srcdir)/'`epson-cbt.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-cbt.lo `test -f 'epson-cbt.c' || echo '$(srcdir)/'`epson-cbt.c
libescpr_la-epson-escpage.lo: epson-escpage.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage.Tpo -c -o libescpr_la-epson-escpage.lo `test -f 'epson-escpage.c' || echo '$(srcdir)/'`epson-escpage.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpage.Tpo $(DEPDIR)/libescpr_la-epson-escpage.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpage.c' object='libescpr_la-epson-escpage.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage.Tpo -c -o libescpr_la-epson-escpage.lo `test -f 'epson-escpage.c' || echo '$(srcdir)/'`epson-escpage.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpage.Tpo $(DEPDIR)/libescpr_la-epson-escpage.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpage.c' object='libescpr_la-epson-escpage.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage.lo `test -f 'epson-escpage.c' || echo '$(srcdir)/'`epson-escpage.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage.lo `test -f 'epson-escpage.c' || echo '$(srcdir)/'`epson-escpage.c
libescpr_la-epson-escpage-color.lo: epson-escpage-color.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage-color.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage-color.Tpo -c -o libescpr_la-epson-escpage-color.lo `test -f 'epson-escpage-color.c' || echo '$(srcdir)/'`epson-escpage-color.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpage-color.Tpo $(DEPDIR)/libescpr_la-epson-escpage-color.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpage-color.c' object='libescpr_la-epson-escpage-color.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage-color.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage-color.Tpo -c -o libescpr_la-epson-escpage-color.lo `test -f 'epson-escpage-color.c' || echo '$(srcdir)/'`epson-escpage-color.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpage-color.Tpo $(DEPDIR)/libescpr_la-epson-escpage-color.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpage-color.c' object='libescpr_la-epson-escpage-color.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage-color.lo `test -f 'epson-escpage-color.c' || echo '$(srcdir)/'`epson-escpage-color.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage-color.lo `test -f 'epson-escpage-color.c' || echo '$(srcdir)/'`epson-escpage-color.c
libescpr_la-epson-escpage-comp.lo: epson-escpage-comp.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage-comp.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage-comp.Tpo -c -o libescpr_la-epson-escpage-comp.lo `test -f 'epson-escpage-comp.c' || echo '$(srcdir)/'`epson-escpage-comp.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpage-comp.Tpo $(DEPDIR)/libescpr_la-epson-escpage-comp.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpage-comp.c' object='libescpr_la-epson-escpage-comp.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage-comp.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage-comp.Tpo -c -o libescpr_la-epson-escpage-comp.lo `test -f 'epson-escpage-comp.c' || echo '$(srcdir)/'`epson-escpage-comp.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpage-comp.Tpo $(DEPDIR)/libescpr_la-epson-escpage-comp.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpage-comp.c' object='libescpr_la-epson-escpage-comp.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage-comp.lo `test -f 'epson-escpage-comp.c' || echo '$(srcdir)/'`epson-escpage-comp.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage-comp.lo `test -f 'epson-escpage-comp.c' || echo '$(srcdir)/'`epson-escpage-comp.c
libescpr_la-epson-escpage-mono.lo: epson-escpage-mono.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage-mono.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage-mono.Tpo -c -o libescpr_la-epson-escpage-mono.lo `test -f 'epson-escpage-mono.c' || echo '$(srcdir)/'`epson-escpage-mono.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpage-mono.Tpo $(DEPDIR)/libescpr_la-epson-escpage-mono.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpage-mono.c' object='libescpr_la-epson-escpage-mono.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpage-mono.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpage-mono.Tpo -c -o libescpr_la-epson-escpage-mono.lo `test -f 'epson-escpage-mono.c' || echo '$(srcdir)/'`epson-escpage-mono.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpage-mono.Tpo $(DEPDIR)/libescpr_la-epson-escpage-mono.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpage-mono.c' object='libescpr_la-epson-escpage-mono.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage-mono.lo `test -f 'epson-escpage-mono.c' || echo '$(srcdir)/'`epson-escpage-mono.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpage-mono.lo `test -f 'epson-escpage-mono.c' || echo '$(srcdir)/'`epson-escpage-mono.c
libescpr_la-epson-escpr-api.lo: epson-escpr-api.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-api.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-api.Tpo -c -o libescpr_la-epson-escpr-api.lo `test -f 'epson-escpr-api.c' || echo '$(srcdir)/'`epson-escpr-api.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-api.Tpo $(DEPDIR)/libescpr_la-epson-escpr-api.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpr-api.c' object='libescpr_la-epson-escpr-api.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-api.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-api.Tpo -c -o libescpr_la-epson-escpr-api.lo `test -f 'epson-escpr-api.c' || echo '$(srcdir)/'`epson-escpr-api.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-api.Tpo $(DEPDIR)/libescpr_la-epson-escpr-api.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpr-api.c' object='libescpr_la-epson-escpr-api.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-api.lo `test -f 'epson-escpr-api.c' || echo '$(srcdir)/'`epson-escpr-api.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-api.lo `test -f 'epson-escpr-api.c' || echo '$(srcdir)/'`epson-escpr-api.c
libescpr_la-epson-escpr-dbg.lo: epson-escpr-dbg.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-dbg.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-dbg.Tpo -c -o libescpr_la-epson-escpr-dbg.lo `test -f 'epson-escpr-dbg.c' || echo '$(srcdir)/'`epson-escpr-dbg.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-dbg.Tpo $(DEPDIR)/libescpr_la-epson-escpr-dbg.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpr-dbg.c' object='libescpr_la-epson-escpr-dbg.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-dbg.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-dbg.Tpo -c -o libescpr_la-epson-escpr-dbg.lo `test -f 'epson-escpr-dbg.c' || echo '$(srcdir)/'`epson-escpr-dbg.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-dbg.Tpo $(DEPDIR)/libescpr_la-epson-escpr-dbg.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpr-dbg.c' object='libescpr_la-epson-escpr-dbg.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-dbg.lo `test -f 'epson-escpr-dbg.c' || echo '$(srcdir)/'`epson-escpr-dbg.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-dbg.lo `test -f 'epson-escpr-dbg.c' || echo '$(srcdir)/'`epson-escpr-dbg.c
libescpr_la-epson-escpr-mem.lo: epson-escpr-mem.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-mem.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-mem.Tpo -c -o libescpr_la-epson-escpr-mem.lo `test -f 'epson-escpr-mem.c' || echo '$(srcdir)/'`epson-escpr-mem.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-mem.Tpo $(DEPDIR)/libescpr_la-epson-escpr-mem.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpr-mem.c' object='libescpr_la-epson-escpr-mem.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-mem.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-mem.Tpo -c -o libescpr_la-epson-escpr-mem.lo `test -f 'epson-escpr-mem.c' || echo '$(srcdir)/'`epson-escpr-mem.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-mem.Tpo $(DEPDIR)/libescpr_la-epson-escpr-mem.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpr-mem.c' object='libescpr_la-epson-escpr-mem.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-mem.lo `test -f 'epson-escpr-mem.c' || echo '$(srcdir)/'`epson-escpr-mem.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-mem.lo `test -f 'epson-escpr-mem.c' || echo '$(srcdir)/'`epson-escpr-mem.c
libescpr_la-epson-escpr-pm.lo: epson-escpr-pm.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-pm.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-pm.Tpo -c -o libescpr_la-epson-escpr-pm.lo `test -f 'epson-escpr-pm.c' || echo '$(srcdir)/'`epson-escpr-pm.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-pm.Tpo $(DEPDIR)/libescpr_la-epson-escpr-pm.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpr-pm.c' object='libescpr_la-epson-escpr-pm.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-pm.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-pm.Tpo -c -o libescpr_la-epson-escpr-pm.lo `test -f 'epson-escpr-pm.c' || echo '$(srcdir)/'`epson-escpr-pm.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-pm.Tpo $(DEPDIR)/libescpr_la-epson-escpr-pm.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpr-pm.c' object='libescpr_la-epson-escpr-pm.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-pm.lo `test -f 'epson-escpr-pm.c' || echo '$(srcdir)/'`epson-escpr-pm.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-pm.lo `test -f 'epson-escpr-pm.c' || echo '$(srcdir)/'`epson-escpr-pm.c
libescpr_la-epson-escpr-services.lo: epson-escpr-services.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-services.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-services.Tpo -c -o libescpr_la-epson-escpr-services.lo `test -f 'epson-escpr-services.c' || echo '$(srcdir)/'`epson-escpr-services.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-services.Tpo $(DEPDIR)/libescpr_la-epson-escpr-services.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-escpr-services.c' object='libescpr_la-epson-escpr-services.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-escpr-services.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-escpr-services.Tpo -c -o libescpr_la-epson-escpr-services.lo `test -f 'epson-escpr-services.c' || echo '$(srcdir)/'`epson-escpr-services.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-escpr-services.Tpo $(DEPDIR)/libescpr_la-epson-escpr-services.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-escpr-services.c' object='libescpr_la-epson-escpr-services.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-services.lo `test -f 'epson-escpr-services.c' || echo '$(srcdir)/'`epson-escpr-services.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-escpr-services.lo `test -f 'epson-escpr-services.c' || echo '$(srcdir)/'`epson-escpr-services.c
libescpr_la-epson-layout.lo: epson-layout.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-layout.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-layout.Tpo -c -o libescpr_la-epson-layout.lo `test -f 'epson-layout.c' || echo '$(srcdir)/'`epson-layout.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-layout.Tpo $(DEPDIR)/libescpr_la-epson-layout.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-layout.c' object='libescpr_la-epson-layout.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-layout.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-layout.Tpo -c -o libescpr_la-epson-layout.lo `test -f 'epson-layout.c' || echo '$(srcdir)/'`epson-layout.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-layout.Tpo $(DEPDIR)/libescpr_la-epson-layout.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-layout.c' object='libescpr_la-epson-layout.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-layout.lo `test -f 'epson-layout.c' || echo '$(srcdir)/'`epson-layout.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-layout.lo `test -f 'epson-layout.c' || echo '$(srcdir)/'`epson-layout.c
libescpr_la-epson-net-lpr.lo: epson-net-lpr.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-net-lpr.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-net-lpr.Tpo -c -o libescpr_la-epson-net-lpr.lo `test -f 'epson-net-lpr.c' || echo '$(srcdir)/'`epson-net-lpr.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-net-lpr.Tpo $(DEPDIR)/libescpr_la-epson-net-lpr.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-net-lpr.c' object='libescpr_la-epson-net-lpr.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-net-lpr.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-net-lpr.Tpo -c -o libescpr_la-epson-net-lpr.lo `test -f 'epson-net-lpr.c' || echo '$(srcdir)/'`epson-net-lpr.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-net-lpr.Tpo $(DEPDIR)/libescpr_la-epson-net-lpr.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-net-lpr.c' object='libescpr_la-epson-net-lpr.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-net-lpr.lo `test -f 'epson-net-lpr.c' || echo '$(srcdir)/'`epson-net-lpr.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-net-lpr.lo `test -f 'epson-net-lpr.c' || echo '$(srcdir)/'`epson-net-lpr.c
libescpr_la-epson-net-raw.lo: epson-net-raw.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-net-raw.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-net-raw.Tpo -c -o libescpr_la-epson-net-raw.lo `test -f 'epson-net-raw.c' || echo '$(srcdir)/'`epson-net-raw.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-net-raw.Tpo $(DEPDIR)/libescpr_la-epson-net-raw.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-net-raw.c' object='libescpr_la-epson-net-raw.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-net-raw.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-net-raw.Tpo -c -o libescpr_la-epson-net-raw.lo `test -f 'epson-net-raw.c' || echo '$(srcdir)/'`epson-net-raw.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-net-raw.Tpo $(DEPDIR)/libescpr_la-epson-net-raw.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-net-raw.c' object='libescpr_la-epson-net-raw.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-net-raw.lo `test -f 'epson-net-raw.c' || echo '$(srcdir)/'`epson-net-raw.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-net-raw.lo `test -f 'epson-net-raw.c' || echo '$(srcdir)/'`epson-net-raw.c
libescpr_la-epson-net-snmp.lo: epson-net-snmp.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-net-snmp.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-net-snmp.Tpo -c -o libescpr_la-epson-net-snmp.lo `test -f 'epson-net-snmp.c' || echo '$(srcdir)/'`epson-net-snmp.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-net-snmp.Tpo $(DEPDIR)/libescpr_la-epson-net-snmp.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-net-snmp.c' object='libescpr_la-epson-net-snmp.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-net-snmp.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-net-snmp.Tpo -c -o libescpr_la-epson-net-snmp.lo `test -f 'epson-net-snmp.c' || echo '$(srcdir)/'`epson-net-snmp.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-net-snmp.Tpo $(DEPDIR)/libescpr_la-epson-net-snmp.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-net-snmp.c' object='libescpr_la-epson-net-snmp.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-net-snmp.lo `test -f 'epson-net-snmp.c' || echo '$(srcdir)/'`epson-net-snmp.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-net-snmp.lo `test -f 'epson-net-snmp.c' || echo '$(srcdir)/'`epson-net-snmp.c
libescpr_la-epson-protocol.lo: epson-protocol.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-protocol.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-protocol.Tpo -c -o libescpr_la-epson-protocol.lo `test -f 'epson-protocol.c' || echo '$(srcdir)/'`epson-protocol.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-protocol.Tpo $(DEPDIR)/libescpr_la-epson-protocol.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-protocol.c' object='libescpr_la-epson-protocol.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-protocol.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-protocol.Tpo -c -o libescpr_la-epson-protocol.lo `test -f 'epson-protocol.c' || echo '$(srcdir)/'`epson-protocol.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-protocol.Tpo $(DEPDIR)/libescpr_la-epson-protocol.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-protocol.c' object='libescpr_la-epson-protocol.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-protocol.lo `test -f 'epson-protocol.c' || echo '$(srcdir)/'`epson-protocol.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-protocol.lo `test -f 'epson-protocol.c' || echo '$(srcdir)/'`epson-protocol.c
libescpr_la-epson-usb.lo: epson-usb.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-usb.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-usb.Tpo -c -o libescpr_la-epson-usb.lo `test -f 'epson-usb.c' || echo '$(srcdir)/'`epson-usb.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libescpr_la-epson-usb.Tpo $(DEPDIR)/libescpr_la-epson-usb.Plo
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='epson-usb.c' object='libescpr_la-epson-usb.lo' libtool=yes @AMDEPBACKSLASH@
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -MT libescpr_la-epson-usb.lo -MD -MP -MF $(DEPDIR)/libescpr_la-epson-usb.Tpo -c -o libescpr_la-epson-usb.lo `test -f 'epson-usb.c' || echo '$(srcdir)/'`epson-usb.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libescpr_la-epson-usb.Tpo $(DEPDIR)/libescpr_la-epson-usb.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epson-usb.c' object='libescpr_la-epson-usb.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-usb.lo `test -f 'epson-usb.c' || echo '$(srcdir)/'`epson-usb.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libescpr_la_CFLAGS) $(CFLAGS) -c -o libescpr_la-epson-usb.lo `test -f 'epson-usb.c' || echo '$(srcdir)/'`epson-usb.c
mostlyclean-libtool:
-rm -f *.lo
@@ -615,15 +508,26 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
-ID: $(am__tagged_files)
- $(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
set x; \
here=`pwd`; \
- $(am__define_uniq_tagged_files); \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
@@ -635,11 +539,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
$$unique; \
fi; \
fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
- $(am__define_uniq_tagged_files); \
+ctags: CTAGS
+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$unique
@@ -648,21 +556,6 @@ GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
- list='$(am__tagged_files)'; \
- case "$(srcdir)" in \
- [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
- *) sdir=$(subdir)/$(srcdir) ;; \
- esac; \
- for i in $$list; do \
- if test -f "$$i"; then \
- echo "$(subdir)/$$i"; \
- else \
- echo "$$sdir/$$i"; \
- fi; \
- done >> $(top_builddir)/cscope.files
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -808,21 +701,19 @@ uninstall-am: uninstall-libLTLIBRARIES
.MAKE: install-am install-strip
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
- clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
- ctags-am distclean distclean-compile distclean-generic \
- distclean-libtool distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am install-info \
- install-info-am install-libLTLIBRARIES install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- installcheck installcheck-am installdirs maintainer-clean \
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ clean-libLTLIBRARIES clean-libtool ctags distclean \
+ distclean-compile distclean-generic distclean-libtool \
+ distclean-tags distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-info install-info-am \
+ install-libLTLIBRARIES install-man install-pdf install-pdf-am \
+ install-ps install-ps-am install-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
- tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
-
-.PRECIOUS: Makefile
+ tags uninstall uninstall-am uninstall-libLTLIBRARIES
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/lib/epson-escpr-api.c b/lib/epson-escpr-api.c
index a85716e..f568499 100644
--- a/lib/epson-escpr-api.c
+++ b/lib/epson-escpr-api.c
@@ -3759,7 +3759,10 @@ EPS_LOG_FUNCIN;
if (! ( ( (jobAttr->mediaSizeIdx >= EPS_MSID_A4 ) &&
(jobAttr->mediaSizeIdx <= EPS_MSID_A5_24HOLE ) ) ||
( (jobAttr->mediaSizeIdx >= EPS_MSID_A3NOBI ) &&
- (jobAttr->mediaSizeIdx <= EPS_MSID_12X12 ) ) ||
+ (jobAttr->mediaSizeIdx <= EPS_MSID_8K ) ) ||
+ ( (jobAttr->mediaSizeIdx == EPS_MSID_CHOKEI_40 ) ) ||
+ ( (jobAttr->mediaSizeIdx >= EPS_MSID_HALFCUT ) &&
+ (jobAttr->mediaSizeIdx <= EPS_MSID_16X20 ) ) ||
( (jobAttr->mediaSizeIdx == EPS_MSID_USER ) ) ) )
{
EPS_RETURN( EPS_ERR_INV_MEDIA_SIZE )
@@ -3773,10 +3776,18 @@ EPS_LOG_FUNCIN;
/*** Media Type */
if (! ( ( (jobAttr->mediaTypeIdx >= EPS_MTID_PLAIN ) &&
- (jobAttr->mediaTypeIdx <= EPS_MTID_GROSSY_ROLL_STICKER) ) ||
+ (jobAttr->mediaTypeIdx <= EPS_MTID_BUSINESS_PLAIN) ) ||
+ ( (jobAttr->mediaTypeIdx >= EPS_MTID_PLAIN_ROLL_STICKER ) &&
+ (jobAttr->mediaTypeIdx <= EPS_MTID_GROSSY_ROLL_STICKER ) ) ||
+ ( (jobAttr->mediaTypeIdx >= EPS_MTID_THICKPAPER1 ) &&
+ (jobAttr->mediaTypeIdx <= EPS_MTID_THICKPAPER3 ) ) ||
+ ( (jobAttr->mediaTypeIdx >= EPS_MTID_HIGH_QUALITY_PLAIN ) &&
+ (jobAttr->mediaTypeIdx <= EPS_MTID_BS_HALFGLOSSY_DS ) ) ||
( (jobAttr->mediaTypeIdx >= EPS_MTID_CDDVD ) &&
(jobAttr->mediaTypeIdx <= EPS_MTID_CDDVDGLOSSY ) ) ||
- ( (jobAttr->mediaTypeIdx == EPS_MTID_CLEANING ) ) ) ){
+ ( (jobAttr->mediaTypeIdx == EPS_MTID_CLEANING ) ) ||
+ ( (jobAttr->mediaTypeIdx == EPS_MTID_PLOOFING_WHITE_MAT ) ) ||
+ ( (jobAttr->mediaTypeIdx == EPS_MTID_AUTO_PLAIN ) ) ) ){
EPS_RETURN( EPS_ERR_INV_MEDIA_TYPE )
}
/*** Print Quality */
diff --git a/lib/epson-escpr-media.h b/lib/epson-escpr-media.h
index 1bcfc98..5bca71a 100644
--- a/lib/epson-escpr-media.h
+++ b/lib/epson-escpr-media.h
@@ -94,6 +94,7 @@ typedef enum _tagMEDIA_SIZE_ID_ {
EPS_MSID_B6 , /* 46 0x2E [128.000,182.000] */
EPS_MSID_KAKU_20 , /* 47 0x2F [229.000,324.000] */
EPS_MSID_A5_24HOLE , /* 48 0x30 [148.000,210.000] */
+ EPS_MSID_CHOKEI_40 =52, /* 52 0x34 [ 90.000,225.000] */
EPS_MSID_A3NOBI =61, /* 61 0x3D [329.000,483.000] */
EPS_MSID_A3 , /* 62 0x3E [297.000,420.000] */
EPS_MSID_B4 , /* 63 0x3F [257.000,364.000] */
@@ -104,10 +105,20 @@ typedef enum _tagMEDIA_SIZE_ID_ {
EPS_MSID_USC , /* 68 0x44 [431.800,558.800] */
EPS_MSID_10X12 , /* 69 0x45 [254.000,304.800] */
EPS_MSID_12X12 , /* 70 0x46 [304.800,304.800] */
+ EPS_MSID_SP1 , /* 71 0x47 [210.000,270.000] */
+ EPS_MSID_SP2 , /* 72 0x48 [210.000,149.000] */
+ EPS_MSID_SP3 , /* 73 0x49 [100.000,170.000] */
+ EPS_MSID_SP4 , /* 74 0x4A [130.000,182.000] */
+ EPS_MSID_SP5 , /* 75 0x4B [192.000,132.000] */
+ EPS_MSID_16K , /* 76 0x4C [195.000,270.000] */
+ EPS_MSID_8K , /* 77 0x4D [270.000,390.000] */
EPS_MSID_USER =99, /* 99 0x63 [ 0.000, 0.000] */
+ EPS_MSID_HALFCUT =128, /*128 0x80 [356.000,432.000] */
+ EPS_MSID_16X20 , /*129 0x81 [406.400,508.000] */
EPS_MSID_UNKNOWN =0xff/* unknown */
} MEDIA_SIZE_ID;
+
/*** Media Data Struct */
/*** ---------------------------------------------------------------------------*/
typedef struct _tagEPS_MEDIA_INFO_ {
@@ -126,66 +137,76 @@ typedef struct _tagEPS_MEDIA_INFO_ {
/*** ---------------------------------------------------------------------------*/
static const EPS_MEDIA_INFO epsMediaSize[] = {
/* ID PaperW/L 3mm W/L 0mm L/T 0mm W/L */
-{ EPS_MSID_A4, 2976, 4209, 2892, 4125, -36, -42, 3048, 4321 },
-{ EPS_MSID_LETTER, 3060, 3960, 2976, 3876, -36, -42, 3132, 4072 },
-{ EPS_MSID_LEGAL, 3060, 5040, 2976, 4956, -36, -42, 3132, 5152 },
-{ EPS_MSID_A5, 2098, 2976, 2014, 2892, -36, -42, 2170, 3088 },
-{ EPS_MSID_A6, 1488, 2098, 1404, 2014, -36, -42, 1560, 2210 },
-{ EPS_MSID_B5, 2579, 3642, 2495, 3558, -36, -42, 2651, 3754 },
-{ EPS_MSID_EXECUTIVE, 2610, 3780, 2526, 3696, -36, -42, 2682, 3892 },
-{ EPS_MSID_HALFLETTER, 1980, 3060, 1896, 2976, -36, -42, 2052, 3172 },
-{ EPS_MSID_PANORAMIC, 2976, 8419, 2892, 8335, -36, -42, 3048, 8531 },
-{ EPS_MSID_TRIM_4X6, 1610, 2330, 1526, 2246, -36, -42, 1682, 2442 },
-{ EPS_MSID_4X6, 1440, 2160, 1356, 2076, -36, -42, 1512, 2272 },
-{ EPS_MSID_5X8, 1800, 2880, 1716, 2796, -36, -42, 1872, 2992 },
-{ EPS_MSID_8X10, 2880, 3600, 2796, 3516, -36, -42, 2952, 3712 },
-{ EPS_MSID_10X15, 1417, 2125, 1333, 2041, -36, -42, 1489, 2237 },
-{ EPS_MSID_200X300, 3061, 4790, 2977, 4706, -36, -42, 3133, 4902 },
-{ EPS_MSID_L, 1260, 1800, 1176, 1716, -36, -42, 1332, 1912 },
-{ EPS_MSID_POSTCARD, 1417, 2098, 1333, 2013, -36, -42, 1489, 2210 },
-{ EPS_MSID_DBLPOSTCARD, 2834, 2097, 2750, 2013, -36, -42, 2906, 2209 },
-{ EPS_MSID_ENV_10_L, 3420, 1485, 3336, 1401, -36, -42, 3492, 1597 },
-{ EPS_MSID_ENV_C6_L, 2296, 1616, 2212, 1532, -36, -42, 2368, 1728 },
-{ EPS_MSID_ENV_DL_L, 3118, 1559, 3034, 1475, -36, -42, 3190, 1671 },
-{ EPS_MSID_NEWEVN_L, 3118, 1871, 3034, 1787, -36, -42, 3190, 1983 },
-{ EPS_MSID_CHOKEI_3, 1700, 3330, 1560, 3005, -36, -42, 1772, 3442 },
-{ EPS_MSID_CHOKEI_4, 1275, 2905, 1135, 2580, -36, -42, 1347, 3017 },
-{ EPS_MSID_YOKEI_1, 1701, 2494, 1561, 2169, -36, -42, 1773, 2606 },
-{ EPS_MSID_YOKEI_2, 1616, 2296, 1476, 1971, -36, -42, 1688, 2408 },
-{ EPS_MSID_YOKEI_3, 1389, 2098, 1249, 1773, -36, -42, 1461, 2210 },
-{ EPS_MSID_YOKEI_4, 1488, 3330, 1348, 3005, -36, -42, 1560, 3442 },
-{ EPS_MSID_2L, 1800, 2522, 1716, 2436, -36, -42, 1872, 2634 },
-{ EPS_MSID_ENV_10_P, 1485, 3420, 1345, 3095, -36, -42, 1557, 3532 },
-{ EPS_MSID_ENV_C6_P, 1615, 2296, 1475, 1971, -36, -42, 1687, 2408 },
-{ EPS_MSID_ENV_DL_P, 1559, 3118, 1419, 2793, -36, -42, 1631, 3230 },
-{ EPS_MSID_NEWENV_P, 1871, 3118, 1731, 2793, -36, -42, 1943, 3230 },
-{ EPS_MSID_MEISHI, 1261, 779, 1177, 695, -36, -42, 1333, 891 },
-{ EPS_MSID_BUZCARD_89X50, 1261, 709, 1177, 625, -36, -42, 1333, 821 },
-{ EPS_MSID_CARD_54X86, 765, 1219, 681, 1135, -36, -42, 837, 1331 },
-{ EPS_MSID_BUZCARD_55X91, 780, 1290, 696, 1206, -36, -42, 852, 1402 },
-{ EPS_MSID_ALBUM_L, 1800, 2607, 1716, 2523, -36, -42, 1872, 2719 },
-{ EPS_MSID_ALBUM_A5, 2976, 4294, 2892, 4210, -36, -42, 3048, 4406 },
-{ EPS_MSID_PALBUM_L_L, 1800, 1260, 1716, 1176, -36, -42, 1872, 1372 },
-{ EPS_MSID_PALBUM_2L, 1800, 2521, 1716, 2437, -36, -42, 1872, 2633 },
-{ EPS_MSID_PALBUM_A5_L, 2976, 2101, 2892, 2017, -36, -42, 3048, 2213 },
-{ EPS_MSID_PALBUM_A4, 2976, 4203, 2892, 4119, -36, -42, 3048, 4315 },
-{ EPS_MSID_HIVISION, 1440, 2560, 1356, 2476, -36, -42, 1512, 2672 },
-{ EPS_MSID_KAKU_2, 3401, 4705, 2977, 4380, -36, -42, 3472, 4817 },
-{ EPS_MSID_ENV_C4_P, 3245, 4592, 2963, 4267, -36, -42, 3317, 4422 },
-{ EPS_MSID_B6, 1814, 2580, 1730, 2496, -36, -42, 1886, 2692 },
-{ EPS_MSID_KAKU_20, 3245, 4592, 2963, 4267, -36, -42, 3317, 4422 },
-{ EPS_MSID_A5_24HOLE, 2098, 2976, 1816, 2694, -36, -42, 2170, 3088 },
-{ EPS_MSID_A3NOBI, 4663, 6846, 4579, 6762, -48, -42, 4758, 6957 },
-{ EPS_MSID_A3, 4209, 5953, 4125, 5869, -48, -42, 4305, 6064 },
-{ EPS_MSID_B4, 3643, 5159, 3559, 5075, -48, -42, 3739, 5271 },
-{ EPS_MSID_USB, 3960, 6120, 3876, 6036, -48, -42, 4056, 6232 },
-{ EPS_MSID_11X14, 3960, 5040, 3876, 4956, -48, -42, 4056, 5152 },
-{ EPS_MSID_B3, 5159, 7299, 5075, 7215, -48, -42, 5255, 7397 },
-{ EPS_MSID_A2, 5953, 8419, 5869, 8335, -48, -42, 6049, 8531 },
-{ EPS_MSID_USC, 6120, 7920, 6036, 7836, -48, -42, 6216, 8032 },
-{ EPS_MSID_10X12, 3600, 4320, 3516, 4236, -48, -42, 3696, 4432 },
-{ EPS_MSID_12X12, 4320, 4320, 4236, 4236, -48, -42, 4416, 4432 },
-{ EPS_MSID_USER, 0, 0, 0, 0, -36, -42, 0, 0 },
+{ EPS_MSID_A4, 2976, 4209, 2892, 4125, -36, -42, 3048, 4321 },
+{ EPS_MSID_LETTER, 3060, 3960, 2976, 3876, -36, -42, 3132, 4072 },
+{ EPS_MSID_LEGAL, 3060, 5040, 2976, 4956, -36, -42, 3132, 5152 },
+{ EPS_MSID_A5, 2098, 2976, 2014, 2892, -36, -42, 2170, 3088 },
+{ EPS_MSID_A6, 1488, 2098, 1404, 2014, -36, -42, 1560, 2210 },
+{ EPS_MSID_B5, 2580, 3643, 2496, 3559, -36, -42, 2652, 3755 },
+{ EPS_MSID_EXECUTIVE, 2611, 3780, 2527, 3696, -36, -42, 2683, 3892 },
+{ EPS_MSID_HALFLETTER, 1980, 3060, 1896, 2976, -36, -42, 2052, 3172 },
+{ EPS_MSID_PANORAMIC, 2976, 8419, 2892, 8335, -36, -42, 3048, 8531 },
+{ EPS_MSID_TRIM_4X6, 1610, 2330, 1526, 2246, -36, -42, 1682, 2442 },
+{ EPS_MSID_4X6, 1440, 2160, 1356, 2076, -36, -42, 1512, 2272 },
+{ EPS_MSID_5X8, 1800, 2880, 1716, 2796, -36, -42, 1872, 2992 },
+{ EPS_MSID_8X10, 2880, 3600, 2796, 3516, -36, -42, 2952, 3712 },
+{ EPS_MSID_10X15, 1417, 2125, 1333, 2041, -36, -42, 1489, 2237 },
+{ EPS_MSID_200X300, 3061, 4790, 2977, 4706, -36, -42, 3133, 4902 },
+{ EPS_MSID_L, 1261, 1800, 1177, 1716, -36, -42, 1333, 1912 },
+{ EPS_MSID_POSTCARD, 1417, 2098, 1333, 2014, -36, -42, 1489, 2210 },
+{ EPS_MSID_DBLPOSTCARD, 2835, 2098, 2751, 2014, -36, -42, 2907, 2210 },
+{ EPS_MSID_ENV_10_L, 3420, 1485, 3336, 1401, -36, -42, 3492, 1597 },
+{ EPS_MSID_ENV_C6_L, 2296, 1616, 2212, 1532, -36, -42, 2368, 1728 },
+{ EPS_MSID_ENV_DL_L, 3118, 1559, 3034, 1475, -36, -42, 3190, 1671 },
+{ EPS_MSID_NEWEVN_L, 3118, 1871, 3034, 1787, -36, -42, 3190, 1983 },
+{ EPS_MSID_CHOKEI_3, 1701, 3331, 1561, 3006, -36, -42, 1773, 3443 },
+{ EPS_MSID_CHOKEI_4, 1276, 2906, 1136, 2581, -36, -42, 1348, 3018 },
+{ EPS_MSID_YOKEI_1, 1701, 2494, 1561, 2169, -36, -42, 1773, 2606 },
+{ EPS_MSID_YOKEI_2, 1616, 2296, 1476, 1971, -36, -42, 1688, 2408 },
+{ EPS_MSID_YOKEI_3, 1389, 2098, 1249, 1773, -36, -42, 1461, 2210 },
+{ EPS_MSID_YOKEI_4, 1488, 3331, 1348, 3006, -36, -42, 1560, 3443 },
+{ EPS_MSID_2L, 1800, 2522, 1716, 2438, -36, -42, 1872, 2634 },
+{ EPS_MSID_ENV_10_P, 1485, 3420, 1345, 3095, -36, -42, 1557, 3532 },
+{ EPS_MSID_ENV_C6_P, 1616, 2296, 1476, 1971, -36, -42, 1688, 2408 },
+{ EPS_MSID_ENV_DL_P, 1559, 3118, 1419, 2793, -36, -42, 1631, 3230 },
+{ EPS_MSID_NEWENV_P, 1871, 3118, 1731, 2793, -36, -42, 1943, 3230 },
+{ EPS_MSID_MEISHI, 1261, 779, 1177, 695, -36, -42, 1333, 891 },
+{ EPS_MSID_BUZCARD_89X50, 1261, 709, 1177, 625, -36, -42, 1333, 821 },
+{ EPS_MSID_CARD_54X86,765,1219, 681, 1135, -36, -42, 837, 1331 },
+{ EPS_MSID_BUZCARD_55X91, 780, 1290, 696, 1206, -36, -42, 852, 1402 },
+{ EPS_MSID_ALBUM_L, 1800, 2607, 1716, 2523, -36, -42, 1872, 2719 },
+{ EPS_MSID_ALBUM_A5, 2976, 4294, 2892, 4210, -36, -42, 3048, 4406 },
+{ EPS_MSID_PALBUM_L_L, 1800, 1260, 1716, 1176, -36, -42, 1872, 1372 },
+{ EPS_MSID_PALBUM_2L, 1800, 2521, 1716, 2437, -36, -42, 1872, 2633 },
+{ EPS_MSID_PALBUM_A5_L, 2976, 2101, 2892, 2017, -36, -42, 3048, 2213 },
+{ EPS_MSID_PALBUM_A4, 2976, 4203, 2892, 4119, -36, -42, 3048, 4315 },
+{ EPS_MSID_HIVISION, 1440, 2560, 1356, 2476, -36, -42, 1512, 2672 },
+{ EPS_MSID_KAKU_2, 3401, 4705, 2977, 4380, -36, -42, 3473, 4817 },
+{ EPS_MSID_ENV_C4_P, 3245, 4592, 2977, 4267, -36, -42, 3317, 4704 },
+{ EPS_MSID_B6, 1814, 2580, 1730, 2496, -48, -42, 1910, 2692 },
+{ EPS_MSID_KAKU_20, 3245, 4592, 2977, 4267, -36, -42, 3317, 4704 },
+{ EPS_MSID_A5_24HOLE, 2098, 2976, 1816, 2694, -36, -42, 2170, 3088 },
+{ EPS_MSID_CHOKEI_40, 1276, 3189, 1136, 2736, -36, -42, 1348, 3301 },
+{ EPS_MSID_A3NOBI, 4663, 6846, 4579, 6762, -48, -42, 4759, 6958 },
+{ EPS_MSID_A3, 4209, 5953, 4125, 5869, -48, -42, 4305, 6065 },
+{ EPS_MSID_B4, 3643, 5159, 3559, 5075, -48, -42, 3739, 5271 },
+{ EPS_MSID_USB, 3960, 6120, 3876, 6036, -48, -42, 4056, 6232 },
+{ EPS_MSID_11X14, 3960, 5040, 3876, 4956, -48, -42, 4056, 5152 },
+{ EPS_MSID_B3, 5159, 7299, 5075, 7215, -48, -42, 5255, 7411 },
+{ EPS_MSID_A2, 5953, 8419, 5869, 8335, -48, -42, 6049, 8531 },
+{ EPS_MSID_USC, 6120, 7920, 6036, 7836, -48, -42, 6216, 8032 },
+{ EPS_MSID_10X12, 3600, 4320, 3516, 4236, -48, -42, 3696, 4432 },
+{ EPS_MSID_12X12, 4320, 4320, 4236, 4236, -48, -42, 4416, 4432 },
+{ EPS_MSID_SP1, 2976, 3827, 2892, 3743, -36, -42, 3048, 3939 },
+{ EPS_MSID_SP2, 2976, 2112, 2892, 2028, -36, -42, 3048, 2224 },
+{ EPS_MSID_SP3, 1417, 2409, 1333, 2325, -36, -42, 1489, 2521 },
+{ EPS_MSID_SP4, 1843, 2580, 1759, 2496, -36, -42, 1915, 2692 },
+{ EPS_MSID_SP5, 2721, 1871, 2637, 1787, -36, -42, 2793, 1983 },
+{ EPS_MSID_16K, 2764, 3827, 2680, 3743, -36, -42, 2836, 3939 },
+{ EPS_MSID_8K, 3827, 5528, 3743, 5444, -36, -42, 3899, 5640 },
+{ EPS_MSID_USER, 0, 0, 0, 0, -36, -42, 0, 0 },
+{ EPS_MSID_HALFCUT, 5040, 6120, 4956, 6036, -36, -42, 5112, 6232 },
+{ EPS_MSID_16X20, 5760, 7200, 5676, 7116, -36, -42, 5832, 7312 },
{ -1, 0, 0, 0, 0, 0, 0, 0, 0 }
};
@@ -196,66 +217,76 @@ static const EPS_MEDIA_INFO epsMediaSize[] = {
/*** ---------------------------------------------------------------------------*/
static const EPS_MEDIA_INFO epsMediaSize300[] = {
/* ID PaperW/L 3mm W/L 0mm L/T 0mm W/L */
-{ EPS_MSID_A4, 2480, 3507, 2410, 3437, -30, -35, 2540, 3601 },
-{ EPS_MSID_LETTER, 2550, 3300, 2480, 3230, -30, -35, 2610, 3394 },
-{ EPS_MSID_LEGAL, 2550, 4200, 2480, 4130, -30, -35, 2610, 4294 },
-{ EPS_MSID_A5, 1748, 2480, 1678, 2410, -30, -35, 1808, 2574 },
-{ EPS_MSID_A6, 1240, 1748, 1170, 1678, -30, -35, 1300, 1842 },
-{ EPS_MSID_B5, 2149, 3035, 2079, 2965, -30, -35, 2209, 3129 },
-{ EPS_MSID_EXECUTIVE, 2175, 3150, 2105, 3080, -30, -35, 2235, 3244 },
-{ EPS_MSID_HALFLETTER, 1650, 2550, 1580, 2480, -30, -35, 1710, 2644 },
-{ EPS_MSID_PANORAMIC, 2480, 7015, 2410, 6945, -30, -35, 2540, 7109 },
-{ EPS_MSID_TRIM_4X6, 1334, 1937, 1264, 1867, -30, -35, 1394, 2031 },
-{ EPS_MSID_4X6, 1200, 1800, 1130, 1730, -30, -35, 1260, 1894 },
-{ EPS_MSID_5X8, 1500, 2400, 1430, 2330, -30, -35, 1560, 2494 },
-{ EPS_MSID_8X10, 2400, 3000, 2330, 2930, -30, -35, 2460, 3094 },
-{ EPS_MSID_10X15, 1181, 1171, 1111, 1101, -30, -35, 1241, 1265 },
-{ EPS_MSID_200X300, 2362, 3543, 2292, 3473, -30, -35, 2422, 3637 },
-{ EPS_MSID_L, 1051, 1500, 981, 1430, -30, -35, 1111, 1594 },
-{ EPS_MSID_POSTCARD, 1181, 1748, 1111, 1678, -30, -35, 1241, 1842 },
-{ EPS_MSID_DBLPOSTCARD, 2362, 1748, 2292, 1678, -30, -35, 2422, 1842 },
-{ EPS_MSID_ENV_10_L, 2850, 1238, 2780, 1168, -30, -35, 2910, 1331 },
-{ EPS_MSID_ENV_C6_L, 1913, 1347, 1843, 1277, -30, -35, 1973, 1440 },
-{ EPS_MSID_ENV_DL_L, 2598, 1299, 2528, 1229, -30, -35, 2658, 1392 },
-{ EPS_MSID_NEWEVN_L, 2598, 1559, 2528, 1489, -30, -35, 2658, 1652 },
-{ EPS_MSID_CHOKEI_3, 1417, 2775, 1299, 2504, -30, -35, 1477, 2869 },
-{ EPS_MSID_CHOKEI_4, 1063, 2421, 945, 2150, -30, -35, 1123, 2515 },
-{ EPS_MSID_YOKEI_1, 1417, 2078, 1299, 1807, -30, -35, 1477, 2172 },
-{ EPS_MSID_YOKEI_2, 1346, 1913, 1228, 1642, -30, -35, 1406, 2007 },
-{ EPS_MSID_YOKEI_3, 1157, 1748, 1039, 1477, -30, -35, 1217, 1842 },
-{ EPS_MSID_YOKEI_4, 1240, 2775, 1122, 2504, -30, -35, 1300, 2869 },
-{ EPS_MSID_2L, 1500, 2102, 1430, 2032, -30, -35, 1560, 2196 },
-{ EPS_MSID_ENV_10_P, 1238, 2850, 1120, 2579, -30, -35, 1298, 2944 },
-{ EPS_MSID_ENV_C6_P, 1346, 1913, 1228, 1642, -30, -35, 1406, 2007 },
-{ EPS_MSID_ENV_DL_P, 1299, 2598, 1181, 2327, -30, -35, 1359, 2692 },
-{ EPS_MSID_NEWENV_P, 1535, 2598, 1417, 2327, -30, -35, 1595, 2692 },
-{ EPS_MSID_MEISHI, 1051, 650, 981, 580, -30, -35, 1111, 744 },
-{ EPS_MSID_BUZCARD_89X50, 1051, 590, 981, 520, -30, -35, 1111, 684 },
-{ EPS_MSID_CARD_54X86, 637, 1015, 567, 945, -30, -35, 697, 1109 },
-{ EPS_MSID_BUZCARD_55X91, 650, 1074, 580, 1004, -30, -35, 710, 1168 },
-{ EPS_MSID_ALBUM_L, 1500, 2173, 1430, 2103, -30, -35, 1560, 2267 },
-{ EPS_MSID_ALBUM_A5, 2480, 3578, 2410, 3508, -30, -35, 2540, 3672 },
-{ EPS_MSID_PALBUM_L_L, 1500, 1051, 1430, 981, -30, -35, 1560, 1145 },
-{ EPS_MSID_PALBUM_2L, 1500, 2102, 1430, 2032, -30, -35, 1560, 2196 },
-{ EPS_MSID_PALBUM_A5_L, 2480, 1748, 2410, 1678, -30, -35, 2540, 1842 },
-{ EPS_MSID_PALBUM_A4, 2480, 3507, 2410, 3437, -30, -35, 2540, 3601 },
-{ EPS_MSID_HIVISION, 1200, 2133, 1130, 2063, -30, -35, 1260, 2227 },
-{ EPS_MSID_KAKU_2, 2834, 3921, 2480, 3650, -30, -35, 2894, 4010 },
-{ EPS_MSID_ENV_C4_P, 2704, 3826, 2468, 3555, -30, -35, 2764, 3919 },
-{ EPS_MSID_B6, 1512, 2150, 1442, 2080, -30, -35, 1572, 2244 },
-{ EPS_MSID_KAKU_20, 2704, 3826, 2468, 3555, -30, -35, 2764, 3919 },
-{ EPS_MSID_A5_24HOLE, 1748, 2480, 1513, 2410, -30, -35, 1808, 2574 },
-{ EPS_MSID_A3NOBI, 3885, 5704, 3815, 5634, -42, -35, 3969, 5798 },
-{ EPS_MSID_A3, 3507, 4960, 3437, 4890, -42, -35, 3591, 5054 },
-{ EPS_MSID_B4, 3035, 4299, 2965, 4229, -42, -35, 3119, 4393 },
-{ EPS_MSID_USB, 3300, 5100, 3230, 5030, -42, -35, 3384, 5194 },
-{ EPS_MSID_11X14, 3300, 4200, 3230, 4130, -42, -35, 3384, 4294 },
-{ EPS_MSID_B3, 4299, 6082, 4229, 6012, -42, -35, 4383, 6176 },
-{ EPS_MSID_A2, 4960, 7015, 4890, 6945, -42, -35, 5044, 7109 },
-{ EPS_MSID_USC, 5100, 6600, 5030, 6530, -42, -35, 5184, 6694 },
-{ EPS_MSID_10X12, 3000, 3600, 2930, 3530, -42, -35, 3084, 3694 },
-{ EPS_MSID_12X12, 3600, 3600, 3530, 3530, -42, -35, 3684, 3694 },
+{ EPS_MSID_A4, 2480, 3507, 2410, 3437, -30, -35, 2540, 3601 },
+{ EPS_MSID_LETTER, 2550, 3300, 2480, 3230, -30, -35, 2610, 3394 },
+{ EPS_MSID_LEGAL, 2550, 4200, 2480, 4130, -30, -35, 2610, 4294 },
+{ EPS_MSID_A5, 1748, 2480, 1678, 2410, -30, -35, 1808, 2574 },
+{ EPS_MSID_A6, 1240, 1748, 1170, 1678, -30, -35, 1300, 1842 },
+{ EPS_MSID_B5, 2149, 3035, 2079, 2965, -30, -35, 2209, 3129 },
+{ EPS_MSID_EXECUTIVE, 2175, 3150, 2105, 3080, -30, -35, 2235, 3244 },
+{ EPS_MSID_HALFLETTER, 1650, 2550, 1580, 2480, -30, -35, 1710, 2644 },
+{ EPS_MSID_PANORAMIC, 2480, 7015, 2410, 6945, -30, -35, 2540, 7109 },
+{ EPS_MSID_TRIM_4X6, 1334, 1937, 1264, 1867, -30, -35, 1394, 2031 },
+{ EPS_MSID_4X6, 1200, 1800, 1130, 1730, -30, -35, 1260, 1894 },
+{ EPS_MSID_5X8, 1500, 2400, 1430, 2330, -30, -35, 1560, 2494 },
+{ EPS_MSID_8X10, 2400, 3000, 2330, 2930, -30, -35, 2460, 3094 },
+{ EPS_MSID_10X15, 1181, 1171, 1111, 1101, -30, -35, 1241, 1265 },
+{ EPS_MSID_200X300, 2362, 3543, 2292, 3473, -30, -35, 2422, 3637 },
+{ EPS_MSID_L, 1051, 1500, 981, 1430, -30, -35, 1111, 1594 },
+{ EPS_MSID_POSTCARD, 1181, 1748, 1111, 1678, -30, -35, 1241, 1842 },
+{ EPS_MSID_DBLPOSTCARD, 2362, 1748, 2292, 1678, -30, -35, 2422, 1842 },
+{ EPS_MSID_ENV_10_L, 2850, 1238, 2780, 1168, -30, -35, 2910, 1332 },
+{ EPS_MSID_ENV_C6_L, 1913, 1346, 1843, 1276, -30, -35, 1973, 1440 },
+{ EPS_MSID_ENV_DL_L, 2598, 1299, 2528, 1229, -30, -35, 2658, 1393 },
+{ EPS_MSID_NEWEVN_L, 2598, 1535, 2528, 1465, -30, -35, 2658, 1629 },
+{ EPS_MSID_CHOKEI_3, 1417, 2775, 1299, 2504, -30, -35, 1477, 2869 },
+{ EPS_MSID_CHOKEI_4, 1063, 2421, 945, 2150, -30, -35, 1123, 2515 },
+{ EPS_MSID_YOKEI_1, 1417, 2078, 1299, 1807, -30, -35, 1477, 2172 },
+{ EPS_MSID_YOKEI_2, 1346, 1913, 1228, 1642, -30, -35, 1406, 2007 },
+{ EPS_MSID_YOKEI_3, 1157, 1748, 1039, 1477, -30, -35, 1217, 1842 },
+{ EPS_MSID_YOKEI_4, 1240, 2775, 1122, 2504, -30, -35, 1300, 2869 },
+{ EPS_MSID_2L, 1500, 2102, 1430, 2032, -30, -35, 1560, 2196 },
+{ EPS_MSID_ENV_10_P, 1238, 2850, 1120, 2579, -30, -35, 1298, 2944 },
+{ EPS_MSID_ENV_C6_P, 1346, 1913, 1228, 1642, -30, -35, 1406, 2007 },
+{ EPS_MSID_ENV_DL_P, 1299, 2598, 1181, 2327, -30, -35, 1359, 2692 },
+{ EPS_MSID_NEWENV_P, 1535, 2598, 1417, 2327, -30, -35, 1595, 2692 },
+{ EPS_MSID_MEISHI, 1051, 650, 981, 580, -30, -35, 1111, 744 },
+{ EPS_MSID_BUZCARD_89X50, 1051, 590, 981, 520, -30, -35, 1111, 684 },
+{ EPS_MSID_CARD_54X86, 637, 1015, 567, 945, -30, -35, 697, 1109 },
+{ EPS_MSID_BUZCARD_55X91, 650, 1074, 580, 1004, -30, -35, 710, 1168 },
+{ EPS_MSID_ALBUM_L, 1500, 2173, 1430, 2103, -30, -35, 1560, 2267 },
+{ EPS_MSID_ALBUM_A5, 2480, 3578, 2410, 3508, -30, -35, 2540, 3672 },
+{ EPS_MSID_PALBUM_L_L, 1500, 1051, 1430, 981, -30, -35, 1560, 1145 },
+{ EPS_MSID_PALBUM_2L, 1500, 2102, 1430, 2032, -30, -35, 1560, 2196 },
+{ EPS_MSID_PALBUM_A5_L, 2480, 1748, 2410, 1678, -30, -35, 2540, 1842 },
+{ EPS_MSID_PALBUM_A4, 2480, 3507, 2410, 3437, -30, -35, 2540, 3601 },
+{ EPS_MSID_HIVISION, 1200, 2133, 1130, 2063, -30, -35, 1260, 2227 },
+{ EPS_MSID_KAKU_2, 2834, 3921, 2480, 3650, -30, -35, 2894, 4015 },
+{ EPS_MSID_ENV_C4_P, 2704, 3826, 2480, 3555, -30, -35, 2764, 3920 },
+{ EPS_MSID_B6, 1511, 2149, 1441, 1878, -30, -35, 1571, 2243 },
+{ EPS_MSID_KAKU_20, 2704, 3826, 2480, 3555, -30, -35, 2764, 3920 },
+{ EPS_MSID_A5_24HOLE, 1748, 2480, 1513, 2410, -30, -35, 1808, 2574 },
+{ EPS_MSID_CHOKEI_40, 1062, 2657, 944, 2280, -30, -35, 1122, 2751 },
+{ EPS_MSID_A3NOBI, 3885, 5704, 3815, 5634, -42, -35, 3969, 5798 },
+{ EPS_MSID_A3, 3507, 4960, 3437, 4890, -42, -35, 3591, 5054 },
+{ EPS_MSID_B4, 3035, 4299, 2965, 4229, -42, -35, 3119, 4393 },
+{ EPS_MSID_USB, 3300, 5100, 3230, 5030, -42, -35, 3384, 5194 },
+{ EPS_MSID_11X14, 3300, 4200, 3230, 4130, -42, -35, 3384, 4294 },
+{ EPS_MSID_B3, 4299, 6082, 4229, 6012, -42, -35, 4383, 6176 },
+{ EPS_MSID_A2, 4960, 7015, 4890, 6945, -42, -35, 5044, 7109 },
+{ EPS_MSID_USC, 5100, 6600, 5030, 6530, -42, -35, 5184, 6694 },
+{ EPS_MSID_10X12, 3000, 3600, 2930, 3530, -42, -35, 3084, 3694 },
+{ EPS_MSID_12X12, 3600, 3600, 3530, 3530, -42, -35, 3684, 3694 },
+{ EPS_MSID_SP1, 2480, 3188, 2410, 3118, -30, -35, 2540, 3282 },
+{ EPS_MSID_SP2, 2480, 1759, 2410, 1689, -30, -35, 2540, 1853 },
+{ EPS_MSID_SP3, 1181, 2007, 1111, 1937, -30, -35, 1241, 2101 },
+{ EPS_MSID_SP4, 1535, 2149, 1465, 2079, -30, -35, 1595, 2243 },
+{ EPS_MSID_SP5, 2267, 1559, 2197, 1489, -30, -35, 2327, 1653 },
+{ EPS_MSID_16K, 2303, 3188, 2233, 3118, -30, -35, 2363, 3282 },
+{ EPS_MSID_8K, 3188, 4606, 3118, 4536, -30, -35, 3248, 4700 },
{ EPS_MSID_USER, 0, 0, 0, 0, -30, -35, 0, 0 },
+{ EPS_MSID_HALFCUT, 4200, 5100, 4130, 5030, -30, -35, 4260, 5194 },
+{ EPS_MSID_16X20, 4800, 6000, 4730, 5930, -30, -35, 4860, 6094 },
{ -1, 0, 0, 0, 0, 0, 0, 0, 0 }
};
@@ -341,13 +372,21 @@ typedef enum _tagMEDIA_TYPE_ID_ {
EPS_MTID_LETTERHEAD , /* 54 0x36, "Letterhead\0" */
EPS_MTID_RECYCLED , /* 55 0x37, "Recycled\0" */
EPS_MTID_COLOR , /* 56 0x38, "Color\0" */
- EPS_MTID_PLAIN_ROLL_STICKER=59, /* 59 0x3B "Plain Roll Sticker\0" */
- EPS_MTID_GROSSY_ROLL_STICKER, /* 60 0x3C "Glossy Roll Sticker\0" */
+ EPS_MTID_BUSINESS_PLAIN , /* 57 0x39, "Business Plain Paper */
+ EPS_MTID_PLAIN_ROLL_STICKER=59, /* 59 0x3B"Plain Roll Sticker\0" */
+ EPS_MTID_GROSSY_ROLL_STICKER, /* 60 0x3C "Glossy Roll Sticker\0" */
+ EPS_MTID_THICKPAPER1=65 , /* 65 0x41, "Thick Paper 1\0" */
+ EPS_MTID_THICKPAPER2 , /* 66 0x42, "Thick Paper 2\0" */
+ EPS_MTID_THICKPAPER3 , /* 67 0x43, "Thick Paper 3\0" */
+ EPS_MTID_HIGH_QUALITY_PLAIN=70, /* 70 0x46"High Quality Plain Paper\0" */
+ EPS_MTID_BS_HALFGLOSSY_DS , /* 71 0x47, "Bussines card Harf Glossy Double-sided\0" */
EPS_MTID_CDDVD =91, /* 91 0x5B, "CD/DVD Label\0" */
EPS_MTID_CDDVDHIGH , /* 92 0x5C, "CD/DVD High Quality Label\0" */
EPS_MTID_CDDVDGLOSSY , /* 93 0x5D, "CD/DVD Glossy Surface\0" */
EPS_MTID_CLEANING =99, /* 99 0x63, "Cleaning Paper\0" */
- EPS_MTID_UNKNOWN =0xff/* unknown */
+ EPS_MTID_PLOOFING_WHITE_MAT=142,/*142 0x8E, "Proofing Paper White Semimatte\0" */
+ EPS_MTID_AUTO_PLAIN =253, /*253 0xFD, "Auto Select(Plain Paper)\0" */
+ EPS_MTID_UNKNOWN =0xff/* unknown */
} MEDIA_TYPE_ID;