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