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
22VPATH = @srcdir@
23am__is_gnu_make = { \
24  if test -z '$(MAKELEVEL)'; then \
25    false; \
26  elif test -n '$(MAKE_HOST)'; then \
27    true; \
28  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29    true; \
30  else \
31    false; \
32  fi; \
33}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/@PACKAGE@
79pkgincludedir = $(includedir)/@PACKAGE@
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96subdir = src/xml/dither
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/m4local/stp.m4 \
99	$(top_srcdir)/m4local/stp_cups.m4 \
100	$(top_srcdir)/m4local/stp_option.m4 \
101	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
102	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
103	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
104	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
107	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/stp_release.m4 \
108	$(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = $(top_builddir)/config.h
114CONFIG_CLEAN_FILES =
115CONFIG_CLEAN_VPATH_FILES =
116AM_V_P = $(am__v_P_@AM_V@)
117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118am__v_P_0 = false
119am__v_P_1 = :
120AM_V_GEN = $(am__v_GEN_@AM_V@)
121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122am__v_GEN_0 = @echo "  GEN     " $@;
123am__v_GEN_1 =
124AM_V_at = $(am__v_at_@AM_V@)
125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126am__v_at_0 = @
127am__v_at_1 =
128SOURCES =
129DIST_SOURCES =
130am__can_run_installinfo = \
131  case $$AM_UPDATE_INFO_DIR in \
132    n|no|NO) false;; \
133    *) (install-info --version) >/dev/null 2>&1;; \
134  esac
135am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136am__vpath_adj = case $$p in \
137    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138    *) f=$$p;; \
139  esac;
140am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141am__install_max = 40
142am__nobase_strip_setup = \
143  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144am__nobase_strip = \
145  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146am__nobase_list = $(am__nobase_strip_setup); \
147  for p in $$list; do echo "$$p $$p"; done | \
148  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150    if (++n[$$2] == $(am__install_max)) \
151      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152    END { for (dir in files) print dir, files[dir] }'
153am__base_list = \
154  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156am__uninstall_files_from_dir = { \
157  test -z "$$files" \
158    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160         $(am__cd) "$$dir" && rm -f $$files; }; \
161  }
162am__installdirs = "$(DESTDIR)$(pkgxmldatadir)"
163DATA = $(pkgxmldata_DATA)
164am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
165am__DIST_COMMON = $(srcdir)/Makefile.in \
166	$(top_srcdir)/scripts/global.mk
167DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168ACLOCAL = @ACLOCAL@
169ALL_LINGUAS = @ALL_LINGUAS@
170AMTAR = @AMTAR@
171AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
172AR = @AR@
173AUTOCONF = @AUTOCONF@
174AUTOHEADER = @AUTOHEADER@
175AUTOMAKE = @AUTOMAKE@
176AWK = @AWK@
177BASH = @BASH@
178BASHREAL = @BASHREAL@
179BUILD_CUPS_PPDS = @BUILD_CUPS_PPDS@
180BZIP2 = @BZIP2@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184COMPRESS = @COMPRESS@
185CONVERT = @CONVERT@
186CPP = @CPP@
187CPPFLAGS = @CPPFLAGS@
188CSUF = @CSUF@
189CUPS_CFLAGS = @CUPS_CFLAGS@
190CUPS_CONFIG = @CUPS_CONFIG@
191CUPS_LIBS = @CUPS_LIBS@
192CUPS_PPD_PS_LEVEL = @CUPS_PPD_PS_LEVEL@
193CYGPATH_W = @CYGPATH_W@
194DB2HTML = @DB2HTML@
195DB2PDF = @DB2PDF@
196DB2PS = @DB2PS@
197DEFS = @DEFS@
198DEPDIR = @DEPDIR@
199DLLTOOL = @DLLTOOL@
200DOXYGEN = @DOXYGEN@
201DSYMUTIL = @DSYMUTIL@
202DUMPBIN = @DUMPBIN@
203DVIPDF = @DVIPDF@
204DVIPS = @DVIPS@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209ENABLE_SHARED = @ENABLE_SHARED@
210ENABLE_STATIC = @ENABLE_STATIC@
211EXEEXT = @EXEEXT@
212FGREP = @FGREP@
213FIND = @FIND@
214GENPPD_LIBS = @GENPPD_LIBS@
215GIMP2_CFLAGS = @GIMP2_CFLAGS@
216GIMP2_LIBS = @GIMP2_LIBS@
217GIMPTOOL2_CHECK = @GIMPTOOL2_CHECK@
218GLIB_MKENUMS = @GLIB_MKENUMS@
219GMSGFMT = @GMSGFMT@
220GMSGFMT_015 = @GMSGFMT_015@
221GNUCFLAGS = @GNUCFLAGS@
222GREP = @GREP@
223GTK2_CFLAGS = @GTK2_CFLAGS@
224GTK2_LIBS = @GTK2_LIBS@
225GUTENPRINTUI2_BINARY_AGE = @GUTENPRINTUI2_BINARY_AGE@
226GUTENPRINTUI2_CFLAGS = @GUTENPRINTUI2_CFLAGS@
227GUTENPRINTUI2_CURRENT_INTERFACE = @GUTENPRINTUI2_CURRENT_INTERFACE@
228GUTENPRINTUI2_INTERFACE_AGE = @GUTENPRINTUI2_INTERFACE_AGE@
229GUTENPRINTUI2_LIBDEPS = @GUTENPRINTUI2_LIBDEPS@
230GUTENPRINTUI2_LIBS = $(top_builddir)/src/gutenprintui2/libgutenprintui2.la
231GUTENPRINTUI2_VERSION = @GUTENPRINTUI2_VERSION@
232GUTENPRINT_BASE_VERSION = @GUTENPRINT_BASE_VERSION@
233GUTENPRINT_BINARY_AGE = @GUTENPRINT_BINARY_AGE@
234GUTENPRINT_CFLAGS = @GUTENPRINT_CFLAGS@
235GUTENPRINT_CURRENT_INTERFACE = @GUTENPRINT_CURRENT_INTERFACE@
236GUTENPRINT_INTERFACE_AGE = @GUTENPRINT_INTERFACE_AGE@
237GUTENPRINT_LIBDEPS = @GUTENPRINT_LIBDEPS@
238
239# Libraries
240GUTENPRINT_LIBS = $(top_builddir)/src/main/libgutenprint.la
241GUTENPRINT_MAJOR_VERSION = @GUTENPRINT_MAJOR_VERSION@
242GUTENPRINT_MICRO_VERSION = @GUTENPRINT_MICRO_VERSION@
243GUTENPRINT_MINOR_VERSION = @GUTENPRINT_MINOR_VERSION@
244GUTENPRINT_RELEASE_VERSION = @GUTENPRINT_RELEASE_VERSION@
245GUTENPRINT_VERSION = @GUTENPRINT_VERSION@
246GZIP = @GZIP@
247INSTALL = @INSTALL@
248INSTALL_DATA = @INSTALL_DATA@
249INSTALL_PROGRAM = @INSTALL_PROGRAM@
250INSTALL_SCRIPT = @INSTALL_SCRIPT@
251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252INTLLIBS = @INTLLIBS@
253INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
254LD = @LD@
255LDFLAGS = @LDFLAGS@
256LEX = @LEX@
257LEXLIB = @LEXLIB@
258LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
259LIBICONV = @LIBICONV@
260LIBINTL = @LIBINTL@
261LIBM = @LIBM@
262LIBOBJS = @LIBOBJS@
263LIBREADLINE_DEPS = @LIBREADLINE_DEPS@
264LIBS = $(INTLLIBS) @LIBS@
265LIBTOOL = @LIBTOOL@
266LIBTOOL_DEPS = @LIBTOOL_DEPS@
267LIBUSB_BACKEND_LIBDEPS = @LIBUSB_BACKEND_LIBDEPS@
268LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
269LIBUSB_LIBS = @LIBUSB_LIBS@
270LIPO = @LIPO@
271LN_S = @LN_S@
272LRZIP = @LRZIP@
273LTALLOCA = @LTALLOCA@
274LTLIBICONV = @LTLIBICONV@
275LTLIBINTL = @LTLIBINTL@
276LTLIBOBJS = @LTLIBOBJS@
277LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
278MAINT = @MAINT@
279MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
280MAKEINFO = @MAKEINFO@
281MANIFEST_TOOL = @MANIFEST_TOOL@
282MINIMAL_PRINTERS_TO_TEST = @MINIMAL_PRINTERS_TO_TEST@
283MKDIR_P = @MKDIR_P@
284MSGFMT = @MSGFMT@
285MSGFMT_015 = @MSGFMT_015@
286MSGMERGE = @MSGMERGE@
287NM = @NM@
288NMEDIT = @NMEDIT@
289OBJDUMP = @OBJDUMP@
290OBJEXT = @OBJEXT@
291OTOOL = @OTOOL@
292OTOOL64 = @OTOOL64@
293PACKAGE = @PACKAGE@
294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295PACKAGE_NAME = @PACKAGE_NAME@
296PACKAGE_STRING = @PACKAGE_STRING@
297PACKAGE_TARNAME = @PACKAGE_TARNAME@
298PACKAGE_URL = @PACKAGE_URL@
299PACKAGE_VERSION = @PACKAGE_VERSION@
300PATH_SEPARATOR = @PATH_SEPARATOR@
301PERL = @PERL@
302PKGROOT = @PKGROOT@
303PKG_CONFIG = @PKG_CONFIG@
304PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
305PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
306POSUB = @POSUB@
307RANLIB = @RANLIB@
308RELEASE_DATE = @RELEASE_DATE@
309RM = @RM@
310RZIP = @RZIP@
311SED = @SED@
312SET_MAKE = @SET_MAKE@
313SHELL = @SHELL@
314STRIP = @STRIP@
315TEST = @TEST@
316TEXI2HTML = @TEXI2HTML@
317TRUE = @TRUE@
318USE_NLS = @USE_NLS@
319VERSION = @VERSION@
320WHICH_PPDS = @WHICH_PPDS@
321XGETTEXT = @XGETTEXT@
322XGETTEXT_015 = @XGETTEXT_015@
323XZ = @XZ@
324YACC = @YACC@
325YFLAGS = @YFLAGS@
326ZPAQ = @ZPAQ@
327abs_builddir = @abs_builddir@
328abs_srcdir = @abs_srcdir@
329abs_top_builddir = @abs_top_builddir@
330abs_top_srcdir = @abs_top_srcdir@
331ac_ct_AR = @ac_ct_AR@
332ac_ct_CC = @ac_ct_CC@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339bindir = @bindir@
340build = @build@
341build_alias = @build_alias@
342build_cpu = @build_cpu@
343build_os = @build_os@
344build_vendor = @build_vendor@
345builddir = @builddir@
346cups_bindir = @cups_bindir@
347cups_conf_datadir = @cups_conf_datadir@
348cups_conf_serverbin = @cups_conf_serverbin@
349cups_conf_serverroot = @cups_conf_serverroot@
350cups_exec_prefix = @cups_exec_prefix@
351cups_prefix = @cups_prefix@
352cups_sbindir = @cups_sbindir@
353datadir = @datadir@
354datarootdir = @datarootdir@
355docdir = @docdir@
356dvidir = @dvidir@
357exec_prefix = @exec_prefix@
358gimp2_plug_indir = @gimp2_plug_indir@
359gutenprint_cflags = @gutenprint_cflags@
360gutenprint_libdeps = @gutenprint_libdeps@
361gutenprint_libs = @gutenprint_libs@
362gutenprintui2_cflags = @gutenprintui2_cflags@
363gutenprintui2_libdeps = @gutenprintui2_libdeps@
364gutenprintui2_libs = @gutenprintui2_libs@
365host = @host@
366host_alias = @host_alias@
367host_cpu = @host_cpu@
368host_os = @host_os@
369host_vendor = @host_vendor@
370htmldir = @htmldir@
371includedir = @includedir@
372infodir = @infodir@
373install_sh = @install_sh@
374libdir = @libdir@
375libexecdir = @libexecdir@
376localedir = @localedir@
377localstatedir = @localstatedir@
378mandir = @mandir@
379mkdir_p = @mkdir_p@
380oldincludedir = @oldincludedir@
381pdfdir = @pdfdir@
382prefix = @prefix@
383program_transform_name = @program_transform_name@
384psdir = @psdir@
385sbindir = @sbindir@
386sharedstatedir = @sharedstatedir@
387srcdir = @srcdir@
388sysconfdir = @sysconfdir@
389target_alias = @target_alias@
390top_build_prefix = @top_build_prefix@
391top_builddir = @top_builddir@
392top_srcdir = @top_srcdir@
393AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(LOCAL_CPPFLAGS) $(GNUCFLAGS)
394pkgxmldatadir = $(pkgdatadir)/@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@/xml/dither
395pkgxmldata_DATA = \
396	matrix-1x1.xml				\
397	matrix-2x1.xml				\
398	matrix-4x1.xml
399
400CLEANFILES = xmli18n-tmp.h xml-stamp xml-stamp.tmp
401EXTRA_DIST = $(pkgxmldata_DATA)
402MAINTAINERCLEANFILES = Makefile.in
403all: all-am
404
405.SUFFIXES:
406$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
407	@for dep in $?; do \
408	  case '$(am__configure_deps)' in \
409	    *$$dep*) \
410	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
411	        && { if test -f $@; then exit 0; else break; fi; }; \
412	      exit 1;; \
413	  esac; \
414	done; \
415	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/xml/dither/Makefile'; \
416	$(am__cd) $(top_srcdir) && \
417	  $(AUTOMAKE) --gnu src/xml/dither/Makefile
418Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419	@case '$?' in \
420	  *config.status*) \
421	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
422	  *) \
423	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
424	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
425	esac;
426$(top_srcdir)/scripts/global.mk $(am__empty):
427
428$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
431$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
434	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435$(am__aclocal_m4_deps):
436
437mostlyclean-libtool:
438	-rm -f *.lo
439
440clean-libtool:
441	-rm -rf .libs _libs
442install-pkgxmldataDATA: $(pkgxmldata_DATA)
443	@$(NORMAL_INSTALL)
444	@list='$(pkgxmldata_DATA)'; test -n "$(pkgxmldatadir)" || list=; \
445	if test -n "$$list"; then \
446	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgxmldatadir)'"; \
447	  $(MKDIR_P) "$(DESTDIR)$(pkgxmldatadir)" || exit 1; \
448	fi; \
449	for p in $$list; do \
450	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451	  echo "$$d$$p"; \
452	done | $(am__base_list) | \
453	while read files; do \
454	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgxmldatadir)'"; \
455	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgxmldatadir)" || exit $$?; \
456	done
457
458uninstall-pkgxmldataDATA:
459	@$(NORMAL_UNINSTALL)
460	@list='$(pkgxmldata_DATA)'; test -n "$(pkgxmldatadir)" || list=; \
461	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
462	dir='$(DESTDIR)$(pkgxmldatadir)'; $(am__uninstall_files_from_dir)
463tags TAGS:
464
465ctags CTAGS:
466
467cscope cscopelist:
468
469
470distdir: $(BUILT_SOURCES)
471	$(MAKE) $(AM_MAKEFLAGS) distdir-am
472
473distdir-am: $(DISTFILES)
474	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476	list='$(DISTFILES)'; \
477	  dist_files=`for file in $$list; do echo $$file; done | \
478	  sed -e "s|^$$srcdirstrip/||;t" \
479	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480	case $$dist_files in \
481	  */*) $(MKDIR_P) `echo "$$dist_files" | \
482			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483			   sort -u` ;; \
484	esac; \
485	for file in $$dist_files; do \
486	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487	  if test -d $$d/$$file; then \
488	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489	    if test -d "$(distdir)/$$file"; then \
490	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491	    fi; \
492	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
494	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495	    fi; \
496	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
497	  else \
498	    test -f "$(distdir)/$$file" \
499	    || cp -p $$d/$$file "$(distdir)/$$file" \
500	    || exit 1; \
501	  fi; \
502	done
503	$(MAKE) $(AM_MAKEFLAGS) \
504	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
505	  dist-hook
506check-am: all-am
507check: check-am
508all-am: Makefile $(DATA) all-local
509installdirs:
510	for dir in "$(DESTDIR)$(pkgxmldatadir)"; do \
511	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
512	done
513install: install-am
514install-exec: install-exec-am
515install-data: install-data-am
516uninstall: uninstall-am
517
518install-am: all-am
519	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
520
521installcheck: installcheck-am
522install-strip:
523	if test -z '$(STRIP)'; then \
524	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526	      install; \
527	else \
528	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
531	fi
532mostlyclean-generic:
533
534clean-generic:
535	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
536
537distclean-generic:
538	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
539	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
540
541maintainer-clean-generic:
542	@echo "This command is intended for maintainers to use"
543	@echo "it deletes files that may require special tools to rebuild."
544	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
545clean: clean-am
546
547clean-am: clean-generic clean-libtool mostlyclean-am
548
549distclean: distclean-am
550	-rm -f Makefile
551distclean-am: clean-am distclean-generic
552
553dvi: dvi-am
554
555dvi-am:
556
557html: html-am
558
559html-am:
560
561info: info-am
562
563info-am:
564
565install-data-am: install-pkgxmldataDATA
566
567install-dvi: install-dvi-am
568
569install-dvi-am:
570
571install-exec-am:
572
573install-html: install-html-am
574
575install-html-am:
576
577install-info: install-info-am
578
579install-info-am:
580
581install-man:
582
583install-pdf: install-pdf-am
584
585install-pdf-am:
586
587install-ps: install-ps-am
588
589install-ps-am:
590
591installcheck-am:
592
593maintainer-clean: maintainer-clean-am
594	-rm -f Makefile
595maintainer-clean-am: distclean-am maintainer-clean-generic
596
597mostlyclean: mostlyclean-am
598
599mostlyclean-am: mostlyclean-generic mostlyclean-libtool
600
601pdf: pdf-am
602
603pdf-am:
604
605ps: ps-am
606
607ps-am:
608
609uninstall-am: uninstall-pkgxmldataDATA
610
611.MAKE: install-am install-strip
612
613.PHONY: all all-am all-local check check-am clean clean-generic \
614	clean-libtool cscopelist-am ctags-am dist-hook distclean \
615	distclean-generic distclean-libtool distdir dvi dvi-am html \
616	html-am info info-am install install-am install-data \
617	install-data-am install-dvi install-dvi-am install-exec \
618	install-exec-am install-html install-html-am install-info \
619	install-info-am install-man install-pdf install-pdf-am \
620	install-pkgxmldataDATA install-ps install-ps-am install-strip \
621	installcheck installcheck-am installdirs maintainer-clean \
622	maintainer-clean-generic mostlyclean mostlyclean-generic \
623	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
624	uninstall-am uninstall-pkgxmldataDATA
625
626.PRECIOUS: Makefile
627
628
629@SET_MAKE@
630
631# Rules
632
633$(top_builddir)/src/main/libgutenprint.la:
634	cd $(top_builddir)/src/main; \
635	$(MAKE)
636
637$(top_builddir)/src/gutenprintui2/libgutenprintui2.la:
638	cd $(top_builddir)/src/gutenprintui2; \
639	$(MAKE)
640
641xml-stamp: $(pkgxmldata_DATA) Makefile.am
642	-rm -f $@ $@.tmp
643	touch $@.tmp
644	for f in $(pkgxmldata_DATA) ; do echo $$f >> $@.tmp; done
645	mv $@.tmp $@
646
647all-local: xml-stamp
648
649dist-hook: xml-stamp
650
651# Tell versions [3.59,3.63) of GNU make to not export all variables.
652# Otherwise a system limit (for SysV at least) may be exceeded.
653.NOEXPORT:
654