1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91bin_PROGRAMS = glabels-3$(EXEEXT) glabels-3-batch$(EXEEXT)
92subdir = src
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102am__installdirs = "$(DESTDIR)$(bindir)"
103PROGRAMS = $(bin_PROGRAMS)
104am__objects_1 = marshal.$(OBJEXT)
105am_glabels_3_OBJECTS = glabels.$(OBJEXT) warning-handler.$(OBJEXT) \
106	critical-error-handler.$(OBJEXT) window.$(OBJEXT) ui.$(OBJEXT) \
107	ui-util.$(OBJEXT) ui-commands.$(OBJEXT) \
108	ui-property-bar.$(OBJEXT) ui-sidebar.$(OBJEXT) file.$(OBJEXT) \
109	file-util.$(OBJEXT) new-label-dialog.$(OBJEXT) \
110	recent.$(OBJEXT) prefs.$(OBJEXT) prefs-model.$(OBJEXT) \
111	prefs-dialog.$(OBJEXT) view.$(OBJEXT) view-box.$(OBJEXT) \
112	view-ellipse.$(OBJEXT) view-line.$(OBJEXT) \
113	view-image.$(OBJEXT) view-text.$(OBJEXT) \
114	view-barcode.$(OBJEXT) merge-properties-dialog.$(OBJEXT) \
115	object-editor.$(OBJEXT) object-editor-position-page.$(OBJEXT) \
116	object-editor-size-page.$(OBJEXT) \
117	object-editor-lsize-page.$(OBJEXT) \
118	object-editor-line-page.$(OBJEXT) \
119	object-editor-fill-page.$(OBJEXT) \
120	object-editor-image-page.$(OBJEXT) \
121	object-editor-text-page.$(OBJEXT) \
122	object-editor-edit-page.$(OBJEXT) \
123	object-editor-bc-page.$(OBJEXT) \
124	object-editor-data-page.$(OBJEXT) \
125	object-editor-shadow-page.$(OBJEXT) print.$(OBJEXT) \
126	print-op.$(OBJEXT) print-op-dialog.$(OBJEXT) \
127	template-designer.$(OBJEXT) bc-backends.$(OBJEXT) \
128	bc-builtin.$(OBJEXT) bc-gnubarcode.$(OBJEXT) bc-zint.$(OBJEXT) \
129	bc-iec16022.$(OBJEXT) bc-iec18004.$(OBJEXT) label.$(OBJEXT) \
130	label-object.$(OBJEXT) label-text.$(OBJEXT) \
131	label-box.$(OBJEXT) label-line.$(OBJEXT) \
132	label-ellipse.$(OBJEXT) label-image.$(OBJEXT) \
133	label-barcode.$(OBJEXT) label-properties-dialog.$(OBJEXT) \
134	pixbuf-util.$(OBJEXT) xml-label.$(OBJEXT) \
135	xml-label-04.$(OBJEXT) pixbuf-cache.$(OBJEXT) \
136	svg-cache.$(OBJEXT) merge.$(OBJEXT) merge-init.$(OBJEXT) \
137	merge-text.$(OBJEXT) merge-evolution.$(OBJEXT) \
138	merge-vcard.$(OBJEXT) text-node.$(OBJEXT) \
139	mini-preview-pixbuf.$(OBJEXT) \
140	mini-preview-pixbuf-cache.$(OBJEXT) media-select.$(OBJEXT) \
141	message-bar.$(OBJEXT) template-history.$(OBJEXT) \
142	template-history-model.$(OBJEXT) mini-preview.$(OBJEXT) \
143	mini-label-preview.$(OBJEXT) wdgt-chain-button.$(OBJEXT) \
144	field-button.$(OBJEXT) field-button-menu.$(OBJEXT) \
145	color-combo.$(OBJEXT) color-combo-button.$(OBJEXT) \
146	color-combo-menu.$(OBJEXT) \
147	color-combo-color-menu-item.$(OBJEXT) \
148	color-history-model.$(OBJEXT) color-swatch.$(OBJEXT) \
149	font-combo.$(OBJEXT) font-combo-menu.$(OBJEXT) \
150	font-combo-menu-item.$(OBJEXT) font-sample.$(OBJEXT) \
151	font-util.$(OBJEXT) font-history.$(OBJEXT) \
152	font-history-model.$(OBJEXT) cairo-label-path.$(OBJEXT) \
153	cairo-markup-path.$(OBJEXT) cairo-ellipse-path.$(OBJEXT) \
154	combo-util.$(OBJEXT) builder-util.$(OBJEXT) \
155	units-util.$(OBJEXT) str-util.$(OBJEXT) color.$(OBJEXT) \
156	debug.$(OBJEXT) $(am__objects_1)
157glabels_3_OBJECTS = $(am_glabels_3_OBJECTS)
158am__DEPENDENCIES_1 =
159glabels_3_DEPENDENCIES = $(am__DEPENDENCIES_1) \
160	../libglabels/$(LIBGLABELS_BRANCH).la \
161	../libglbarcode/$(LIBGLBARCODE_BRANCH).la \
162	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
163	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
164	$(am__DEPENDENCIES_1)
165AM_V_lt = $(am__v_lt_@AM_V@)
166am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
167am__v_lt_0 = --silent
168am__v_lt_1 =
169glabels_3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171	$(glabels_3_LDFLAGS) $(LDFLAGS) -o $@
172am_glabels_3_batch_OBJECTS = glabels-batch.$(OBJEXT) \
173	file-util.$(OBJEXT) print.$(OBJEXT) print-op.$(OBJEXT) \
174	bc-backends.$(OBJEXT) bc-builtin.$(OBJEXT) \
175	bc-gnubarcode.$(OBJEXT) bc-zint.$(OBJEXT) \
176	bc-iec16022.$(OBJEXT) bc-iec18004.$(OBJEXT) label.$(OBJEXT) \
177	label-object.$(OBJEXT) label-text.$(OBJEXT) \
178	label-box.$(OBJEXT) label-line.$(OBJEXT) \
179	label-ellipse.$(OBJEXT) label-image.$(OBJEXT) \
180	label-barcode.$(OBJEXT) pixbuf-util.$(OBJEXT) \
181	xml-label.$(OBJEXT) xml-label-04.$(OBJEXT) \
182	pixbuf-cache.$(OBJEXT) svg-cache.$(OBJEXT) merge.$(OBJEXT) \
183	merge-init.$(OBJEXT) merge-text.$(OBJEXT) \
184	merge-evolution.$(OBJEXT) merge-vcard.$(OBJEXT) \
185	text-node.$(OBJEXT) prefs.$(OBJEXT) prefs-model.$(OBJEXT) \
186	font-util.$(OBJEXT) font-history.$(OBJEXT) \
187	font-history-model.$(OBJEXT) template-history.$(OBJEXT) \
188	template-history-model.$(OBJEXT) str-util.$(OBJEXT) \
189	color.$(OBJEXT) debug.$(OBJEXT) cairo-label-path.$(OBJEXT) \
190	cairo-ellipse-path.$(OBJEXT) $(am__objects_1)
191glabels_3_batch_OBJECTS = $(am_glabels_3_batch_OBJECTS)
192glabels_3_batch_DEPENDENCIES = $(am__DEPENDENCIES_1) \
193	../libglabels/$(LIBGLABELS_BRANCH).la \
194	../libglbarcode/$(LIBGLBARCODE_BRANCH).la \
195	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
196	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
197	$(am__DEPENDENCIES_1)
198glabels_3_batch_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
199	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
200	$(AM_CFLAGS) $(CFLAGS) $(glabels_3_batch_LDFLAGS) $(LDFLAGS) \
201	-o $@
202AM_V_P = $(am__v_P_@AM_V@)
203am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
204am__v_P_0 = false
205am__v_P_1 = :
206AM_V_GEN = $(am__v_GEN_@AM_V@)
207am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
208am__v_GEN_0 = @echo "  GEN     " $@;
209am__v_GEN_1 =
210AM_V_at = $(am__v_at_@AM_V@)
211am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
212am__v_at_0 = @
213am__v_at_1 =
214DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
215depcomp = $(SHELL) $(top_srcdir)/depcomp
216am__depfiles_maybe = depfiles
217am__mv = mv -f
218COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
219	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
220LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
221	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
222	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
223	$(AM_CFLAGS) $(CFLAGS)
224AM_V_CC = $(am__v_CC_@AM_V@)
225am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
226am__v_CC_0 = @echo "  CC      " $@;
227am__v_CC_1 =
228CCLD = $(CC)
229LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
230	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
231	$(AM_LDFLAGS) $(LDFLAGS) -o $@
232AM_V_CCLD = $(am__v_CCLD_@AM_V@)
233am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
234am__v_CCLD_0 = @echo "  CCLD    " $@;
235am__v_CCLD_1 =
236SOURCES = $(glabels_3_SOURCES) $(glabels_3_batch_SOURCES)
237DIST_SOURCES = $(glabels_3_SOURCES) $(glabels_3_batch_SOURCES)
238RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
239	ctags-recursive dvi-recursive html-recursive info-recursive \
240	install-data-recursive install-dvi-recursive \
241	install-exec-recursive install-html-recursive \
242	install-info-recursive install-pdf-recursive \
243	install-ps-recursive install-recursive installcheck-recursive \
244	installdirs-recursive pdf-recursive ps-recursive \
245	tags-recursive uninstall-recursive
246am__can_run_installinfo = \
247  case $$AM_UPDATE_INFO_DIR in \
248    n|no|NO) false;; \
249    *) (install-info --version) >/dev/null 2>&1;; \
250  esac
251RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
252  distclean-recursive maintainer-clean-recursive
253am__recursive_targets = \
254  $(RECURSIVE_TARGETS) \
255  $(RECURSIVE_CLEAN_TARGETS) \
256  $(am__extra_recursive_targets)
257AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
258	distdir
259am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
260# Read a list of newline-separated strings from the standard input,
261# and print each of them once, without duplicates.  Input order is
262# *not* preserved.
263am__uniquify_input = $(AWK) '\
264  BEGIN { nonempty = 0; } \
265  { items[$$0] = 1; nonempty = 1; } \
266  END { if (nonempty) { for (i in items) print i; }; } \
267'
268# Make sure the list of sources is unique.  This is necessary because,
269# e.g., the same source file might be shared among _SOURCES variables
270# for different programs/libraries.
271am__define_uniq_tagged_files = \
272  list='$(am__tagged_files)'; \
273  unique=`for i in $$list; do \
274    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275  done | $(am__uniquify_input)`
276ETAGS = etags
277CTAGS = ctags
278DIST_SUBDIRS = $(SUBDIRS)
279am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
280DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
281am__relativize = \
282  dir0=`pwd`; \
283  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
284  sed_rest='s,^[^/]*/*,,'; \
285  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
286  sed_butlast='s,/*[^/]*$$,,'; \
287  while test -n "$$dir1"; do \
288    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
289    if test "$$first" != "."; then \
290      if test "$$first" = ".."; then \
291        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
292        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
293      else \
294        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
295        if test "$$first2" = "$$first"; then \
296          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
297        else \
298          dir2="../$$dir2"; \
299        fi; \
300        dir0="$$dir0"/"$$first"; \
301      fi; \
302    fi; \
303    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
304  done; \
305  reldir="$$dir2"
306ACLOCAL = @ACLOCAL@
307ALL_LINGUAS = @ALL_LINGUAS@
308AMTAR = @AMTAR@
309AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
310AR = @AR@
311AUTOCONF = @AUTOCONF@
312AUTOHEADER = @AUTOHEADER@
313AUTOMAKE = @AUTOMAKE@
314AWK = @AWK@
315CAIRO_REQUIRED = @CAIRO_REQUIRED@
316CATALOGS = @CATALOGS@
317CATOBJEXT = @CATOBJEXT@
318CC = @CC@
319CCDEPMODE = @CCDEPMODE@
320CFLAGS = @CFLAGS@
321CPP = @CPP@
322CPPFLAGS = @CPPFLAGS@
323CYGPATH_W = @CYGPATH_W@
324DATADIRNAME = @DATADIRNAME@
325DEFS = @DEFS@
326DEPDIR = @DEPDIR@
327DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
328DLLTOOL = @DLLTOOL@
329DSYMUTIL = @DSYMUTIL@
330DUMPBIN = @DUMPBIN@
331ECHO_C = @ECHO_C@
332ECHO_N = @ECHO_N@
333ECHO_T = @ECHO_T@
334EGREP = @EGREP@
335EXEEXT = @EXEEXT@
336FGREP = @FGREP@
337GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
338GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
339GLABELS_BRANCH = @GLABELS_BRANCH@
340GLABELS_CFLAGS = @GLABELS_CFLAGS@
341GLABELS_LIBS = @GLABELS_LIBS@
342GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
343GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
344GLIB_REQUIRED = @GLIB_REQUIRED@
345GMOFILES = @GMOFILES@
346GMSGFMT = @GMSGFMT@
347GREP = @GREP@
348GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
349GTKDOC_CHECK = @GTKDOC_CHECK@
350GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
351GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
352GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
353GTKDOC_MKPDF = @GTKDOC_MKPDF@
354GTKDOC_REBASE = @GTKDOC_REBASE@
355GTK_REQUIRED = @GTK_REQUIRED@
356GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
357HELP_DIR = @HELP_DIR@
358HTML_DIR = @HTML_DIR@
359INSTALL = @INSTALL@
360INSTALL_DATA = @INSTALL_DATA@
361INSTALL_PROGRAM = @INSTALL_PROGRAM@
362INSTALL_SCRIPT = @INSTALL_SCRIPT@
363INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
364INSTOBJEXT = @INSTOBJEXT@
365INTLLIBS = @INTLLIBS@
366INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
367INTLTOOL_MERGE = @INTLTOOL_MERGE@
368INTLTOOL_PERL = @INTLTOOL_PERL@
369INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
370INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
371INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
372INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
373INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
374INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
375ITSTOOL = @ITSTOOL@
376LD = @LD@
377LDFLAGS = @LDFLAGS@
378LIBBARCODE_CFLAGS = @LIBBARCODE_CFLAGS@
379LIBBARCODE_LIBS = @LIBBARCODE_LIBS@
380LIBBARCODE_REQUIRED = @LIBBARCODE_REQUIRED@
381LIBEBOOK_CFLAGS = @LIBEBOOK_CFLAGS@
382LIBEBOOK_LIBS = @LIBEBOOK_LIBS@
383LIBEBOOK_REQUIRED = @LIBEBOOK_REQUIRED@
384LIBGLABELS_API_VERSION = @LIBGLABELS_API_VERSION@
385LIBGLABELS_BRANCH = @LIBGLABELS_BRANCH@
386LIBGLABELS_CFLAGS = @LIBGLABELS_CFLAGS@
387LIBGLABELS_LIBS = @LIBGLABELS_LIBS@
388LIBGLBARCODE_API_VERSION = @LIBGLBARCODE_API_VERSION@
389LIBGLBARCODE_BRANCH = @LIBGLBARCODE_BRANCH@
390LIBGLBARCODE_CFLAGS = @LIBGLBARCODE_CFLAGS@
391LIBGLBARCODE_LIBS = @LIBGLBARCODE_LIBS@
392LIBIEC16022_CFLAGS = @LIBIEC16022_CFLAGS@
393LIBIEC16022_LIBS = @LIBIEC16022_LIBS@
394LIBIEC16022_REQUIRED = @LIBIEC16022_REQUIRED@
395LIBOBJS = @LIBOBJS@
396LIBQRENCODE_CFLAGS = @LIBQRENCODE_CFLAGS@
397LIBQRENCODE_LIBS = @LIBQRENCODE_LIBS@
398LIBQRENCODE_REQUIRED = @LIBQRENCODE_REQUIRED@
399LIBRSVG_REQUIRED = @LIBRSVG_REQUIRED@
400LIBS = @LIBS@
401LIBTOOL = @LIBTOOL@
402LIBXML_REQUIRED = @LIBXML_REQUIRED@
403LIBZINT_CFLAGS = @LIBZINT_CFLAGS@
404LIBZINT_LIBS = @LIBZINT_LIBS@
405LIBZINT_REQUIRED = @LIBZINT_REQUIRED@
406LIPO = @LIPO@
407LN_S = @LN_S@
408LTLIBOBJS = @LTLIBOBJS@
409LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
410MAINT = @MAINT@
411MAKEINFO = @MAKEINFO@
412MANIFEST_TOOL = @MANIFEST_TOOL@
413MKDIR_P = @MKDIR_P@
414MKINSTALLDIRS = @MKINSTALLDIRS@
415MSGFMT = @MSGFMT@
416MSGFMT_OPTS = @MSGFMT_OPTS@
417MSGMERGE = @MSGMERGE@
418NM = @NM@
419NMEDIT = @NMEDIT@
420OBJDUMP = @OBJDUMP@
421OBJEXT = @OBJEXT@
422OTOOL = @OTOOL@
423OTOOL64 = @OTOOL64@
424PACKAGE = @PACKAGE@
425PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
426PACKAGE_NAME = @PACKAGE_NAME@
427PACKAGE_STRING = @PACKAGE_STRING@
428PACKAGE_TARNAME = @PACKAGE_TARNAME@
429PACKAGE_URL = @PACKAGE_URL@
430PACKAGE_VERSION = @PACKAGE_VERSION@
431PANGO_REQUIRED = @PANGO_REQUIRED@
432PATH_SEPARATOR = @PATH_SEPARATOR@
433PKG_CONFIG = @PKG_CONFIG@
434PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
435PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
436POFILES = @POFILES@
437POSUB = @POSUB@
438PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
439PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
440RANLIB = @RANLIB@
441SED = @SED@
442SET_MAKE = @SET_MAKE@
443SHELL = @SHELL@
444STRIP = @STRIP@
445USE_NLS = @USE_NLS@
446VERSION = @VERSION@
447WARN_CFLAGS = @WARN_CFLAGS@
448XGETTEXT = @XGETTEXT@
449XMLLINT = @XMLLINT@
450YELP_LC_DIST = @YELP_LC_DIST@
451YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
452abs_builddir = @abs_builddir@
453abs_srcdir = @abs_srcdir@
454abs_top_builddir = @abs_top_builddir@
455abs_top_srcdir = @abs_top_srcdir@
456ac_ct_AR = @ac_ct_AR@
457ac_ct_CC = @ac_ct_CC@
458ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
459am__include = @am__include@
460am__leading_dot = @am__leading_dot@
461am__quote = @am__quote@
462am__tar = @am__tar@
463am__untar = @am__untar@
464bindir = @bindir@
465build = @build@
466build_alias = @build_alias@
467build_cpu = @build_cpu@
468build_os = @build_os@
469build_vendor = @build_vendor@
470builddir = @builddir@
471datadir = @datadir@
472datarootdir = @datarootdir@
473docdir = @docdir@
474dvidir = @dvidir@
475exec_prefix = @exec_prefix@
476gsettingsschemadir = @gsettingsschemadir@
477host = @host@
478host_alias = @host_alias@
479host_cpu = @host_cpu@
480host_os = @host_os@
481host_vendor = @host_vendor@
482htmldir = @htmldir@
483includedir = @includedir@
484infodir = @infodir@
485install_sh = @install_sh@
486intltool__v_merge_options_ = @intltool__v_merge_options_@
487intltool__v_merge_options_0 = @intltool__v_merge_options_0@
488libdir = @libdir@
489libexecdir = @libexecdir@
490localedir = @localedir@
491localstatedir = @localstatedir@
492mandir = @mandir@
493mkdir_p = @mkdir_p@
494oldincludedir = @oldincludedir@
495pdfdir = @pdfdir@
496prefix = @prefix@
497program_transform_name = @program_transform_name@
498psdir = @psdir@
499runstatedir = @runstatedir@
500sbindir = @sbindir@
501sharedstatedir = @sharedstatedir@
502srcdir = @srcdir@
503sysconfdir = @sysconfdir@
504target_alias = @target_alias@
505top_build_prefix = @top_build_prefix@
506top_builddir = @top_builddir@
507top_srcdir = @top_srcdir@
508SUBDIRS = \
509	pixmaps \
510	cursors
511
512INCLUDES = \
513	-I$(top_srcdir)						\
514	-I$(top_builddir)					\
515	-I$(top_srcdir)/libglabels				\
516	-I$(top_builddir)/libglabels				\
517	-I$(top_srcdir)/libglbarcode				\
518	-I$(top_builddir)/libglbarcode				\
519	$(GLABELS_CFLAGS) 					\
520	$(LIBEBOOK_CFLAGS)					\
521	$(LIBBARCODE_CFLAGS)					\
522	$(LIBZINT_CFLAGS)					\
523	$(LIBQRENCODE_CFLAGS)					\
524	$(LIBIEC16022_CFLAGS)					\
525	$(DISABLE_DEPRECATED_CFLAGS)				\
526	-DGLABELS_LOCALE_DIR=\""$(datadir)/locale"\" 		\
527	-DGLABELS_DATA_DIR=\""$(datadir)/$(GLABELS_BRANCH)"\"	\
528	-DGLABELS_ICON_NAME=\""$(GLABELS_BRANCH)\""		\
529	-DG_LOG_DOMAIN=\""glabels\""
530
531glabels_3_LDFLAGS = -export-dynamic
532glabels_3_LDADD = \
533	$(GLABELS_LIBS)				\
534	../libglabels/$(LIBGLABELS_BRANCH).la	\
535	../libglbarcode/$(LIBGLBARCODE_BRANCH).la	\
536	$(LIBEBOOK_LIBS)		 	\
537	$(LIBBARCODE_LIBS)		 	\
538	$(LIBZINT_LIBS)				\
539	$(LIBQRENCODE_LIBS)			\
540	$(LIBIEC16022_LIBS)			\
541	-lm
542
543glabels_3_batch_LDFLAGS = -export-dynamic
544glabels_3_batch_LDADD = \
545	$(GLABELS_LIBS)				\
546	../libglabels/$(LIBGLABELS_BRANCH).la	\
547	../libglbarcode/$(LIBGLBARCODE_BRANCH).la	\
548	$(LIBEBOOK_LIBS)		 	\
549	$(LIBBARCODE_LIBS)		 	\
550	$(LIBZINT_LIBS)				\
551	$(LIBQRENCODE_LIBS)			\
552	$(LIBIEC16022_LIBS)			\
553	-lm
554
555BUILT_SOURCES = \
556	marshal.c			\
557	marshal.h
558
559glabels_3_SOURCES = \
560	glabels.c			\
561	warning-handler.c		\
562	warning-handler.h		\
563	critical-error-handler.c	\
564	critical-error-handler.h	\
565	window.c			\
566	window.h			\
567	ui.h				\
568	ui.c				\
569	ui-util.h			\
570	ui-util.c			\
571	ui-commands.h			\
572	ui-commands.c			\
573	ui-property-bar.h		\
574	ui-property-bar.c		\
575	ui-sidebar.h			\
576	ui-sidebar.c			\
577	file.h				\
578	file.c				\
579	file-util.h			\
580	file-util.c			\
581	new-label-dialog.h		\
582	new-label-dialog.c		\
583	recent.h			\
584	recent.c			\
585	prefs.c 			\
586	prefs.h 			\
587	prefs-model.c 			\
588	prefs-model.h 			\
589	prefs-dialog.c 			\
590	prefs-dialog.h 			\
591	view.c				\
592	view.h				\
593	view-box.c			\
594	view-box.h			\
595	view-ellipse.c			\
596	view-ellipse.h			\
597	view-line.c			\
598	view-line.h			\
599	view-image.c			\
600	view-image.h			\
601	view-text.c			\
602	view-text.h			\
603	view-barcode.c			\
604	view-barcode.h			\
605	merge-properties-dialog.c	\
606	merge-properties-dialog.h	\
607	object-editor.c			\
608	object-editor.h			\
609	object-editor-private.h		\
610	object-editor-position-page.c	\
611	object-editor-size-page.c	\
612	object-editor-lsize-page.c	\
613	object-editor-line-page.c	\
614	object-editor-fill-page.c	\
615	object-editor-image-page.c	\
616	object-editor-text-page.c	\
617	object-editor-edit-page.c	\
618	object-editor-bc-page.c		\
619	object-editor-data-page.c	\
620	object-editor-shadow-page.c	\
621	print.c				\
622	print.h				\
623	print-op.c			\
624	print-op.h			\
625	print-op-dialog.c		\
626	print-op-dialog.h		\
627	template-designer.c		\
628	template-designer.h		\
629	bc-backends.c			\
630	bc-backends.h			\
631	bc-builtin.c			\
632	bc-builtin.h			\
633	bc-gnubarcode.c			\
634	bc-gnubarcode.h			\
635	bc-zint.c			\
636	bc-zint.h 			\
637	bc-iec16022.c			\
638	bc-iec16022.h			\
639	bc-iec18004.c			\
640	bc-iec18004.h			\
641	label.c				\
642	label.h				\
643	label-object.c			\
644	label-object.h			\
645	label-text.c			\
646	label-text.h			\
647	label-box.c			\
648	label-box.h			\
649	label-line.c			\
650	label-line.h			\
651	label-ellipse.c			\
652	label-ellipse.h			\
653	label-image.c			\
654	label-image.h			\
655	label-barcode.c			\
656	label-barcode.h			\
657	label-properties-dialog.c	\
658	label-properties-dialog.h	\
659	pixbuf-util.c			\
660	pixbuf-util.h			\
661	xml-label.c			\
662	xml-label.h			\
663	xml-label-04.c			\
664	xml-label-04.h			\
665	pixbuf-cache.c			\
666	pixbuf-cache.h			\
667	svg-cache.c			\
668	svg-cache.h			\
669	merge.c				\
670	merge.h				\
671	merge-init.c			\
672	merge-init.h			\
673	merge-text.c			\
674	merge-text.h			\
675	merge-evolution.c		\
676	merge-evolution.h		\
677	merge-vcard.c			\
678	merge-vcard.h			\
679	text-node.c			\
680	text-node.h			\
681	mini-preview-pixbuf.c		\
682	mini-preview-pixbuf.h		\
683	mini-preview-pixbuf-cache.c	\
684	mini-preview-pixbuf-cache.h	\
685	media-select.c			\
686	media-select.h			\
687	message-bar.c			\
688	message-bar.h			\
689	template-history.c		\
690	template-history.h		\
691	template-history-model.c	\
692	template-history-model.h	\
693	mini-preview.c			\
694	mini-preview.h			\
695	mini-label-preview.c		\
696	mini-label-preview.h		\
697	wdgt-chain-button.c		\
698	wdgt-chain-button.h		\
699	field-button.c			\
700	field-button.h			\
701	field-button-menu.c		\
702	field-button-menu.h		\
703	color-combo.c			\
704	color-combo.h			\
705	color-combo-button.c		\
706	color-combo-button.h		\
707	color-combo-menu.c		\
708	color-combo-menu.h		\
709	color-combo-color-menu-item.c	\
710	color-combo-color-menu-item.h	\
711	color-history-model.c		\
712	color-history-model.h		\
713	color-swatch.c			\
714	color-swatch.h			\
715	font-combo.c			\
716	font-combo.h			\
717	font-combo-menu.c		\
718	font-combo-menu.h		\
719	font-combo-menu-item.c		\
720	font-combo-menu-item.h		\
721	font-sample.c			\
722	font-sample.h			\
723	font-util.c			\
724	font-util.h			\
725	font-history.c			\
726	font-history.h			\
727	font-history-model.c		\
728	font-history-model.h		\
729	cairo-label-path.c		\
730	cairo-label-path.h		\
731	cairo-markup-path.c		\
732	cairo-markup-path.h		\
733	cairo-ellipse-path.c		\
734	cairo-ellipse-path.h		\
735	combo-util.c			\
736	combo-util.h			\
737	builder-util.c			\
738	builder-util.h			\
739	units-util.c			\
740	units-util.h			\
741	str-util.c			\
742	str-util.h			\
743	color.c				\
744	color.h				\
745	debug.c 			\
746	debug.h 			\
747	$(BUILT_SOURCES)
748
749glabels_3_batch_SOURCES = \
750	glabels-batch.c			\
751	file-util.h			\
752	file-util.c			\
753	print.c				\
754	print.h				\
755	print-op.c			\
756	print-op.h			\
757	bc-backends.c			\
758	bc-backends.h			\
759	bc-builtin.c			\
760	bc-builtin.h			\
761	bc-gnubarcode.c			\
762	bc-gnubarcode.h			\
763	bc-zint.c			\
764	bc-zint.h			\
765	bc-iec16022.c			\
766	bc-iec16022.h			\
767	bc-iec18004.c			\
768	bc-iec18004.h			\
769	label.c				\
770	label.h				\
771	label-object.c			\
772	label-object.h			\
773	label-text.c			\
774	label-text.h			\
775	label-box.c			\
776	label-box.h			\
777	label-line.c			\
778	label-line.h			\
779	label-ellipse.c			\
780	label-ellipse.h			\
781	label-image.c			\
782	label-image.h			\
783	label-barcode.c			\
784	label-barcode.h			\
785	pixbuf-util.c			\
786	pixbuf-util.h			\
787	xml-label.c			\
788	xml-label.h			\
789	xml-label-04.c			\
790	xml-label-04.h			\
791	pixbuf-cache.c			\
792	pixbuf-cache.h			\
793	svg-cache.c			\
794	svg-cache.h			\
795	merge.c				\
796	merge.h				\
797	merge-init.c			\
798	merge-init.h			\
799	merge-text.c			\
800	merge-text.h			\
801	merge-evolution.c		\
802	merge-evolution.h		\
803	merge-vcard.c			\
804	merge-vcard.h			\
805	text-node.c			\
806	text-node.h			\
807	prefs.c 			\
808	prefs.h 			\
809	prefs-model.c 			\
810	prefs-model.h 			\
811	font-util.c			\
812	font-util.h			\
813	font-history.c			\
814	font-history.h			\
815	font-history-model.c		\
816	font-history-model.h		\
817	template-history.c		\
818	template-history.h		\
819	template-history-model.c	\
820	template-history-model.h	\
821	str-util.c			\
822	str-util.h			\
823	color.c				\
824	color.h				\
825	debug.c 			\
826	debug.h 			\
827	cairo-label-path.c		\
828	cairo-label-path.h		\
829	cairo-ellipse-path.c		\
830	cairo-ellipse-path.h		\
831	$(BUILT_SOURCES)
832
833EXTRA_DIST = \
834	marshal.list
835
836CLEANFILES = $(BUILT_SOURCES)
837all: $(BUILT_SOURCES)
838	$(MAKE) $(AM_MAKEFLAGS) all-recursive
839
840.SUFFIXES:
841.SUFFIXES: .c .lo .o .obj
842$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
843	@for dep in $?; do \
844	  case '$(am__configure_deps)' in \
845	    *$$dep*) \
846	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
847	        && { if test -f $@; then exit 0; else break; fi; }; \
848	      exit 1;; \
849	  esac; \
850	done; \
851	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
852	$(am__cd) $(top_srcdir) && \
853	  $(AUTOMAKE) --gnu src/Makefile
854Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
855	@case '$?' in \
856	  *config.status*) \
857	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
858	  *) \
859	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
860	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
861	esac;
862
863$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
864	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
865
866$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
867	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
868$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
869	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
870$(am__aclocal_m4_deps):
871install-binPROGRAMS: $(bin_PROGRAMS)
872	@$(NORMAL_INSTALL)
873	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
874	if test -n "$$list"; then \
875	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
876	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
877	fi; \
878	for p in $$list; do echo "$$p $$p"; done | \
879	sed 's/$(EXEEXT)$$//' | \
880	while read p p1; do if test -f $$p \
881	 || test -f $$p1 \
882	  ; then echo "$$p"; echo "$$p"; else :; fi; \
883	done | \
884	sed -e 'p;s,.*/,,;n;h' \
885	    -e 's|.*|.|' \
886	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
887	sed 'N;N;N;s,\n, ,g' | \
888	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
889	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
890	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
891	    else { print "f", $$3 "/" $$4, $$1; } } \
892	  END { for (d in files) print "f", d, files[d] }' | \
893	while read type dir files; do \
894	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
895	    test -z "$$files" || { \
896	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
897	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
898	    } \
899	; done
900
901uninstall-binPROGRAMS:
902	@$(NORMAL_UNINSTALL)
903	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
904	files=`for p in $$list; do echo "$$p"; done | \
905	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
906	      -e 's/$$/$(EXEEXT)/' \
907	`; \
908	test -n "$$list" || exit 0; \
909	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
910	cd "$(DESTDIR)$(bindir)" && rm -f $$files
911
912clean-binPROGRAMS:
913	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
914	echo " rm -f" $$list; \
915	rm -f $$list || exit $$?; \
916	test -n "$(EXEEXT)" || exit 0; \
917	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
918	echo " rm -f" $$list; \
919	rm -f $$list
920
921glabels-3$(EXEEXT): $(glabels_3_OBJECTS) $(glabels_3_DEPENDENCIES) $(EXTRA_glabels_3_DEPENDENCIES)
922	@rm -f glabels-3$(EXEEXT)
923	$(AM_V_CCLD)$(glabels_3_LINK) $(glabels_3_OBJECTS) $(glabels_3_LDADD) $(LIBS)
924
925glabels-3-batch$(EXEEXT): $(glabels_3_batch_OBJECTS) $(glabels_3_batch_DEPENDENCIES) $(EXTRA_glabels_3_batch_DEPENDENCIES)
926	@rm -f glabels-3-batch$(EXEEXT)
927	$(AM_V_CCLD)$(glabels_3_batch_LINK) $(glabels_3_batch_OBJECTS) $(glabels_3_batch_LDADD) $(LIBS)
928
929mostlyclean-compile:
930	-rm -f *.$(OBJEXT)
931
932distclean-compile:
933	-rm -f *.tab.c
934
935@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc-backends.Po@am__quote@
936@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc-builtin.Po@am__quote@
937@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc-gnubarcode.Po@am__quote@
938@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc-iec16022.Po@am__quote@
939@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc-iec18004.Po@am__quote@
940@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc-zint.Po@am__quote@
941@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/builder-util.Po@am__quote@
942@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo-ellipse-path.Po@am__quote@
943@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo-label-path.Po@am__quote@
944@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo-markup-path.Po@am__quote@
945@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color-combo-button.Po@am__quote@
946@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color-combo-color-menu-item.Po@am__quote@
947@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color-combo-menu.Po@am__quote@
948@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color-combo.Po@am__quote@
949@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color-history-model.Po@am__quote@
950@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color-swatch.Po@am__quote@
951@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@
952@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combo-util.Po@am__quote@
953@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical-error-handler.Po@am__quote@
954@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
955@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field-button-menu.Po@am__quote@
956@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field-button.Po@am__quote@
957@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file-util.Po@am__quote@
958@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
959@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-combo-menu-item.Po@am__quote@
960@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-combo-menu.Po@am__quote@
961@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-combo.Po@am__quote@
962@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-history-model.Po@am__quote@
963@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-history.Po@am__quote@
964@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-sample.Po@am__quote@
965@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font-util.Po@am__quote@
966@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glabels-batch.Po@am__quote@
967@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glabels.Po@am__quote@
968@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-barcode.Po@am__quote@
969@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-box.Po@am__quote@
970@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-ellipse.Po@am__quote@
971@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-image.Po@am__quote@
972@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-line.Po@am__quote@
973@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-object.Po@am__quote@
974@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-properties-dialog.Po@am__quote@
975@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label-text.Po@am__quote@
976@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label.Po@am__quote@
977@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marshal.Po@am__quote@
978@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/media-select.Po@am__quote@
979@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge-evolution.Po@am__quote@
980@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge-init.Po@am__quote@
981@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge-properties-dialog.Po@am__quote@
982@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge-text.Po@am__quote@
983@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge-vcard.Po@am__quote@
984@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
985@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message-bar.Po@am__quote@
986@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini-label-preview.Po@am__quote@
987@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini-preview-pixbuf-cache.Po@am__quote@
988@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini-preview-pixbuf.Po@am__quote@
989@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini-preview.Po@am__quote@
990@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new-label-dialog.Po@am__quote@
991@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-bc-page.Po@am__quote@
992@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-data-page.Po@am__quote@
993@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-edit-page.Po@am__quote@
994@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-fill-page.Po@am__quote@
995@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-image-page.Po@am__quote@
996@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-line-page.Po@am__quote@
997@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-lsize-page.Po@am__quote@
998@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-position-page.Po@am__quote@
999@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-shadow-page.Po@am__quote@
1000@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-size-page.Po@am__quote@
1001@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor-text-page.Po@am__quote@
1002@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object-editor.Po@am__quote@
1003@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixbuf-cache.Po@am__quote@
1004@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixbuf-util.Po@am__quote@
1005@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs-dialog.Po@am__quote@
1006@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs-model.Po@am__quote@
1007@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Po@am__quote@
1008@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-op-dialog.Po@am__quote@
1009@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-op.Po@am__quote@
1010@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
1011@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recent.Po@am__quote@
1012@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str-util.Po@am__quote@
1013@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svg-cache.Po@am__quote@
1014@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template-designer.Po@am__quote@
1015@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template-history-model.Po@am__quote@
1016@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template-history.Po@am__quote@
1017@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-node.Po@am__quote@
1018@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-commands.Po@am__quote@
1019@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-property-bar.Po@am__quote@
1020@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-sidebar.Po@am__quote@
1021@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-util.Po@am__quote@
1022@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
1023@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/units-util.Po@am__quote@
1024@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view-barcode.Po@am__quote@
1025@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view-box.Po@am__quote@
1026@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view-ellipse.Po@am__quote@
1027@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view-image.Po@am__quote@
1028@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view-line.Po@am__quote@
1029@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view-text.Po@am__quote@
1030@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view.Po@am__quote@
1031@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/warning-handler.Po@am__quote@
1032@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wdgt-chain-button.Po@am__quote@
1033@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
1034@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-label-04.Po@am__quote@
1035@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-label.Po@am__quote@
1036
1037.c.o:
1038@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1039@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1040@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1041@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1042@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1043
1044.c.obj:
1045@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1046@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1047@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1048@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1049@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1050
1051.c.lo:
1052@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1053@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1054@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1055@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1056@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1057
1058mostlyclean-libtool:
1059	-rm -f *.lo
1060
1061clean-libtool:
1062	-rm -rf .libs _libs
1063
1064# This directory's subdirectories are mostly independent; you can cd
1065# into them and run 'make' without going through this Makefile.
1066# To change the values of 'make' variables: instead of editing Makefiles,
1067# (1) if the variable is set in 'config.status', edit 'config.status'
1068#     (which will cause the Makefiles to be regenerated when you run 'make');
1069# (2) otherwise, pass the desired values on the 'make' command line.
1070$(am__recursive_targets):
1071	@fail=; \
1072	if $(am__make_keepgoing); then \
1073	  failcom='fail=yes'; \
1074	else \
1075	  failcom='exit 1'; \
1076	fi; \
1077	dot_seen=no; \
1078	target=`echo $@ | sed s/-recursive//`; \
1079	case "$@" in \
1080	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1081	  *) list='$(SUBDIRS)' ;; \
1082	esac; \
1083	for subdir in $$list; do \
1084	  echo "Making $$target in $$subdir"; \
1085	  if test "$$subdir" = "."; then \
1086	    dot_seen=yes; \
1087	    local_target="$$target-am"; \
1088	  else \
1089	    local_target="$$target"; \
1090	  fi; \
1091	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1092	  || eval $$failcom; \
1093	done; \
1094	if test "$$dot_seen" = "no"; then \
1095	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1096	fi; test -z "$$fail"
1097
1098ID: $(am__tagged_files)
1099	$(am__define_uniq_tagged_files); mkid -fID $$unique
1100tags: tags-recursive
1101TAGS: tags
1102
1103tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1104	set x; \
1105	here=`pwd`; \
1106	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1107	  include_option=--etags-include; \
1108	  empty_fix=.; \
1109	else \
1110	  include_option=--include; \
1111	  empty_fix=; \
1112	fi; \
1113	list='$(SUBDIRS)'; for subdir in $$list; do \
1114	  if test "$$subdir" = .; then :; else \
1115	    test ! -f $$subdir/TAGS || \
1116	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1117	  fi; \
1118	done; \
1119	$(am__define_uniq_tagged_files); \
1120	shift; \
1121	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1122	  test -n "$$unique" || unique=$$empty_fix; \
1123	  if test $$# -gt 0; then \
1124	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1125	      "$$@" $$unique; \
1126	  else \
1127	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1128	      $$unique; \
1129	  fi; \
1130	fi
1131ctags: ctags-recursive
1132
1133CTAGS: ctags
1134ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1135	$(am__define_uniq_tagged_files); \
1136	test -z "$(CTAGS_ARGS)$$unique" \
1137	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1138	     $$unique
1139
1140GTAGS:
1141	here=`$(am__cd) $(top_builddir) && pwd` \
1142	  && $(am__cd) $(top_srcdir) \
1143	  && gtags -i $(GTAGS_ARGS) "$$here"
1144cscopelist: cscopelist-recursive
1145
1146cscopelist-am: $(am__tagged_files)
1147	list='$(am__tagged_files)'; \
1148	case "$(srcdir)" in \
1149	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1150	  *) sdir=$(subdir)/$(srcdir) ;; \
1151	esac; \
1152	for i in $$list; do \
1153	  if test -f "$$i"; then \
1154	    echo "$(subdir)/$$i"; \
1155	  else \
1156	    echo "$$sdir/$$i"; \
1157	  fi; \
1158	done >> $(top_builddir)/cscope.files
1159
1160distclean-tags:
1161	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1162
1163distdir: $(DISTFILES)
1164	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1165	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1166	list='$(DISTFILES)'; \
1167	  dist_files=`for file in $$list; do echo $$file; done | \
1168	  sed -e "s|^$$srcdirstrip/||;t" \
1169	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1170	case $$dist_files in \
1171	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1172			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1173			   sort -u` ;; \
1174	esac; \
1175	for file in $$dist_files; do \
1176	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1177	  if test -d $$d/$$file; then \
1178	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1179	    if test -d "$(distdir)/$$file"; then \
1180	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1181	    fi; \
1182	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1183	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1184	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1185	    fi; \
1186	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1187	  else \
1188	    test -f "$(distdir)/$$file" \
1189	    || cp -p $$d/$$file "$(distdir)/$$file" \
1190	    || exit 1; \
1191	  fi; \
1192	done
1193	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1194	  if test "$$subdir" = .; then :; else \
1195	    $(am__make_dryrun) \
1196	      || test -d "$(distdir)/$$subdir" \
1197	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1198	      || exit 1; \
1199	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1200	    $(am__relativize); \
1201	    new_distdir=$$reldir; \
1202	    dir1=$$subdir; dir2="$(top_distdir)"; \
1203	    $(am__relativize); \
1204	    new_top_distdir=$$reldir; \
1205	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1206	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1207	    ($(am__cd) $$subdir && \
1208	      $(MAKE) $(AM_MAKEFLAGS) \
1209	        top_distdir="$$new_top_distdir" \
1210	        distdir="$$new_distdir" \
1211		am__remove_distdir=: \
1212		am__skip_length_check=: \
1213		am__skip_mode_fix=: \
1214	        distdir) \
1215	      || exit 1; \
1216	  fi; \
1217	done
1218check-am: all-am
1219check: $(BUILT_SOURCES)
1220	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1221all-am: Makefile $(PROGRAMS)
1222installdirs: installdirs-recursive
1223installdirs-am:
1224	for dir in "$(DESTDIR)$(bindir)"; do \
1225	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1226	done
1227install: $(BUILT_SOURCES)
1228	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1229install-exec: install-exec-recursive
1230install-data: install-data-recursive
1231uninstall: uninstall-recursive
1232
1233install-am: all-am
1234	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1235
1236installcheck: installcheck-recursive
1237install-strip:
1238	if test -z '$(STRIP)'; then \
1239	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1240	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1241	      install; \
1242	else \
1243	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1244	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1245	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1246	fi
1247mostlyclean-generic:
1248
1249clean-generic:
1250	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1251
1252distclean-generic:
1253	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1254	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1255
1256maintainer-clean-generic:
1257	@echo "This command is intended for maintainers to use"
1258	@echo "it deletes files that may require special tools to rebuild."
1259	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1260clean: clean-recursive
1261
1262clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
1263
1264distclean: distclean-recursive
1265	-rm -rf ./$(DEPDIR)
1266	-rm -f Makefile
1267distclean-am: clean-am distclean-compile distclean-generic \
1268	distclean-tags
1269
1270dvi: dvi-recursive
1271
1272dvi-am:
1273
1274html: html-recursive
1275
1276html-am:
1277
1278info: info-recursive
1279
1280info-am:
1281
1282install-data-am:
1283
1284install-dvi: install-dvi-recursive
1285
1286install-dvi-am:
1287
1288install-exec-am: install-binPROGRAMS
1289
1290install-html: install-html-recursive
1291
1292install-html-am:
1293
1294install-info: install-info-recursive
1295
1296install-info-am:
1297
1298install-man:
1299
1300install-pdf: install-pdf-recursive
1301
1302install-pdf-am:
1303
1304install-ps: install-ps-recursive
1305
1306install-ps-am:
1307
1308installcheck-am:
1309
1310maintainer-clean: maintainer-clean-recursive
1311	-rm -rf ./$(DEPDIR)
1312	-rm -f Makefile
1313maintainer-clean-am: distclean-am maintainer-clean-generic
1314
1315mostlyclean: mostlyclean-recursive
1316
1317mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1318	mostlyclean-libtool
1319
1320pdf: pdf-recursive
1321
1322pdf-am:
1323
1324ps: ps-recursive
1325
1326ps-am:
1327
1328uninstall-am: uninstall-binPROGRAMS
1329
1330.MAKE: $(am__recursive_targets) all check install install-am \
1331	install-strip
1332
1333.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1334	check-am clean clean-binPROGRAMS clean-generic clean-libtool \
1335	cscopelist-am ctags ctags-am distclean distclean-compile \
1336	distclean-generic distclean-libtool distclean-tags distdir dvi \
1337	dvi-am html html-am info info-am install install-am \
1338	install-binPROGRAMS install-data install-data-am install-dvi \
1339	install-dvi-am install-exec install-exec-am install-html \
1340	install-html-am install-info install-info-am install-man \
1341	install-pdf install-pdf-am install-ps install-ps-am \
1342	install-strip installcheck installcheck-am installdirs \
1343	installdirs-am maintainer-clean maintainer-clean-generic \
1344	mostlyclean mostlyclean-compile mostlyclean-generic \
1345	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1346	uninstall-am uninstall-binPROGRAMS
1347
1348.PRECIOUS: Makefile
1349
1350
1351marshal.h: marshal.list $(GLIB_GENMARSHAL)
1352	$(AM_V_GEN) $(GLIB_GENMARSHAL) $< --header --prefix=gl_marshal > $@
1353
1354marshal.c: marshal.list $(GLIB_GENMARSHAL)
1355	$(AM_V_GEN) echo "#include \"marshal.h\"" > $@ && \
1356	$(GLIB_GENMARSHAL) $< --body --prefix=gl_marshal >> $@
1357
1358$(bin_PROGRAMS): ../libglabels/$(LIBGLABELS_BRANCH).la ../libglbarcode/$(LIBGLBARCODE_BRANCH).la
1359
1360../libglabels/$(LIBGLABELS_BRANCH).la:
1361	cd ../libglabels; $(MAKE)
1362
1363../libglbarcode/$(LIBGLBARCODE_BRANCH).la:
1364	cd ../libglbarcode; $(MAKE)
1365
1366# Tell versions [3.59,3.63) of GNU make to not export all variables.
1367# Otherwise a system limit (for SysV at least) may be exceeded.
1368.NOEXPORT:
1369