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 = scripts
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 = mkgitlog gversion test-gversion wzpaq
115CONFIG_CLEAN_VPATH_FILES =
116SCRIPTS = $(noinst_SCRIPTS)
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129SOURCES =
130DIST_SOURCES =
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
137am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gversion.in \
138	$(srcdir)/mkgitlog.in $(srcdir)/test-gversion.in \
139	$(srcdir)/wzpaq.in $(top_srcdir)/scripts/global.mk compile \
140	config.guess config.rpath config.sub depcomp install-sh \
141	ltmain.sh missing ylwrap
142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143ACLOCAL = @ACLOCAL@
144ALL_LINGUAS = @ALL_LINGUAS@
145AMTAR = @AMTAR@
146AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147AR = @AR@
148AUTOCONF = @AUTOCONF@
149AUTOHEADER = @AUTOHEADER@
150AUTOMAKE = @AUTOMAKE@
151AWK = @AWK@
152BASH = @BASH@
153BASHREAL = @BASHREAL@
154BUILD_CUPS_PPDS = @BUILD_CUPS_PPDS@
155BZIP2 = @BZIP2@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159COMPRESS = @COMPRESS@
160CONVERT = @CONVERT@
161CPP = @CPP@
162CPPFLAGS = @CPPFLAGS@
163CSUF = @CSUF@
164CUPS_CFLAGS = @CUPS_CFLAGS@
165CUPS_CONFIG = @CUPS_CONFIG@
166CUPS_LIBS = @CUPS_LIBS@
167CUPS_PPD_PS_LEVEL = @CUPS_PPD_PS_LEVEL@
168CYGPATH_W = @CYGPATH_W@
169DB2HTML = @DB2HTML@
170DB2PDF = @DB2PDF@
171DB2PS = @DB2PS@
172DEFS = @DEFS@
173DEPDIR = @DEPDIR@
174DLLTOOL = @DLLTOOL@
175DOXYGEN = @DOXYGEN@
176DSYMUTIL = @DSYMUTIL@
177DUMPBIN = @DUMPBIN@
178DVIPDF = @DVIPDF@
179DVIPS = @DVIPS@
180ECHO_C = @ECHO_C@
181ECHO_N = @ECHO_N@
182ECHO_T = @ECHO_T@
183EGREP = @EGREP@
184ENABLE_SHARED = @ENABLE_SHARED@
185ENABLE_STATIC = @ENABLE_STATIC@
186EXEEXT = @EXEEXT@
187FGREP = @FGREP@
188FIND = @FIND@
189GENPPD_LIBS = @GENPPD_LIBS@
190GIMP2_CFLAGS = @GIMP2_CFLAGS@
191GIMP2_LIBS = @GIMP2_LIBS@
192GIMPTOOL2_CHECK = @GIMPTOOL2_CHECK@
193GLIB_MKENUMS = @GLIB_MKENUMS@
194GMSGFMT = @GMSGFMT@
195GMSGFMT_015 = @GMSGFMT_015@
196GNUCFLAGS = @GNUCFLAGS@
197GREP = @GREP@
198GTK2_CFLAGS = @GTK2_CFLAGS@
199GTK2_LIBS = @GTK2_LIBS@
200GUTENPRINTUI2_BINARY_AGE = @GUTENPRINTUI2_BINARY_AGE@
201GUTENPRINTUI2_CFLAGS = @GUTENPRINTUI2_CFLAGS@
202GUTENPRINTUI2_CURRENT_INTERFACE = @GUTENPRINTUI2_CURRENT_INTERFACE@
203GUTENPRINTUI2_INTERFACE_AGE = @GUTENPRINTUI2_INTERFACE_AGE@
204GUTENPRINTUI2_LIBDEPS = @GUTENPRINTUI2_LIBDEPS@
205GUTENPRINTUI2_LIBS = $(top_builddir)/src/gutenprintui2/libgutenprintui2.la
206GUTENPRINTUI2_VERSION = @GUTENPRINTUI2_VERSION@
207GUTENPRINT_BASE_VERSION = @GUTENPRINT_BASE_VERSION@
208GUTENPRINT_BINARY_AGE = @GUTENPRINT_BINARY_AGE@
209GUTENPRINT_CFLAGS = @GUTENPRINT_CFLAGS@
210GUTENPRINT_CURRENT_INTERFACE = @GUTENPRINT_CURRENT_INTERFACE@
211GUTENPRINT_INTERFACE_AGE = @GUTENPRINT_INTERFACE_AGE@
212GUTENPRINT_LIBDEPS = @GUTENPRINT_LIBDEPS@
213
214# Libraries
215GUTENPRINT_LIBS = $(top_builddir)/src/main/libgutenprint.la
216GUTENPRINT_MAJOR_VERSION = @GUTENPRINT_MAJOR_VERSION@
217GUTENPRINT_MICRO_VERSION = @GUTENPRINT_MICRO_VERSION@
218GUTENPRINT_MINOR_VERSION = @GUTENPRINT_MINOR_VERSION@
219GUTENPRINT_RELEASE_VERSION = @GUTENPRINT_RELEASE_VERSION@
220GUTENPRINT_VERSION = @GUTENPRINT_VERSION@
221GZIP = @GZIP@
222INSTALL = @INSTALL@
223INSTALL_DATA = @INSTALL_DATA@
224INSTALL_PROGRAM = @INSTALL_PROGRAM@
225INSTALL_SCRIPT = @INSTALL_SCRIPT@
226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227INTLLIBS = @INTLLIBS@
228INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
229LD = @LD@
230LDFLAGS = @LDFLAGS@
231LEX = @LEX@
232LEXLIB = @LEXLIB@
233LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
234LIBICONV = @LIBICONV@
235LIBINTL = @LIBINTL@
236LIBM = @LIBM@
237LIBOBJS = @LIBOBJS@
238LIBREADLINE_DEPS = @LIBREADLINE_DEPS@
239LIBS = $(INTLLIBS) @LIBS@
240LIBTOOL = @LIBTOOL@
241LIBTOOL_DEPS = @LIBTOOL_DEPS@
242LIBUSB_BACKEND_LIBDEPS = @LIBUSB_BACKEND_LIBDEPS@
243LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
244LIBUSB_LIBS = @LIBUSB_LIBS@
245LIPO = @LIPO@
246LN_S = @LN_S@
247LRZIP = @LRZIP@
248LTALLOCA = @LTALLOCA@
249LTLIBICONV = @LTLIBICONV@
250LTLIBINTL = @LTLIBINTL@
251LTLIBOBJS = @LTLIBOBJS@
252LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
253MAINT = @MAINT@
254MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
255MAKEINFO = @MAKEINFO@
256MANIFEST_TOOL = @MANIFEST_TOOL@
257MINIMAL_PRINTERS_TO_TEST = @MINIMAL_PRINTERS_TO_TEST@
258MKDIR_P = @MKDIR_P@
259MSGFMT = @MSGFMT@
260MSGFMT_015 = @MSGFMT_015@
261MSGMERGE = @MSGMERGE@
262NM = @NM@
263NMEDIT = @NMEDIT@
264OBJDUMP = @OBJDUMP@
265OBJEXT = @OBJEXT@
266OTOOL = @OTOOL@
267OTOOL64 = @OTOOL64@
268PACKAGE = @PACKAGE@
269PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270PACKAGE_NAME = @PACKAGE_NAME@
271PACKAGE_STRING = @PACKAGE_STRING@
272PACKAGE_TARNAME = @PACKAGE_TARNAME@
273PACKAGE_URL = @PACKAGE_URL@
274PACKAGE_VERSION = @PACKAGE_VERSION@
275PATH_SEPARATOR = @PATH_SEPARATOR@
276PERL = @PERL@
277PKGROOT = @PKGROOT@
278PKG_CONFIG = @PKG_CONFIG@
279PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
280PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
281POSUB = @POSUB@
282RANLIB = @RANLIB@
283RELEASE_DATE = @RELEASE_DATE@
284RM = @RM@
285RZIP = @RZIP@
286SED = @SED@
287SET_MAKE = @SET_MAKE@
288SHELL = @SHELL@
289STRIP = @STRIP@
290TEST = @TEST@
291TEXI2HTML = @TEXI2HTML@
292TRUE = @TRUE@
293USE_NLS = @USE_NLS@
294VERSION = @VERSION@
295WHICH_PPDS = @WHICH_PPDS@
296XGETTEXT = @XGETTEXT@
297XGETTEXT_015 = @XGETTEXT_015@
298XZ = @XZ@
299YACC = @YACC@
300YFLAGS = @YFLAGS@
301ZPAQ = @ZPAQ@
302abs_builddir = @abs_builddir@
303abs_srcdir = @abs_srcdir@
304abs_top_builddir = @abs_top_builddir@
305abs_top_srcdir = @abs_top_srcdir@
306ac_ct_AR = @ac_ct_AR@
307ac_ct_CC = @ac_ct_CC@
308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321cups_bindir = @cups_bindir@
322cups_conf_datadir = @cups_conf_datadir@
323cups_conf_serverbin = @cups_conf_serverbin@
324cups_conf_serverroot = @cups_conf_serverroot@
325cups_exec_prefix = @cups_exec_prefix@
326cups_prefix = @cups_prefix@
327cups_sbindir = @cups_sbindir@
328datadir = @datadir@
329datarootdir = @datarootdir@
330docdir = @docdir@
331dvidir = @dvidir@
332exec_prefix = @exec_prefix@
333gimp2_plug_indir = @gimp2_plug_indir@
334gutenprint_cflags = @gutenprint_cflags@
335gutenprint_libdeps = @gutenprint_libdeps@
336gutenprint_libs = @gutenprint_libs@
337gutenprintui2_cflags = @gutenprintui2_cflags@
338gutenprintui2_libdeps = @gutenprintui2_libdeps@
339gutenprintui2_libs = @gutenprintui2_libs@
340host = @host@
341host_alias = @host_alias@
342host_cpu = @host_cpu@
343host_os = @host_os@
344host_vendor = @host_vendor@
345htmldir = @htmldir@
346includedir = @includedir@
347infodir = @infodir@
348install_sh = @install_sh@
349libdir = @libdir@
350libexecdir = @libexecdir@
351localedir = @localedir@
352localstatedir = @localstatedir@
353mandir = @mandir@
354mkdir_p = @mkdir_p@
355oldincludedir = @oldincludedir@
356pdfdir = @pdfdir@
357prefix = @prefix@
358program_transform_name = @program_transform_name@
359psdir = @psdir@
360sbindir = @sbindir@
361sharedstatedir = @sharedstatedir@
362srcdir = @srcdir@
363sysconfdir = @sysconfdir@
364target_alias = @target_alias@
365top_build_prefix = @top_build_prefix@
366top_builddir = @top_builddir@
367top_srcdir = @top_srcdir@
368AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(LOCAL_CPPFLAGS) $(GNUCFLAGS)
369
370# The autotools-installed scripts /should/ be automatically distributed.
371# build-release needs to be in the tarball because it's run during
372# make distcheck, although it's not intended to be used outside
373# of the development sandbox
374EXTRA_DIST = \
375	autogen.sh \
376	build-release \
377	count-cpus \
378	global.mk \
379	gversion \
380	snapstamp \
381	test-gversion \
382	mkgitlog \
383	wzpaq
384
385noinst_SCRIPTS = \
386	build-release \
387	gversion \
388	snapstamp \
389	test-gversion \
390	mkgitlog \
391	wzpaq
392
393MAINTAINERCLEANFILES = \
394	Makefile.in \
395	compile \
396	config.guess \
397	config.rpath \
398	config.sub \
399	depcomp \
400	gversion \
401	install-sh \
402	ltconfig \
403	ltmain.sh \
404	mdate-sh \
405	missing \
406	mkgitlog \
407	mkinstalldirs \
408	test-driver \
409	test-gversion \
410	wzpaq \
411	ylwrap
412
413all: all-am
414
415.SUFFIXES:
416$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
417	@for dep in $?; do \
418	  case '$(am__configure_deps)' in \
419	    *$$dep*) \
420	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
421	        && { if test -f $@; then exit 0; else break; fi; }; \
422	      exit 1;; \
423	  esac; \
424	done; \
425	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
426	$(am__cd) $(top_srcdir) && \
427	  $(AUTOMAKE) --gnu scripts/Makefile
428Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429	@case '$?' in \
430	  *config.status*) \
431	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
432	  *) \
433	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
434	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
435	esac;
436$(top_srcdir)/scripts/global.mk $(am__empty):
437
438$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
439	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440
441$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
442	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
444	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445$(am__aclocal_m4_deps):
446mkgitlog: $(top_builddir)/config.status $(srcdir)/mkgitlog.in
447	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
448gversion: $(top_builddir)/config.status $(srcdir)/gversion.in
449	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
450test-gversion: $(top_builddir)/config.status $(srcdir)/test-gversion.in
451	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
452wzpaq: $(top_builddir)/config.status $(srcdir)/wzpaq.in
453	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
454
455mostlyclean-libtool:
456	-rm -f *.lo
457
458clean-libtool:
459	-rm -rf .libs _libs
460tags TAGS:
461
462ctags CTAGS:
463
464cscope cscopelist:
465
466
467distdir: $(BUILT_SOURCES)
468	$(MAKE) $(AM_MAKEFLAGS) distdir-am
469
470distdir-am: $(DISTFILES)
471	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473	list='$(DISTFILES)'; \
474	  dist_files=`for file in $$list; do echo $$file; done | \
475	  sed -e "s|^$$srcdirstrip/||;t" \
476	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477	case $$dist_files in \
478	  */*) $(MKDIR_P) `echo "$$dist_files" | \
479			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480			   sort -u` ;; \
481	esac; \
482	for file in $$dist_files; do \
483	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484	  if test -d $$d/$$file; then \
485	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486	    if test -d "$(distdir)/$$file"; then \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
491	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492	    fi; \
493	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
494	  else \
495	    test -f "$(distdir)/$$file" \
496	    || cp -p $$d/$$file "$(distdir)/$$file" \
497	    || exit 1; \
498	  fi; \
499	done
500check-am: all-am
501check: check-am
502all-am: Makefile $(SCRIPTS)
503installdirs:
504install: install-am
505install-exec: install-exec-am
506install-data: install-data-am
507uninstall: uninstall-am
508
509install-am: all-am
510	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512installcheck: installcheck-am
513install-strip:
514	if test -z '$(STRIP)'; then \
515	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517	      install; \
518	else \
519	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522	fi
523mostlyclean-generic:
524
525clean-generic:
526
527distclean-generic:
528	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
531maintainer-clean-generic:
532	@echo "This command is intended for maintainers to use"
533	@echo "it deletes files that may require special tools to rebuild."
534	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
535clean: clean-am
536
537clean-am: clean-generic clean-libtool mostlyclean-am
538
539distclean: distclean-am
540	-rm -f Makefile
541distclean-am: clean-am distclean-generic
542
543dvi: dvi-am
544
545dvi-am:
546
547html: html-am
548
549html-am:
550
551info: info-am
552
553info-am:
554
555install-data-am:
556
557install-dvi: install-dvi-am
558
559install-dvi-am:
560
561install-exec-am:
562
563install-html: install-html-am
564
565install-html-am:
566
567install-info: install-info-am
568
569install-info-am:
570
571install-man:
572
573install-pdf: install-pdf-am
574
575install-pdf-am:
576
577install-ps: install-ps-am
578
579install-ps-am:
580
581installcheck-am:
582
583maintainer-clean: maintainer-clean-am
584	-rm -f Makefile
585maintainer-clean-am: distclean-am maintainer-clean-generic
586
587mostlyclean: mostlyclean-am
588
589mostlyclean-am: mostlyclean-generic mostlyclean-libtool
590
591pdf: pdf-am
592
593pdf-am:
594
595ps: ps-am
596
597ps-am:
598
599uninstall-am:
600
601.MAKE: install-am install-strip
602
603.PHONY: all all-am check check-am clean clean-generic clean-libtool \
604	cscopelist-am ctags-am distclean distclean-generic \
605	distclean-libtool distdir dvi dvi-am html html-am info info-am \
606	install install-am install-data install-data-am install-dvi \
607	install-dvi-am install-exec install-exec-am install-html \
608	install-html-am install-info install-info-am install-man \
609	install-pdf install-pdf-am install-ps install-ps-am \
610	install-strip installcheck installcheck-am installdirs \
611	maintainer-clean maintainer-clean-generic mostlyclean \
612	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613	tags-am uninstall uninstall-am
614
615.PRECIOUS: Makefile
616
617
618@SET_MAKE@
619
620# Rules
621
622$(top_builddir)/src/main/libgutenprint.la:
623	cd $(top_builddir)/src/main; \
624	$(MAKE)
625
626$(top_builddir)/src/gutenprintui2/libgutenprintui2.la:
627	cd $(top_builddir)/src/gutenprintui2; \
628	$(MAKE)
629
630# Tell versions [3.59,3.63) of GNU make to not export all variables.
631# Otherwise a system limit (for SysV at least) may be exceeded.
632.NOEXPORT:
633