1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Variables
18
19#export STP_MODULE_PATH = $(top_builddir)/src/main/.libs:$(top_builddir)/src/main
20#export STP_DATA_PATH = $(top_srcdir)/src/xml
21
22
23VPATH = @srcdir@
24am__is_gnu_make = { \
25  if test -z '$(MAKELEVEL)'; then \
26    false; \
27  elif test -n '$(MAKE_HOST)'; then \
28    true; \
29  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30    true; \
31  else \
32    false; \
33  fi; \
34}
35am__make_running_with_option = \
36  case $${target_option-} in \
37      ?) ;; \
38      *) echo "am__make_running_with_option: internal error: invalid" \
39              "target option '$${target_option-}' specified" >&2; \
40         exit 1;; \
41  esac; \
42  has_opt=no; \
43  sane_makeflags=$$MAKEFLAGS; \
44  if $(am__is_gnu_make); then \
45    sane_makeflags=$$MFLAGS; \
46  else \
47    case $$MAKEFLAGS in \
48      *\\[\ \	]*) \
49        bs=\\; \
50        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52    esac; \
53  fi; \
54  skip_next=no; \
55  strip_trailopt () \
56  { \
57    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58  }; \
59  for flg in $$sane_makeflags; do \
60    test $$skip_next = yes && { skip_next=no; continue; }; \
61    case $$flg in \
62      *=*|--*) continue;; \
63        -*I) strip_trailopt 'I'; skip_next=yes;; \
64      -*I?*) strip_trailopt 'I';; \
65        -*O) strip_trailopt 'O'; skip_next=yes;; \
66      -*O?*) strip_trailopt 'O';; \
67        -*l) strip_trailopt 'l'; skip_next=yes;; \
68      -*l?*) strip_trailopt 'l';; \
69      -[dEDm]) skip_next=yes;; \
70      -[JT]) skip_next=yes;; \
71    esac; \
72    case $$flg in \
73      *$$target_option*) has_opt=yes; break;; \
74    esac; \
75  done; \
76  test $$has_opt = yes
77am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79pkgdatadir = $(datadir)/@PACKAGE@
80pkgincludedir = $(includedir)/@PACKAGE@
81pkglibdir = $(libdir)/@PACKAGE@
82pkglibexecdir = $(libexecdir)/@PACKAGE@
83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
84install_sh_DATA = $(install_sh) -c -m 644
85install_sh_PROGRAM = $(install_sh) -c
86install_sh_SCRIPT = $(install_sh) -c
87INSTALL_HEADER = $(INSTALL_DATA)
88transform = $(program_transform_name)
89NORMAL_INSTALL = :
90PRE_INSTALL = :
91POST_INSTALL = :
92NORMAL_UNINSTALL = :
93PRE_UNINSTALL = :
94POST_UNINSTALL = :
95build_triplet = @build@
96host_triplet = @host@
97@BUILD_TEST_TRUE@noinst_PROGRAMS = testdither$(EXEEXT) \
98@BUILD_TEST_TRUE@	escp2-weavetest$(EXEEXT) unprint$(EXEEXT) \
99@BUILD_TEST_TRUE@	pcl-unprint$(EXEEXT) bjc-unprint$(EXEEXT) \
100@BUILD_TEST_TRUE@	curve$(EXEEXT) xml-curve$(EXEEXT) \
101@BUILD_TEST_TRUE@	pixma_parse$(EXEEXT) \
102@BUILD_TEST_TRUE@	gen-printer-list$(EXEEXT)
103subdir = test
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105am__aclocal_m4_deps = $(top_srcdir)/m4local/stp.m4 \
106	$(top_srcdir)/m4local/stp_cups.m4 \
107	$(top_srcdir)/m4local/stp_option.m4 \
108	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
109	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
110	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
111	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
112	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
113	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
114	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/stp_release.m4 \
115	$(top_srcdir)/configure.ac
116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117	$(ACLOCAL_M4)
118DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
119mkinstalldirs = $(install_sh) -d
120CONFIG_HEADER = $(top_builddir)/config.h
121CONFIG_CLEAN_FILES = compress-5level.sh compress-6level.sh \
122	uncompress-5level.sh uncompress-6level.sh parse-bjc \
123	parse-escp2 run-testdither.test run-weavetest.test \
124	test-curve.test
125CONFIG_CLEAN_VPATH_FILES =
126PROGRAMS = $(noinst_PROGRAMS)
127am_bjc_unprint_OBJECTS = bjc-unprint.$(OBJEXT)
128bjc_unprint_OBJECTS = $(am_bjc_unprint_OBJECTS)
129bjc_unprint_DEPENDENCIES = $(GUTENPRINT_LIBS)
130AM_V_lt = $(am__v_lt_@AM_V@)
131am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
132am__v_lt_0 = --silent
133am__v_lt_1 =
134am_curve_OBJECTS = curve.$(OBJEXT)
135curve_OBJECTS = $(am_curve_OBJECTS)
136curve_DEPENDENCIES = $(GUTENPRINT_LIBS)
137am_escp2_weavetest_OBJECTS = escp2-weavetest.$(OBJEXT)
138escp2_weavetest_OBJECTS = $(am_escp2_weavetest_OBJECTS)
139escp2_weavetest_DEPENDENCIES = $(GUTENPRINT_LIBS)
140am_gen_printer_list_OBJECTS = gen-printer-list.$(OBJEXT)
141gen_printer_list_OBJECTS = $(am_gen_printer_list_OBJECTS)
142gen_printer_list_DEPENDENCIES = $(GUTENPRINT_LIBS)
143am_pcl_unprint_OBJECTS = pcl-unprint.$(OBJEXT)
144pcl_unprint_OBJECTS = $(am_pcl_unprint_OBJECTS)
145pcl_unprint_DEPENDENCIES = $(GUTENPRINT_LIBS)
146am_pixma_parse_OBJECTS = pixma_parse.$(OBJEXT)
147pixma_parse_OBJECTS = $(am_pixma_parse_OBJECTS)
148pixma_parse_LDADD = $(LDADD)
149am_testdither_OBJECTS = testdither.$(OBJEXT)
150testdither_OBJECTS = $(am_testdither_OBJECTS)
151testdither_DEPENDENCIES = $(GUTENPRINT_LIBS)
152am_unprint_OBJECTS = unprint.$(OBJEXT)
153unprint_OBJECTS = $(am_unprint_OBJECTS)
154unprint_DEPENDENCIES = $(GUTENPRINT_LIBS)
155am_xml_curve_OBJECTS = xml-curve.$(OBJEXT)
156xml_curve_OBJECTS = $(am_xml_curve_OBJECTS)
157xml_curve_DEPENDENCIES = $(GUTENPRINT_LIBS)
158SCRIPTS = $(noinst_SCRIPTS)
159AM_V_P = $(am__v_P_@AM_V@)
160am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161am__v_P_0 = false
162am__v_P_1 = :
163AM_V_GEN = $(am__v_GEN_@AM_V@)
164am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165am__v_GEN_0 = @echo "  GEN     " $@;
166am__v_GEN_1 =
167AM_V_at = $(am__v_at_@AM_V@)
168am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169am__v_at_0 = @
170am__v_at_1 =
171DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
172depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
173am__maybe_remake_depfiles = depfiles
174am__depfiles_remade = ./$(DEPDIR)/bjc-unprint.Po ./$(DEPDIR)/curve.Po \
175	./$(DEPDIR)/escp2-weavetest.Po ./$(DEPDIR)/gen-printer-list.Po \
176	./$(DEPDIR)/pcl-unprint.Po ./$(DEPDIR)/pixma_parse.Po \
177	./$(DEPDIR)/testdither.Po ./$(DEPDIR)/unprint.Po \
178	./$(DEPDIR)/xml-curve.Po
179am__mv = mv -f
180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
184	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
185	$(AM_CFLAGS) $(CFLAGS)
186AM_V_CC = $(am__v_CC_@AM_V@)
187am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
188am__v_CC_0 = @echo "  CC      " $@;
189am__v_CC_1 =
190CCLD = $(CC)
191LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
192	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
193	$(AM_LDFLAGS) $(LDFLAGS) -o $@
194AM_V_CCLD = $(am__v_CCLD_@AM_V@)
195am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
196am__v_CCLD_0 = @echo "  CCLD    " $@;
197am__v_CCLD_1 =
198SOURCES = $(bjc_unprint_SOURCES) $(curve_SOURCES) \
199	$(escp2_weavetest_SOURCES) $(gen_printer_list_SOURCES) \
200	$(pcl_unprint_SOURCES) $(pixma_parse_SOURCES) \
201	$(testdither_SOURCES) $(unprint_SOURCES) $(xml_curve_SOURCES)
202DIST_SOURCES = $(bjc_unprint_SOURCES) $(curve_SOURCES) \
203	$(escp2_weavetest_SOURCES) $(gen_printer_list_SOURCES) \
204	$(pcl_unprint_SOURCES) $(pixma_parse_SOURCES) \
205	$(testdither_SOURCES) $(unprint_SOURCES) $(xml_curve_SOURCES)
206am__can_run_installinfo = \
207  case $$AM_UPDATE_INFO_DIR in \
208    n|no|NO) false;; \
209    *) (install-info --version) >/dev/null 2>&1;; \
210  esac
211am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
212# Read a list of newline-separated strings from the standard input,
213# and print each of them once, without duplicates.  Input order is
214# *not* preserved.
215am__uniquify_input = $(AWK) '\
216  BEGIN { nonempty = 0; } \
217  { items[$$0] = 1; nonempty = 1; } \
218  END { if (nonempty) { for (i in items) print i; }; } \
219'
220# Make sure the list of sources is unique.  This is necessary because,
221# e.g., the same source file might be shared among _SOURCES variables
222# for different programs/libraries.
223am__define_uniq_tagged_files = \
224  list='$(am__tagged_files)'; \
225  unique=`for i in $$list; do \
226    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227  done | $(am__uniquify_input)`
228ETAGS = etags
229CTAGS = ctags
230am__tty_colors_dummy = \
231  mgn= red= grn= lgn= blu= brg= std=; \
232  am__color_tests=no
233am__tty_colors = { \
234  $(am__tty_colors_dummy); \
235  if test "X$(AM_COLOR_TESTS)" = Xno; then \
236    am__color_tests=no; \
237  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
238    am__color_tests=yes; \
239  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
240    am__color_tests=yes; \
241  fi; \
242  if test $$am__color_tests = yes; then \
243    red=''; \
244    grn=''; \
245    lgn=''; \
246    blu=''; \
247    mgn=''; \
248    brg=''; \
249    std=''; \
250  fi; \
251}
252am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
253am__vpath_adj = case $$p in \
254    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
255    *) f=$$p;; \
256  esac;
257am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
258am__install_max = 40
259am__nobase_strip_setup = \
260  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
261am__nobase_strip = \
262  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
263am__nobase_list = $(am__nobase_strip_setup); \
264  for p in $$list; do echo "$$p $$p"; done | \
265  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
266  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
267    if (++n[$$2] == $(am__install_max)) \
268      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
269    END { for (dir in files) print dir, files[dir] }'
270am__base_list = \
271  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
272  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
273am__uninstall_files_from_dir = { \
274  test -z "$$files" \
275    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
276    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
277         $(am__cd) "$$dir" && rm -f $$files; }; \
278  }
279am__recheck_rx = ^[ 	]*:recheck:[ 	]*
280am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
281am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
282# A command that, given a newline-separated list of test names on the
283# standard input, print the name of the tests that are to be re-run
284# upon "make recheck".
285am__list_recheck_tests = $(AWK) '{ \
286  recheck = 1; \
287  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
288    { \
289      if (rc < 0) \
290        { \
291          if ((getline line2 < ($$0 ".log")) < 0) \
292	    recheck = 0; \
293          break; \
294        } \
295      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
296        { \
297          recheck = 0; \
298          break; \
299        } \
300      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
301        { \
302          break; \
303        } \
304    }; \
305  if (recheck) \
306    print $$0; \
307  close ($$0 ".trs"); \
308  close ($$0 ".log"); \
309}'
310# A command that, given a newline-separated list of test names on the
311# standard input, create the global log from their .trs and .log files.
312am__create_global_log = $(AWK) ' \
313function fatal(msg) \
314{ \
315  print "fatal: making $@: " msg | "cat >&2"; \
316  exit 1; \
317} \
318function rst_section(header) \
319{ \
320  print header; \
321  len = length(header); \
322  for (i = 1; i <= len; i = i + 1) \
323    printf "="; \
324  printf "\n\n"; \
325} \
326{ \
327  copy_in_global_log = 1; \
328  global_test_result = "RUN"; \
329  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
330    { \
331      if (rc < 0) \
332         fatal("failed to read from " $$0 ".trs"); \
333      if (line ~ /$(am__global_test_result_rx)/) \
334        { \
335          sub("$(am__global_test_result_rx)", "", line); \
336          sub("[ 	]*$$", "", line); \
337          global_test_result = line; \
338        } \
339      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
340        copy_in_global_log = 0; \
341    }; \
342  if (copy_in_global_log) \
343    { \
344      rst_section(global_test_result ": " $$0); \
345      while ((rc = (getline line < ($$0 ".log"))) != 0) \
346      { \
347        if (rc < 0) \
348          fatal("failed to read from " $$0 ".log"); \
349        print line; \
350      }; \
351      printf "\n"; \
352    }; \
353  close ($$0 ".trs"); \
354  close ($$0 ".log"); \
355}'
356# Restructured Text title.
357am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
358# Solaris 10 'make', and several other traditional 'make' implementations,
359# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
360# by disabling -e (using the XSI extension "set +e") if it's set.
361am__sh_e_setup = case $$- in *e*) set +e;; esac
362# Default flags passed to test drivers.
363am__common_driver_flags = \
364  --color-tests "$$am__color_tests" \
365  --enable-hard-errors "$$am__enable_hard_errors" \
366  --expect-failure "$$am__expect_failure"
367# To be inserted before the command running the test.  Creates the
368# directory for the log if needed.  Stores in $dir the directory
369# containing $f, in $tst the test, in $log the log.  Executes the
370# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
371# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
372# will run the test scripts (or their associated LOG_COMPILER, if
373# thy have one).
374am__check_pre = \
375$(am__sh_e_setup);					\
376$(am__vpath_adj_setup) $(am__vpath_adj)			\
377$(am__tty_colors);					\
378srcdir=$(srcdir); export srcdir;			\
379case "$@" in						\
380  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
381    *) am__odir=.;; 					\
382esac;							\
383test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
384  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
385if test -f "./$$f"; then dir=./;			\
386elif test -f "$$f"; then dir=;				\
387else dir="$(srcdir)/"; fi;				\
388tst=$$dir$$f; log='$@'; 				\
389if test -n '$(DISABLE_HARD_ERRORS)'; then		\
390  am__enable_hard_errors=no; 				\
391else							\
392  am__enable_hard_errors=yes; 				\
393fi; 							\
394case " $(XFAIL_TESTS) " in				\
395  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
396    am__expect_failure=yes;;				\
397  *)							\
398    am__expect_failure=no;;				\
399esac; 							\
400$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
401# A shell command to get the names of the tests scripts with any registered
402# extension removed (i.e., equivalently, the names of the test logs, with
403# the '.log' extension removed).  The result is saved in the shell variable
404# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
405# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
406# since that might cause problem with VPATH rewrites for suffix-less tests.
407# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
408am__set_TESTS_bases = \
409  bases='$(TEST_LOGS)'; \
410  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
411  bases=`echo $$bases`
412RECHECK_LOGS = $(TEST_LOGS)
413AM_RECURSIVE_TARGETS = check recheck
414TEST_SUITE_LOG = test-suite.log
415TEST_EXTENSIONS = @EXEEXT@ .test
416am__test_logs1 = $(TESTS:=.log)
417am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
418TEST_LOGS = $(am__test_logs2:.test.log=.log)
419TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/scripts/test-driver
420TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
421	$(TEST_LOG_FLAGS)
422am__set_b = \
423  case '$@' in \
424    */*) \
425      case '$*' in \
426        */*) b='$*';; \
427          *) b=`echo '$@' | sed 's/\.log$$//'`; \
428       esac;; \
429    *) \
430      b='$*';; \
431  esac
432am__DIST_COMMON = $(srcdir)/Makefile.in \
433	$(srcdir)/compress-5level.sh.in \
434	$(srcdir)/compress-6level.sh.in $(srcdir)/parse-bjc.in \
435	$(srcdir)/parse-escp2.in $(srcdir)/run-testdither.test.in \
436	$(srcdir)/run-weavetest.test.in $(srcdir)/test-curve.test.in \
437	$(srcdir)/uncompress-5level.sh.in \
438	$(srcdir)/uncompress-6level.sh.in \
439	$(top_srcdir)/scripts/depcomp $(top_srcdir)/scripts/global.mk \
440	$(top_srcdir)/scripts/test-driver
441DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
442ACLOCAL = @ACLOCAL@
443ALL_LINGUAS = @ALL_LINGUAS@
444AMTAR = @AMTAR@
445AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
446AR = @AR@
447AUTOCONF = @AUTOCONF@
448AUTOHEADER = @AUTOHEADER@
449AUTOMAKE = @AUTOMAKE@
450AWK = @AWK@
451BASH = @BASH@
452BASHREAL = @BASHREAL@
453BUILD_CUPS_PPDS = @BUILD_CUPS_PPDS@
454BZIP2 = @BZIP2@
455CC = @CC@
456CCDEPMODE = @CCDEPMODE@
457CFLAGS = @CFLAGS@
458COMPRESS = @COMPRESS@
459CONVERT = @CONVERT@
460CPP = @CPP@
461CPPFLAGS = @CPPFLAGS@
462CSUF = @CSUF@
463CUPS_CFLAGS = @CUPS_CFLAGS@
464CUPS_CONFIG = @CUPS_CONFIG@
465CUPS_LIBS = @CUPS_LIBS@
466CUPS_PPD_PS_LEVEL = @CUPS_PPD_PS_LEVEL@
467CYGPATH_W = @CYGPATH_W@
468DB2HTML = @DB2HTML@
469DB2PDF = @DB2PDF@
470DB2PS = @DB2PS@
471DEFS = @DEFS@
472DEPDIR = @DEPDIR@
473DLLTOOL = @DLLTOOL@
474DOXYGEN = @DOXYGEN@
475DSYMUTIL = @DSYMUTIL@
476DUMPBIN = @DUMPBIN@
477DVIPDF = @DVIPDF@
478DVIPS = @DVIPS@
479ECHO_C = @ECHO_C@
480ECHO_N = @ECHO_N@
481ECHO_T = @ECHO_T@
482EGREP = @EGREP@
483ENABLE_SHARED = @ENABLE_SHARED@
484ENABLE_STATIC = @ENABLE_STATIC@
485EXEEXT = @EXEEXT@
486FGREP = @FGREP@
487FIND = @FIND@
488GENPPD_LIBS = @GENPPD_LIBS@
489GIMP2_CFLAGS = @GIMP2_CFLAGS@
490GIMP2_LIBS = @GIMP2_LIBS@
491GIMPTOOL2_CHECK = @GIMPTOOL2_CHECK@
492GLIB_MKENUMS = @GLIB_MKENUMS@
493GMSGFMT = @GMSGFMT@
494GMSGFMT_015 = @GMSGFMT_015@
495GNUCFLAGS = @GNUCFLAGS@
496GREP = @GREP@
497GTK2_CFLAGS = @GTK2_CFLAGS@
498GTK2_LIBS = @GTK2_LIBS@
499GUTENPRINTUI2_BINARY_AGE = @GUTENPRINTUI2_BINARY_AGE@
500GUTENPRINTUI2_CFLAGS = @GUTENPRINTUI2_CFLAGS@
501GUTENPRINTUI2_CURRENT_INTERFACE = @GUTENPRINTUI2_CURRENT_INTERFACE@
502GUTENPRINTUI2_INTERFACE_AGE = @GUTENPRINTUI2_INTERFACE_AGE@
503GUTENPRINTUI2_LIBDEPS = @GUTENPRINTUI2_LIBDEPS@
504GUTENPRINTUI2_LIBS = $(top_builddir)/src/gutenprintui2/libgutenprintui2.la
505GUTENPRINTUI2_VERSION = @GUTENPRINTUI2_VERSION@
506GUTENPRINT_BASE_VERSION = @GUTENPRINT_BASE_VERSION@
507GUTENPRINT_BINARY_AGE = @GUTENPRINT_BINARY_AGE@
508GUTENPRINT_CFLAGS = @GUTENPRINT_CFLAGS@
509GUTENPRINT_CURRENT_INTERFACE = @GUTENPRINT_CURRENT_INTERFACE@
510GUTENPRINT_INTERFACE_AGE = @GUTENPRINT_INTERFACE_AGE@
511GUTENPRINT_LIBDEPS = @GUTENPRINT_LIBDEPS@
512
513# Libraries
514GUTENPRINT_LIBS = $(top_builddir)/src/main/libgutenprint.la
515GUTENPRINT_MAJOR_VERSION = @GUTENPRINT_MAJOR_VERSION@
516GUTENPRINT_MICRO_VERSION = @GUTENPRINT_MICRO_VERSION@
517GUTENPRINT_MINOR_VERSION = @GUTENPRINT_MINOR_VERSION@
518GUTENPRINT_RELEASE_VERSION = @GUTENPRINT_RELEASE_VERSION@
519GUTENPRINT_VERSION = @GUTENPRINT_VERSION@
520GZIP = @GZIP@
521INSTALL = @INSTALL@
522INSTALL_DATA = @INSTALL_DATA@
523INSTALL_PROGRAM = @INSTALL_PROGRAM@
524INSTALL_SCRIPT = @INSTALL_SCRIPT@
525INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
526INTLLIBS = @INTLLIBS@
527INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
528LD = @LD@
529LDFLAGS = @LDFLAGS@
530LEX = @LEX@
531LEXLIB = @LEXLIB@
532LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
533LIBICONV = @LIBICONV@
534LIBINTL = @LIBINTL@
535LIBM = @LIBM@
536LIBOBJS = @LIBOBJS@
537LIBREADLINE_DEPS = @LIBREADLINE_DEPS@
538LIBS = $(INTLLIBS) @LIBS@
539LIBTOOL = @LIBTOOL@
540LIBTOOL_DEPS = @LIBTOOL_DEPS@
541LIBUSB_BACKEND_LIBDEPS = @LIBUSB_BACKEND_LIBDEPS@
542LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
543LIBUSB_LIBS = @LIBUSB_LIBS@
544LIPO = @LIPO@
545LN_S = @LN_S@
546LRZIP = @LRZIP@
547LTALLOCA = @LTALLOCA@
548LTLIBICONV = @LTLIBICONV@
549LTLIBINTL = @LTLIBINTL@
550LTLIBOBJS = @LTLIBOBJS@
551LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
552MAINT = @MAINT@
553MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
554MAKEINFO = @MAKEINFO@
555MANIFEST_TOOL = @MANIFEST_TOOL@
556MINIMAL_PRINTERS_TO_TEST = @MINIMAL_PRINTERS_TO_TEST@
557MKDIR_P = @MKDIR_P@
558MSGFMT = @MSGFMT@
559MSGFMT_015 = @MSGFMT_015@
560MSGMERGE = @MSGMERGE@
561NM = @NM@
562NMEDIT = @NMEDIT@
563OBJDUMP = @OBJDUMP@
564OBJEXT = @OBJEXT@
565OTOOL = @OTOOL@
566OTOOL64 = @OTOOL64@
567PACKAGE = @PACKAGE@
568PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
569PACKAGE_NAME = @PACKAGE_NAME@
570PACKAGE_STRING = @PACKAGE_STRING@
571PACKAGE_TARNAME = @PACKAGE_TARNAME@
572PACKAGE_URL = @PACKAGE_URL@
573PACKAGE_VERSION = @PACKAGE_VERSION@
574PATH_SEPARATOR = @PATH_SEPARATOR@
575PERL = @PERL@
576PKGROOT = @PKGROOT@
577PKG_CONFIG = @PKG_CONFIG@
578PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
579PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
580POSUB = @POSUB@
581RANLIB = @RANLIB@
582RELEASE_DATE = @RELEASE_DATE@
583RM = @RM@
584RZIP = @RZIP@
585SED = @SED@
586SET_MAKE = @SET_MAKE@
587SHELL = @SHELL@
588STRIP = @STRIP@
589TEST = @TEST@
590TEXI2HTML = @TEXI2HTML@
591TRUE = @TRUE@
592USE_NLS = @USE_NLS@
593VERSION = @VERSION@
594WHICH_PPDS = @WHICH_PPDS@
595XGETTEXT = @XGETTEXT@
596XGETTEXT_015 = @XGETTEXT_015@
597XZ = @XZ@
598YACC = @YACC@
599YFLAGS = @YFLAGS@
600ZPAQ = @ZPAQ@
601abs_builddir = @abs_builddir@
602abs_srcdir = @abs_srcdir@
603abs_top_builddir = @abs_top_builddir@
604abs_top_srcdir = @abs_top_srcdir@
605ac_ct_AR = @ac_ct_AR@
606ac_ct_CC = @ac_ct_CC@
607ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
608am__include = @am__include@
609am__leading_dot = @am__leading_dot@
610am__quote = @am__quote@
611am__tar = @am__tar@
612am__untar = @am__untar@
613bindir = @bindir@
614build = @build@
615build_alias = @build_alias@
616build_cpu = @build_cpu@
617build_os = @build_os@
618build_vendor = @build_vendor@
619builddir = @builddir@
620cups_bindir = @cups_bindir@
621cups_conf_datadir = @cups_conf_datadir@
622cups_conf_serverbin = @cups_conf_serverbin@
623cups_conf_serverroot = @cups_conf_serverroot@
624cups_exec_prefix = @cups_exec_prefix@
625cups_prefix = @cups_prefix@
626cups_sbindir = @cups_sbindir@
627datadir = @datadir@
628datarootdir = @datarootdir@
629docdir = @docdir@
630dvidir = @dvidir@
631exec_prefix = @exec_prefix@
632gimp2_plug_indir = @gimp2_plug_indir@
633gutenprint_cflags = @gutenprint_cflags@
634gutenprint_libdeps = @gutenprint_libdeps@
635gutenprint_libs = @gutenprint_libs@
636gutenprintui2_cflags = @gutenprintui2_cflags@
637gutenprintui2_libdeps = @gutenprintui2_libdeps@
638gutenprintui2_libs = @gutenprintui2_libs@
639host = @host@
640host_alias = @host_alias@
641host_cpu = @host_cpu@
642host_os = @host_os@
643host_vendor = @host_vendor@
644htmldir = @htmldir@
645includedir = @includedir@
646infodir = @infodir@
647install_sh = @install_sh@
648libdir = @libdir@
649libexecdir = @libexecdir@
650localedir = @localedir@
651localstatedir = @localstatedir@
652mandir = @mandir@
653mkdir_p = @mkdir_p@
654oldincludedir = @oldincludedir@
655pdfdir = @pdfdir@
656prefix = @prefix@
657program_transform_name = @program_transform_name@
658psdir = @psdir@
659sbindir = @sbindir@
660sharedstatedir = @sharedstatedir@
661srcdir = @srcdir@
662sysconfdir = @sysconfdir@
663target_alias = @target_alias@
664top_build_prefix = @top_build_prefix@
665top_builddir = @top_builddir@
666top_srcdir = @top_srcdir@
667AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(LOCAL_CPPFLAGS) $(GNUCFLAGS)
668LOCAL_CPPFLAGS = -I$(top_srcdir)/src/main $(GUTENPRINT_CFLAGS)
669TESTS = test-curve.test run-weavetest.test run-testdither.test
670@BUILD_TEST_TRUE@AM_TESTS_ENVIRONMENT = STP_MODULE_PATH=$(top_builddir)/src/main/.libs:$(top_builddir)/src/main STP_DATA_PATH=$(top_srcdir)/src/xml
671noinst_SCRIPTS = test-curve.test run-weavetest.test run-testdither.test
672escp2_weavetest_SOURCES = escp2-weavetest.c
673escp2_weavetest_LDADD = $(GUTENPRINT_LIBS)
674unprint_SOURCES = unprint.c
675unprint_LDADD = $(GUTENPRINT_LIBS)
676curve_SOURCES = curve.c
677curve_LDADD = $(GUTENPRINT_LIBS)
678pcl_unprint_SOURCES = pcl-unprint.c
679pcl_unprint_LDADD = $(GUTENPRINT_LIBS)
680bjc_unprint_SOURCES = bjc-unprint.c
681bjc_unprint_LDADD = $(GUTENPRINT_LIBS)
682testdither_SOURCES = testdither.c
683testdither_LDADD = $(GUTENPRINT_LIBS)
684xml_curve_SOURCES = xml-curve.c
685xml_curve_LDADD = $(GUTENPRINT_LIBS)
686gen_printer_list_SOURCES = gen-printer-list.c
687gen_printer_list_LDADD = $(GUTENPRINT_LIBS)
688pixma_parse_SOURCES = pixma_parse.c pixma_parse.h
689
690#run-weavetest: escp2-weavetest
691CLEANFILES = mixed-color-1bit.ppm
692MAINTAINERCLEANFILES = Makefile.in
693EXTRA_DIST = cyan-sweep.tif parse-escp2 run-weavetest.test run-testdither.test test-curve.test
694all: all-am
695
696.SUFFIXES:
697.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
698$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
699	@for dep in $?; do \
700	  case '$(am__configure_deps)' in \
701	    *$$dep*) \
702	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
703	        && { if test -f $@; then exit 0; else break; fi; }; \
704	      exit 1;; \
705	  esac; \
706	done; \
707	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
708	$(am__cd) $(top_srcdir) && \
709	  $(AUTOMAKE) --gnu test/Makefile
710Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
711	@case '$?' in \
712	  *config.status*) \
713	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
714	  *) \
715	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
716	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
717	esac;
718$(top_srcdir)/scripts/global.mk $(am__empty):
719
720$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
721	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
722
723$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
724	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
725$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
726	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
727$(am__aclocal_m4_deps):
728compress-5level.sh: $(top_builddir)/config.status $(srcdir)/compress-5level.sh.in
729	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
730compress-6level.sh: $(top_builddir)/config.status $(srcdir)/compress-6level.sh.in
731	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
732uncompress-5level.sh: $(top_builddir)/config.status $(srcdir)/uncompress-5level.sh.in
733	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
734uncompress-6level.sh: $(top_builddir)/config.status $(srcdir)/uncompress-6level.sh.in
735	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
736parse-bjc: $(top_builddir)/config.status $(srcdir)/parse-bjc.in
737	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
738parse-escp2: $(top_builddir)/config.status $(srcdir)/parse-escp2.in
739	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
740run-testdither.test: $(top_builddir)/config.status $(srcdir)/run-testdither.test.in
741	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
742run-weavetest.test: $(top_builddir)/config.status $(srcdir)/run-weavetest.test.in
743	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
744test-curve.test: $(top_builddir)/config.status $(srcdir)/test-curve.test.in
745	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
746
747clean-noinstPROGRAMS:
748	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
749	echo " rm -f" $$list; \
750	rm -f $$list || exit $$?; \
751	test -n "$(EXEEXT)" || exit 0; \
752	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
753	echo " rm -f" $$list; \
754	rm -f $$list
755
756bjc-unprint$(EXEEXT): $(bjc_unprint_OBJECTS) $(bjc_unprint_DEPENDENCIES) $(EXTRA_bjc_unprint_DEPENDENCIES)
757	@rm -f bjc-unprint$(EXEEXT)
758	$(AM_V_CCLD)$(LINK) $(bjc_unprint_OBJECTS) $(bjc_unprint_LDADD) $(LIBS)
759
760curve$(EXEEXT): $(curve_OBJECTS) $(curve_DEPENDENCIES) $(EXTRA_curve_DEPENDENCIES)
761	@rm -f curve$(EXEEXT)
762	$(AM_V_CCLD)$(LINK) $(curve_OBJECTS) $(curve_LDADD) $(LIBS)
763
764escp2-weavetest$(EXEEXT): $(escp2_weavetest_OBJECTS) $(escp2_weavetest_DEPENDENCIES) $(EXTRA_escp2_weavetest_DEPENDENCIES)
765	@rm -f escp2-weavetest$(EXEEXT)
766	$(AM_V_CCLD)$(LINK) $(escp2_weavetest_OBJECTS) $(escp2_weavetest_LDADD) $(LIBS)
767
768gen-printer-list$(EXEEXT): $(gen_printer_list_OBJECTS) $(gen_printer_list_DEPENDENCIES) $(EXTRA_gen_printer_list_DEPENDENCIES)
769	@rm -f gen-printer-list$(EXEEXT)
770	$(AM_V_CCLD)$(LINK) $(gen_printer_list_OBJECTS) $(gen_printer_list_LDADD) $(LIBS)
771
772pcl-unprint$(EXEEXT): $(pcl_unprint_OBJECTS) $(pcl_unprint_DEPENDENCIES) $(EXTRA_pcl_unprint_DEPENDENCIES)
773	@rm -f pcl-unprint$(EXEEXT)
774	$(AM_V_CCLD)$(LINK) $(pcl_unprint_OBJECTS) $(pcl_unprint_LDADD) $(LIBS)
775
776pixma_parse$(EXEEXT): $(pixma_parse_OBJECTS) $(pixma_parse_DEPENDENCIES) $(EXTRA_pixma_parse_DEPENDENCIES)
777	@rm -f pixma_parse$(EXEEXT)
778	$(AM_V_CCLD)$(LINK) $(pixma_parse_OBJECTS) $(pixma_parse_LDADD) $(LIBS)
779
780testdither$(EXEEXT): $(testdither_OBJECTS) $(testdither_DEPENDENCIES) $(EXTRA_testdither_DEPENDENCIES)
781	@rm -f testdither$(EXEEXT)
782	$(AM_V_CCLD)$(LINK) $(testdither_OBJECTS) $(testdither_LDADD) $(LIBS)
783
784unprint$(EXEEXT): $(unprint_OBJECTS) $(unprint_DEPENDENCIES) $(EXTRA_unprint_DEPENDENCIES)
785	@rm -f unprint$(EXEEXT)
786	$(AM_V_CCLD)$(LINK) $(unprint_OBJECTS) $(unprint_LDADD) $(LIBS)
787
788xml-curve$(EXEEXT): $(xml_curve_OBJECTS) $(xml_curve_DEPENDENCIES) $(EXTRA_xml_curve_DEPENDENCIES)
789	@rm -f xml-curve$(EXEEXT)
790	$(AM_V_CCLD)$(LINK) $(xml_curve_OBJECTS) $(xml_curve_LDADD) $(LIBS)
791
792mostlyclean-compile:
793	-rm -f *.$(OBJEXT)
794
795distclean-compile:
796	-rm -f *.tab.c
797
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjc-unprint.Po@am__quote@ # am--include-marker
799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve.Po@am__quote@ # am--include-marker
800@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escp2-weavetest.Po@am__quote@ # am--include-marker
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-printer-list.Po@am__quote@ # am--include-marker
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcl-unprint.Po@am__quote@ # am--include-marker
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixma_parse.Po@am__quote@ # am--include-marker
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdither.Po@am__quote@ # am--include-marker
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unprint.Po@am__quote@ # am--include-marker
806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-curve.Po@am__quote@ # am--include-marker
807
808$(am__depfiles_remade):
809	@$(MKDIR_P) $(@D)
810	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
811
812am--depfiles: $(am__depfiles_remade)
813
814.c.o:
815@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
816@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
817@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
818@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
820
821.c.obj:
822@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
823@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
824@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
825@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
827
828.c.lo:
829@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
830@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
831@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
832@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
834
835mostlyclean-libtool:
836	-rm -f *.lo
837
838clean-libtool:
839	-rm -rf .libs _libs
840
841ID: $(am__tagged_files)
842	$(am__define_uniq_tagged_files); mkid -fID $$unique
843tags: tags-am
844TAGS: tags
845
846tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
847	set x; \
848	here=`pwd`; \
849	$(am__define_uniq_tagged_files); \
850	shift; \
851	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
852	  test -n "$$unique" || unique=$$empty_fix; \
853	  if test $$# -gt 0; then \
854	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
855	      "$$@" $$unique; \
856	  else \
857	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
858	      $$unique; \
859	  fi; \
860	fi
861ctags: ctags-am
862
863CTAGS: ctags
864ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
865	$(am__define_uniq_tagged_files); \
866	test -z "$(CTAGS_ARGS)$$unique" \
867	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
868	     $$unique
869
870GTAGS:
871	here=`$(am__cd) $(top_builddir) && pwd` \
872	  && $(am__cd) $(top_srcdir) \
873	  && gtags -i $(GTAGS_ARGS) "$$here"
874cscopelist: cscopelist-am
875
876cscopelist-am: $(am__tagged_files)
877	list='$(am__tagged_files)'; \
878	case "$(srcdir)" in \
879	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
880	  *) sdir=$(subdir)/$(srcdir) ;; \
881	esac; \
882	for i in $$list; do \
883	  if test -f "$$i"; then \
884	    echo "$(subdir)/$$i"; \
885	  else \
886	    echo "$$sdir/$$i"; \
887	  fi; \
888	done >> $(top_builddir)/cscope.files
889
890distclean-tags:
891	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
892
893# Recover from deleted '.trs' file; this should ensure that
894# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
895# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
896# to avoid problems with "make -n".
897.log.trs:
898	rm -f $< $@
899	$(MAKE) $(AM_MAKEFLAGS) $<
900
901# Leading 'am--fnord' is there to ensure the list of targets does not
902# expand to empty, as could happen e.g. with make check TESTS=''.
903am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
904am--force-recheck:
905	@:
906
907$(TEST_SUITE_LOG): $(TEST_LOGS)
908	@$(am__set_TESTS_bases); \
909	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
910	redo_bases=`for i in $$bases; do \
911	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
912	            done`; \
913	if test -n "$$redo_bases"; then \
914	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
915	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
916	  if $(am__make_dryrun); then :; else \
917	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
918	  fi; \
919	fi; \
920	if test -n "$$am__remaking_logs"; then \
921	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
922	       "recursion detected" >&2; \
923	elif test -n "$$redo_logs"; then \
924	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
925	fi; \
926	if $(am__make_dryrun); then :; else \
927	  st=0;  \
928	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
929	  for i in $$redo_bases; do \
930	    test -f $$i.trs && test -r $$i.trs \
931	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
932	    test -f $$i.log && test -r $$i.log \
933	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
934	  done; \
935	  test $$st -eq 0 || exit 1; \
936	fi
937	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
938	ws='[ 	]'; \
939	results=`for b in $$bases; do echo $$b.trs; done`; \
940	test -n "$$results" || results=/dev/null; \
941	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
942	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
943	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
944	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
945	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
946	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
947	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
948	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
949	  success=true; \
950	else \
951	  success=false; \
952	fi; \
953	br='==================='; br=$$br$$br$$br$$br; \
954	result_count () \
955	{ \
956	    if test x"$$1" = x"--maybe-color"; then \
957	      maybe_colorize=yes; \
958	    elif test x"$$1" = x"--no-color"; then \
959	      maybe_colorize=no; \
960	    else \
961	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
962	    fi; \
963	    shift; \
964	    desc=$$1 count=$$2; \
965	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
966	      color_start=$$3 color_end=$$std; \
967	    else \
968	      color_start= color_end=; \
969	    fi; \
970	    echo "$${color_start}# $$desc $$count$${color_end}"; \
971	}; \
972	create_testsuite_report () \
973	{ \
974	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
975	  result_count $$1 "PASS: " $$pass  "$$grn"; \
976	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
977	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
978	  result_count $$1 "FAIL: " $$fail  "$$red"; \
979	  result_count $$1 "XPASS:" $$xpass "$$red"; \
980	  result_count $$1 "ERROR:" $$error "$$mgn"; \
981	}; \
982	{								\
983	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
984	    $(am__rst_title);						\
985	  create_testsuite_report --no-color;				\
986	  echo;								\
987	  echo ".. contents:: :depth: 2";				\
988	  echo;								\
989	  for b in $$bases; do echo $$b; done				\
990	    | $(am__create_global_log);					\
991	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
992	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
993	if $$success; then						\
994	  col="$$grn";							\
995	 else								\
996	  col="$$red";							\
997	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
998	fi;								\
999	echo "$${col}$$br$${std}"; 					\
1000	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1001	echo "$${col}$$br$${std}"; 					\
1002	create_testsuite_report --maybe-color;				\
1003	echo "$$col$$br$$std";						\
1004	if $$success; then :; else					\
1005	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1006	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1007	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1008	  fi;								\
1009	  echo "$$col$$br$$std";					\
1010	fi;								\
1011	$$success || exit 1
1012
1013check-TESTS:
1014	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1015	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1016	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1017	@set +e; $(am__set_TESTS_bases); \
1018	log_list=`for i in $$bases; do echo $$i.log; done`; \
1019	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1020	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1021	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1022	exit $$?;
1023recheck: all
1024	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1025	@set +e; $(am__set_TESTS_bases); \
1026	bases=`for i in $$bases; do echo $$i; done \
1027	         | $(am__list_recheck_tests)` || exit 1; \
1028	log_list=`for i in $$bases; do echo $$i.log; done`; \
1029	log_list=`echo $$log_list`; \
1030	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1031	        am__force_recheck=am--force-recheck \
1032	        TEST_LOGS="$$log_list"; \
1033	exit $$?
1034.test.log:
1035	@p='$<'; \
1036	$(am__set_b); \
1037	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1038	--log-file $$b.log --trs-file $$b.trs \
1039	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1040	"$$tst" $(AM_TESTS_FD_REDIRECT)
1041@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1042@am__EXEEXT_TRUE@	@p='$<'; \
1043@am__EXEEXT_TRUE@	$(am__set_b); \
1044@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1045@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1046@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1047@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1048
1049distdir: $(BUILT_SOURCES)
1050	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1051
1052distdir-am: $(DISTFILES)
1053	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1054	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1055	list='$(DISTFILES)'; \
1056	  dist_files=`for file in $$list; do echo $$file; done | \
1057	  sed -e "s|^$$srcdirstrip/||;t" \
1058	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1059	case $$dist_files in \
1060	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1061			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1062			   sort -u` ;; \
1063	esac; \
1064	for file in $$dist_files; do \
1065	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1066	  if test -d $$d/$$file; then \
1067	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1068	    if test -d "$(distdir)/$$file"; then \
1069	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1070	    fi; \
1071	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1072	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1073	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1074	    fi; \
1075	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1076	  else \
1077	    test -f "$(distdir)/$$file" \
1078	    || cp -p $$d/$$file "$(distdir)/$$file" \
1079	    || exit 1; \
1080	  fi; \
1081	done
1082check-am: all-am
1083	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1084check: check-am
1085all-am: Makefile $(PROGRAMS) $(SCRIPTS)
1086installdirs:
1087install: install-am
1088install-exec: install-exec-am
1089install-data: install-data-am
1090uninstall: uninstall-am
1091
1092install-am: all-am
1093	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1094
1095installcheck: installcheck-am
1096install-strip:
1097	if test -z '$(STRIP)'; then \
1098	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1099	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1100	      install; \
1101	else \
1102	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1103	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1104	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1105	fi
1106mostlyclean-generic:
1107	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1108	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1109	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1110
1111clean-generic:
1112	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1113
1114distclean-generic:
1115	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1116	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1117
1118maintainer-clean-generic:
1119	@echo "This command is intended for maintainers to use"
1120	@echo "it deletes files that may require special tools to rebuild."
1121	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1122clean: clean-am
1123
1124clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
1125	mostlyclean-am
1126
1127distclean: distclean-am
1128		-rm -f ./$(DEPDIR)/bjc-unprint.Po
1129	-rm -f ./$(DEPDIR)/curve.Po
1130	-rm -f ./$(DEPDIR)/escp2-weavetest.Po
1131	-rm -f ./$(DEPDIR)/gen-printer-list.Po
1132	-rm -f ./$(DEPDIR)/pcl-unprint.Po
1133	-rm -f ./$(DEPDIR)/pixma_parse.Po
1134	-rm -f ./$(DEPDIR)/testdither.Po
1135	-rm -f ./$(DEPDIR)/unprint.Po
1136	-rm -f ./$(DEPDIR)/xml-curve.Po
1137	-rm -f Makefile
1138distclean-am: clean-am distclean-compile distclean-generic \
1139	distclean-tags
1140
1141dvi: dvi-am
1142
1143dvi-am:
1144
1145html: html-am
1146
1147html-am:
1148
1149info: info-am
1150
1151info-am:
1152
1153install-data-am:
1154
1155install-dvi: install-dvi-am
1156
1157install-dvi-am:
1158
1159install-exec-am:
1160
1161install-html: install-html-am
1162
1163install-html-am:
1164
1165install-info: install-info-am
1166
1167install-info-am:
1168
1169install-man:
1170
1171install-pdf: install-pdf-am
1172
1173install-pdf-am:
1174
1175install-ps: install-ps-am
1176
1177install-ps-am:
1178
1179installcheck-am:
1180
1181maintainer-clean: maintainer-clean-am
1182		-rm -f ./$(DEPDIR)/bjc-unprint.Po
1183	-rm -f ./$(DEPDIR)/curve.Po
1184	-rm -f ./$(DEPDIR)/escp2-weavetest.Po
1185	-rm -f ./$(DEPDIR)/gen-printer-list.Po
1186	-rm -f ./$(DEPDIR)/pcl-unprint.Po
1187	-rm -f ./$(DEPDIR)/pixma_parse.Po
1188	-rm -f ./$(DEPDIR)/testdither.Po
1189	-rm -f ./$(DEPDIR)/unprint.Po
1190	-rm -f ./$(DEPDIR)/xml-curve.Po
1191	-rm -f Makefile
1192maintainer-clean-am: distclean-am maintainer-clean-generic
1193
1194mostlyclean: mostlyclean-am
1195
1196mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1197	mostlyclean-libtool
1198
1199pdf: pdf-am
1200
1201pdf-am:
1202
1203ps: ps-am
1204
1205ps-am:
1206
1207uninstall-am:
1208
1209.MAKE: check-am install-am install-strip
1210
1211.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1212	check-am clean clean-generic clean-libtool \
1213	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1214	distclean-compile distclean-generic distclean-libtool \
1215	distclean-tags distdir dvi dvi-am html html-am info info-am \
1216	install install-am install-data install-data-am install-dvi \
1217	install-dvi-am install-exec install-exec-am install-html \
1218	install-html-am install-info install-info-am install-man \
1219	install-pdf install-pdf-am install-ps install-ps-am \
1220	install-strip installcheck installcheck-am installdirs \
1221	maintainer-clean maintainer-clean-generic mostlyclean \
1222	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1223	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
1224	uninstall-am
1225
1226.PRECIOUS: Makefile
1227
1228
1229@SET_MAKE@
1230
1231# Rules
1232
1233$(top_builddir)/src/main/libgutenprint.la:
1234	cd $(top_builddir)/src/main; \
1235	$(MAKE)
1236
1237$(top_builddir)/src/gutenprintui2/libgutenprintui2.la:
1238	cd $(top_builddir)/src/gutenprintui2; \
1239	$(MAKE)
1240run-testdither.log: run-weavetest.log
1241test-curve.log: run-testdither.log
1242
1243# Tell versions [3.59,3.63) of GNU make to not export all variables.
1244# Otherwise a system limit (for SysV at least) may be exceeded.
1245.NOEXPORT:
1246