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
17
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93@GCU_WITH_LASEM_TRUE@am__append_1 = \
94@GCU_WITH_LASEM_TRUE@	equation.cc \
95@GCU_WITH_LASEM_TRUE@	mathtool.cc
96
97@GCU_WITH_LASEM_TRUE@am__append_2 = \
98@GCU_WITH_LASEM_TRUE@	equation.h \
99@GCU_WITH_LASEM_TRUE@	mathtool.h
100
101@GCU_WITH_LASEM_TRUE@am__append_3 = \
102@GCU_WITH_LASEM_TRUE@	$(lasem_CFLAGS)
103
104@GCU_WITH_LASEM_TRUE@am__append_4 = \
105@GCU_WITH_LASEM_TRUE@	$(lasem_LIBS)
106
107subdir = plugins/paint/text
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
110	$(top_srcdir)/configure.ac
111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112	$(ACLOCAL_M4)
113DIST_COMMON = $(srcdir)/Makefile.am $(dist_ui_DATA) \
114	$(am__noinst_HEADERS_DIST) $(am__DIST_COMMON)
115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116CONFIG_HEADER = $(top_builddir)/config.h
117CONFIG_CLEAN_FILES =
118CONFIG_CLEAN_VPATH_FILES =
119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120am__vpath_adj = case $$p in \
121    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122    *) f=$$p;; \
123  esac;
124am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
125am__install_max = 40
126am__nobase_strip_setup = \
127  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
128am__nobase_strip = \
129  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
130am__nobase_list = $(am__nobase_strip_setup); \
131  for p in $$list; do echo "$$p $$p"; done | \
132  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
133  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
134    if (++n[$$2] == $(am__install_max)) \
135      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
136    END { for (dir in files) print dir, files[dir] }'
137am__base_list = \
138  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
139  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
140am__uninstall_files_from_dir = { \
141  test -z "$$files" \
142    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
143    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
144         $(am__cd) "$$dir" && rm -f $$files; }; \
145  }
146am__installdirs = "$(DESTDIR)$(textdir)" "$(DESTDIR)$(uidir)"
147LTLIBRARIES = $(text_LTLIBRARIES)
148am__DEPENDENCIES_1 =
149@GCU_WITH_LASEM_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
150text_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
151	$(am__DEPENDENCIES_1) \
152	$(top_builddir)/libs/gccv/libgccv-@GCU_API_VER@.la \
153	$(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
154	$(top_builddir)/libs/gcugtk/libgcugtk-@GCU_API_VER@.la \
155	$(top_builddir)/libs/gcp/libgcp-@GCU_API_VER@.la \
156	$(am__DEPENDENCIES_2)
157am__text_la_SOURCES_DIST = plugin.cc fragmenttool.cc texttool.cc \
158	equation.cc mathtool.cc
159@GCU_WITH_LASEM_TRUE@am__objects_1 = equation.lo mathtool.lo
160am_text_la_OBJECTS = plugin.lo fragmenttool.lo texttool.lo \
161	$(am__objects_1)
162text_la_OBJECTS = $(am_text_la_OBJECTS)
163AM_V_lt = $(am__v_lt_@AM_V@)
164am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
165am__v_lt_0 = --silent
166am__v_lt_1 =
167text_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
169	$(CXXFLAGS) $(text_la_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_P = $(am__v_P_@AM_V@)
171am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172am__v_P_0 = false
173am__v_P_1 = :
174AM_V_GEN = $(am__v_GEN_@AM_V@)
175am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176am__v_GEN_0 = @echo "  GEN     " $@;
177am__v_GEN_1 =
178AM_V_at = $(am__v_at_@AM_V@)
179am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180am__v_at_0 = @
181am__v_at_1 =
182DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
183depcomp = $(SHELL) $(top_srcdir)/depcomp
184am__depfiles_maybe = depfiles
185am__mv = mv -f
186CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
187	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
188LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
189	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
190	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191	$(AM_CXXFLAGS) $(CXXFLAGS)
192AM_V_CXX = $(am__v_CXX_@AM_V@)
193am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
194am__v_CXX_0 = @echo "  CXX     " $@;
195am__v_CXX_1 =
196CXXLD = $(CXX)
197CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
198	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
199	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
200AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
201am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
202am__v_CXXLD_0 = @echo "  CXXLD   " $@;
203am__v_CXXLD_1 =
204SOURCES = $(text_la_SOURCES)
205DIST_SOURCES = $(am__text_la_SOURCES_DIST)
206am__can_run_installinfo = \
207  case $$AM_UPDATE_INFO_DIR in \
208    n|no|NO) false;; \
209    *) (install-info --version) >/dev/null 2>&1;; \
210  esac
211DATA = $(dist_ui_DATA)
212am__noinst_HEADERS_DIST = plugin.h fragmenttool.h texttool.h \
213	equation.h mathtool.h
214HEADERS = $(noinst_HEADERS)
215am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
216# Read a list of newline-separated strings from the standard input,
217# and print each of them once, without duplicates.  Input order is
218# *not* preserved.
219am__uniquify_input = $(AWK) '\
220  BEGIN { nonempty = 0; } \
221  { items[$$0] = 1; nonempty = 1; } \
222  END { if (nonempty) { for (i in items) print i; }; } \
223'
224# Make sure the list of sources is unique.  This is necessary because,
225# e.g., the same source file might be shared among _SOURCES variables
226# for different programs/libraries.
227am__define_uniq_tagged_files = \
228  list='$(am__tagged_files)'; \
229  unique=`for i in $$list; do \
230    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231  done | $(am__uniquify_input)`
232ETAGS = etags
233CTAGS = ctags
234am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
235	$(top_srcdir)/mkinstalldirs
236DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
237ACLOCAL = @ACLOCAL@
238ALL_LINGUAS = @ALL_LINGUAS@
239AMTAR = @AMTAR@
240AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
241AR = @AR@
242AUTOCONF = @AUTOCONF@
243AUTOHEADER = @AUTOHEADER@
244AUTOMAKE = @AUTOMAKE@
245AWK = @AWK@
246CATALOGS = @CATALOGS@
247CATOBJEXT = @CATOBJEXT@
248CC = @CC@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
251CPP = @CPP@
252CPPFLAGS = @CPPFLAGS@
253CXX = @CXX@
254CXXCPP = @CXXCPP@
255CXXDEPMODE = @CXXDEPMODE@
256CXXFLAGS = @CXXFLAGS@
257CYGPATH_W = @CYGPATH_W@
258DATADIRNAME = @DATADIRNAME@
259DEFS = @DEFS@ -DDATADIR=\"$(datadir)\" -DUIDIR=\"$(uidir)\" \
260	-DPLUGINSDIR=\"$(textdir)\"
261DEPDIR = @DEPDIR@
262DIRECT_RENDERING = @DIRECT_RENDERING@
263DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
264DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
265DLLTOOL = @DLLTOOL@
266DOC_USER_FORMATS = @DOC_USER_FORMATS@
267DOXYGEN = @DOXYGEN@
268DSYMUTIL = @DSYMUTIL@
269DUMPBIN = @DUMPBIN@
270ECHO_C = @ECHO_C@
271ECHO_N = @ECHO_N@
272ECHO_T = @ECHO_T@
273EGREP = @EGREP@
274EXEEXT = @EXEEXT@
275FGREP = @FGREP@
276GCU_API_VER = @GCU_API_VER@
277GCU_CFLAGS = @GCU_CFLAGS@
278GCU_VERSION_INFO = @GCU_VERSION_INFO@
279GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
280GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
281GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
282GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
283GMOFILES = @GMOFILES@
284GMSGFMT = @GMSGFMT@
285GNUMERIC_PLUGINS_DIR = @GNUMERIC_PLUGINS_DIR@
286GOFFICE_PLUGINS_DIR = @GOFFICE_PLUGINS_DIR@
287GREP = @GREP@
288GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
289HELP_DIR = @HELP_DIR@
290INSTALL = @INSTALL@
291INSTALL_DATA = @INSTALL_DATA@
292INSTALL_PROGRAM = @INSTALL_PROGRAM@
293INSTALL_SCRIPT = @INSTALL_SCRIPT@
294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295INSTOBJEXT = @INSTOBJEXT@
296INTLLIBS = @INTLLIBS@
297INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
298INTLTOOL_MERGE = @INTLTOOL_MERGE@
299INTLTOOL_PERL = @INTLTOOL_PERL@
300INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
301INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
302INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
303INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
304INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
305KDECONFIG = @KDECONFIG@
306KDEMIMEDIR = @KDEMIMEDIR@
307LD = @LD@
308LDFLAGS = @LDFLAGS@
309LIBOBJS = @LIBOBJS@
310LIBS = @LIBS@
311LIBTOOL = @LIBTOOL@
312LIPO = @LIPO@
313LN_S = @LN_S@
314LTLIBOBJS = @LTLIBOBJS@
315LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
316MAINT = @MAINT@
317MAKEINFO = @MAKEINFO@
318MAN = @MAN@
319MANIFEST_TOOL = @MANIFEST_TOOL@
320MKDIR_P = @MKDIR_P@
321MKINSTALLDIRS = @MKINSTALLDIRS@
322MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
323MOZILLA_CONFIG = @MOZILLA_CONFIG@
324MOZILLA_LIBS = @MOZILLA_LIBS@
325MSGFMT = @MSGFMT@
326MSGFMT_OPTS = @MSGFMT_OPTS@
327MSGMERGE = @MSGMERGE@
328NM = @NM@
329NMEDIT = @NMEDIT@
330OBJDUMP = @OBJDUMP@
331OBJEXT = @OBJEXT@
332OMF_DIR = @OMF_DIR@
333OTOOL = @OTOOL@
334OTOOL64 = @OTOOL64@
335PACKAGE = @PACKAGE@
336PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337PACKAGE_NAME = @PACKAGE_NAME@
338PACKAGE_STRING = @PACKAGE_STRING@
339PACKAGE_TARNAME = @PACKAGE_TARNAME@
340PACKAGE_URL = @PACKAGE_URL@
341PACKAGE_VERSION = @PACKAGE_VERSION@
342PATH_SEPARATOR = @PATH_SEPARATOR@
343PKG_CONFIG = @PKG_CONFIG@
344PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
345PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
346POFILES = @POFILES@
347POSUB = @POSUB@
348PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
349PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
350RANLIB = @RANLIB@
351SED = @SED@
352SET_MAKE = @SET_MAKE@
353SHELL = @SHELL@
354STABILITY = @STABILITY@
355STABILITY_POSTFIX = @STABILITY_POSTFIX@
356STRIP = @STRIP@
357TESTSSRCDIR = @TESTSSRCDIR@
358UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
359UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
360USE_NLS = @USE_NLS@
361VERSION = @VERSION@
362WARN_CFLAGS = @WARN_CFLAGS@
363WARN_CXXFLAGS = @WARN_CXXFLAGS@
364XGETTEXT = @XGETTEXT@
365XMLLINT = @XMLLINT@
366XMLLINT_FLAGS = @XMLLINT_FLAGS@
367XSLTPROC = @XSLTPROC@
368XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
369abs_builddir = @abs_builddir@
370abs_srcdir = @abs_srcdir@
371abs_top_builddir = @abs_top_builddir@
372abs_top_srcdir = @abs_top_srcdir@
373ac_ct_AR = @ac_ct_AR@
374ac_ct_CC = @ac_ct_CC@
375ac_ct_CXX = @ac_ct_CXX@
376ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
377am__include = @am__include@
378am__leading_dot = @am__leading_dot@
379am__quote = @am__quote@
380am__tar = @am__tar@
381am__untar = @am__untar@
382bindir = @bindir@
383bodr_CFLAGS = @bodr_CFLAGS@
384bodr_LIBS = @bodr_LIBS@
385build = @build@
386build_alias = @build_alias@
387build_cpu = @build_cpu@
388build_os = @build_os@
389build_vendor = @build_vendor@
390builddir = @builddir@
391cairo_CFLAGS = @cairo_CFLAGS@
392cairo_LIBS = @cairo_LIBS@
393chemical_mime_data_CFLAGS = @chemical_mime_data_CFLAGS@
394chemical_mime_data_LIBS = @chemical_mime_data_LIBS@
395datadir = @datadir@
396datarootdir = @datarootdir@
397docdir = @docdir@
398dvidir = @dvidir@
399exec_prefix = @exec_prefix@
400gdk_pixbuf_CFLAGS = @gdk_pixbuf_CFLAGS@
401gdk_pixbuf_LIBS = @gdk_pixbuf_LIBS@
402gio_CFLAGS = @gio_CFLAGS@
403gio_LIBS = @gio_LIBS@
404glib_CFLAGS = @glib_CFLAGS@
405glib_LIBS = @glib_LIBS@
406gnm_version = @gnm_version@
407gnumeric_CFLAGS = @gnumeric_CFLAGS@
408gnumeric_LIBS = @gnumeric_LIBS@
409goffice_CFLAGS = @goffice_CFLAGS@
410goffice_LIBS = @goffice_LIBS@
411gsettingsschemadir = @gsettingsschemadir@
412gsf_CFLAGS = @gsf_CFLAGS@
413gsf_LIBS = @gsf_LIBS@
414gtk_CFLAGS = @gtk_CFLAGS@
415gtk_LIBS = @gtk_LIBS@
416host = @host@
417host_alias = @host_alias@
418host_cpu = @host_cpu@
419host_os = @host_os@
420host_vendor = @host_vendor@
421htmldir = @htmldir@
422includedir = @includedir@
423infodir = @infodir@
424install_sh = @install_sh@
425intltool__v_merge_options_ = @intltool__v_merge_options_@
426intltool__v_merge_options_0 = @intltool__v_merge_options_0@
427lasem_CFLAGS = @lasem_CFLAGS@
428lasem_LIBS = @lasem_LIBS@
429libdir = @libdir@
430libexecdir = @libexecdir@
431localedir = @localedir@
432localstatedir = @localstatedir@
433mandir = @mandir@
434mkdir_p = @mkdir_p@
435mozlibdir = @mozlibdir@
436oldincludedir = @oldincludedir@
437openbabel_CFLAGS = @openbabel_CFLAGS@
438openbabel_LIBS = @openbabel_LIBS@
439pdfdir = @pdfdir@
440prefix = @prefix@
441program_transform_name = @program_transform_name@
442psdir = @psdir@
443runstatedir = @runstatedir@
444sbindir = @sbindir@
445shared_mime_info_CFLAGS = @shared_mime_info_CFLAGS@
446shared_mime_info_LIBS = @shared_mime_info_LIBS@
447sharedstatedir = @sharedstatedir@
448srcdir = @srcdir@
449sysconfdir = @sysconfdir@
450target_alias = @target_alias@
451top_build_prefix = @top_build_prefix@
452top_builddir = @top_builddir@
453top_srcdir = @top_srcdir@
454x11_CFLAGS = @x11_CFLAGS@
455x11_LIBS = @x11_LIBS@
456xml_CFLAGS = @xml_CFLAGS@
457xml_LIBS = @xml_LIBS@
458MAINTAINERCLEANFILES = Makefile.in
459AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libs $(goffice_CFLAGS) \
460	$(GCU_CFLAGS) $(am__append_3)
461textdir = $(libdir)/gchemutils/@GCU_API_VER@/plugins/paint
462text_LTLIBRARIES = text.la
463text_la_LDFLAGS = -module -avoid-version
464text_la_LIBADD = $(gtk_LIBS) $(goffice_LIBS) $(xml_LIBS) \
465	$(top_builddir)/libs/gccv/libgccv-@GCU_API_VER@.la \
466	$(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
467	$(top_builddir)/libs/gcugtk/libgcugtk-@GCU_API_VER@.la \
468	$(top_builddir)/libs/gcp/libgcp-@GCU_API_VER@.la \
469	$(am__append_4)
470text_la_SOURCES = plugin.cc fragmenttool.cc texttool.cc \
471	$(am__append_1)
472noinst_HEADERS = plugin.h fragmenttool.h texttool.h $(am__append_2)
473uidir = $(datadir)/gchemutils/@GCU_API_VER@/ui/paint/plugins/text
474dist_ui_DATA = fontsel.ui eq-props.ui
475all: all-am
476
477.SUFFIXES:
478.SUFFIXES: .cc .lo .o .obj
479$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
480	@for dep in $?; do \
481	  case '$(am__configure_deps)' in \
482	    *$$dep*) \
483	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
484	        && { if test -f $@; then exit 0; else break; fi; }; \
485	      exit 1;; \
486	  esac; \
487	done; \
488	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/paint/text/Makefile'; \
489	$(am__cd) $(top_srcdir) && \
490	  $(AUTOMAKE) --gnu plugins/paint/text/Makefile
491Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
492	@case '$?' in \
493	  *config.status*) \
494	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
495	  *) \
496	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
497	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
498	esac;
499
500$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
501	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502
503$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
504	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
505$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
506	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
507$(am__aclocal_m4_deps):
508
509install-textLTLIBRARIES: $(text_LTLIBRARIES)
510	@$(NORMAL_INSTALL)
511	@list='$(text_LTLIBRARIES)'; test -n "$(textdir)" || list=; \
512	list2=; for p in $$list; do \
513	  if test -f $$p; then \
514	    list2="$$list2 $$p"; \
515	  else :; fi; \
516	done; \
517	test -z "$$list2" || { \
518	  echo " $(MKDIR_P) '$(DESTDIR)$(textdir)'"; \
519	  $(MKDIR_P) "$(DESTDIR)$(textdir)" || exit 1; \
520	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(textdir)'"; \
521	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(textdir)"; \
522	}
523
524uninstall-textLTLIBRARIES:
525	@$(NORMAL_UNINSTALL)
526	@list='$(text_LTLIBRARIES)'; test -n "$(textdir)" || list=; \
527	for p in $$list; do \
528	  $(am__strip_dir) \
529	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(textdir)/$$f'"; \
530	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(textdir)/$$f"; \
531	done
532
533clean-textLTLIBRARIES:
534	-test -z "$(text_LTLIBRARIES)" || rm -f $(text_LTLIBRARIES)
535	@list='$(text_LTLIBRARIES)'; \
536	locs=`for p in $$list; do echo $$p; done | \
537	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
538	      sort -u`; \
539	test -z "$$locs" || { \
540	  echo rm -f $${locs}; \
541	  rm -f $${locs}; \
542	}
543
544text.la: $(text_la_OBJECTS) $(text_la_DEPENDENCIES) $(EXTRA_text_la_DEPENDENCIES)
545	$(AM_V_CXXLD)$(text_la_LINK) -rpath $(textdir) $(text_la_OBJECTS) $(text_la_LIBADD) $(LIBS)
546
547mostlyclean-compile:
548	-rm -f *.$(OBJEXT)
549
550distclean-compile:
551	-rm -f *.tab.c
552
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equation.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fragmenttool.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mathtool.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texttool.Plo@am__quote@
558
559.cc.o:
560@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
565
566.cc.obj:
567@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
568@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
572
573.cc.lo:
574@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
575@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
576@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
577@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
579
580mostlyclean-libtool:
581	-rm -f *.lo
582
583clean-libtool:
584	-rm -rf .libs _libs
585install-dist_uiDATA: $(dist_ui_DATA)
586	@$(NORMAL_INSTALL)
587	@list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
588	if test -n "$$list"; then \
589	  echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
590	  $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
591	fi; \
592	for p in $$list; do \
593	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
594	  echo "$$d$$p"; \
595	done | $(am__base_list) | \
596	while read files; do \
597	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
598	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
599	done
600
601uninstall-dist_uiDATA:
602	@$(NORMAL_UNINSTALL)
603	@list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
604	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
605	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
606
607ID: $(am__tagged_files)
608	$(am__define_uniq_tagged_files); mkid -fID $$unique
609tags: tags-am
610TAGS: tags
611
612tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613	set x; \
614	here=`pwd`; \
615	$(am__define_uniq_tagged_files); \
616	shift; \
617	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
618	  test -n "$$unique" || unique=$$empty_fix; \
619	  if test $$# -gt 0; then \
620	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
621	      "$$@" $$unique; \
622	  else \
623	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624	      $$unique; \
625	  fi; \
626	fi
627ctags: ctags-am
628
629CTAGS: ctags
630ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631	$(am__define_uniq_tagged_files); \
632	test -z "$(CTAGS_ARGS)$$unique" \
633	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
634	     $$unique
635
636GTAGS:
637	here=`$(am__cd) $(top_builddir) && pwd` \
638	  && $(am__cd) $(top_srcdir) \
639	  && gtags -i $(GTAGS_ARGS) "$$here"
640cscopelist: cscopelist-am
641
642cscopelist-am: $(am__tagged_files)
643	list='$(am__tagged_files)'; \
644	case "$(srcdir)" in \
645	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
646	  *) sdir=$(subdir)/$(srcdir) ;; \
647	esac; \
648	for i in $$list; do \
649	  if test -f "$$i"; then \
650	    echo "$(subdir)/$$i"; \
651	  else \
652	    echo "$$sdir/$$i"; \
653	  fi; \
654	done >> $(top_builddir)/cscope.files
655
656distclean-tags:
657	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658
659distdir: $(DISTFILES)
660	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
662	list='$(DISTFILES)'; \
663	  dist_files=`for file in $$list; do echo $$file; done | \
664	  sed -e "s|^$$srcdirstrip/||;t" \
665	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
666	case $$dist_files in \
667	  */*) $(MKDIR_P) `echo "$$dist_files" | \
668			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
669			   sort -u` ;; \
670	esac; \
671	for file in $$dist_files; do \
672	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
673	  if test -d $$d/$$file; then \
674	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
675	    if test -d "$(distdir)/$$file"; then \
676	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677	    fi; \
678	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
679	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
680	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681	    fi; \
682	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
683	  else \
684	    test -f "$(distdir)/$$file" \
685	    || cp -p $$d/$$file "$(distdir)/$$file" \
686	    || exit 1; \
687	  fi; \
688	done
689check-am: all-am
690check: check-am
691all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
692installdirs:
693	for dir in "$(DESTDIR)$(textdir)" "$(DESTDIR)$(uidir)"; do \
694	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
695	done
696install: install-am
697install-exec: install-exec-am
698install-data: install-data-am
699uninstall: uninstall-am
700
701install-am: all-am
702	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
703
704installcheck: installcheck-am
705install-strip:
706	if test -z '$(STRIP)'; then \
707	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
708	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
709	      install; \
710	else \
711	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
714	fi
715mostlyclean-generic:
716
717clean-generic:
718
719distclean-generic:
720	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
722
723maintainer-clean-generic:
724	@echo "This command is intended for maintainers to use"
725	@echo "it deletes files that may require special tools to rebuild."
726	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
727clean: clean-am
728
729clean-am: clean-generic clean-libtool clean-textLTLIBRARIES \
730	mostlyclean-am
731
732distclean: distclean-am
733	-rm -rf ./$(DEPDIR)
734	-rm -f Makefile
735distclean-am: clean-am distclean-compile distclean-generic \
736	distclean-tags
737
738dvi: dvi-am
739
740dvi-am:
741
742html: html-am
743
744html-am:
745
746info: info-am
747
748info-am:
749
750install-data-am: install-dist_uiDATA install-textLTLIBRARIES
751
752install-dvi: install-dvi-am
753
754install-dvi-am:
755
756install-exec-am:
757
758install-html: install-html-am
759
760install-html-am:
761
762install-info: install-info-am
763
764install-info-am:
765
766install-man:
767
768install-pdf: install-pdf-am
769
770install-pdf-am:
771
772install-ps: install-ps-am
773
774install-ps-am:
775
776installcheck-am:
777
778maintainer-clean: maintainer-clean-am
779	-rm -rf ./$(DEPDIR)
780	-rm -f Makefile
781maintainer-clean-am: distclean-am maintainer-clean-generic
782
783mostlyclean: mostlyclean-am
784
785mostlyclean-am: mostlyclean-compile mostlyclean-generic \
786	mostlyclean-libtool
787
788pdf: pdf-am
789
790pdf-am:
791
792ps: ps-am
793
794ps-am:
795
796uninstall-am: uninstall-dist_uiDATA uninstall-textLTLIBRARIES
797
798.MAKE: install-am install-strip
799
800.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
801	clean-libtool clean-textLTLIBRARIES cscopelist-am ctags \
802	ctags-am distclean distclean-compile distclean-generic \
803	distclean-libtool distclean-tags distdir dvi dvi-am html \
804	html-am info info-am install install-am install-data \
805	install-data-am install-dist_uiDATA install-dvi install-dvi-am \
806	install-exec install-exec-am install-html install-html-am \
807	install-info install-info-am install-man install-pdf \
808	install-pdf-am install-ps install-ps-am install-strip \
809	install-textLTLIBRARIES installcheck installcheck-am \
810	installdirs maintainer-clean maintainer-clean-generic \
811	mostlyclean mostlyclean-compile mostlyclean-generic \
812	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
813	uninstall-am uninstall-dist_uiDATA uninstall-textLTLIBRARIES
814
815.PRECIOUS: Makefile
816
817
818# Tell versions [3.59,3.63) of GNU make to not export all variables.
819# Otherwise a system limit (for SysV at least) may be exceeded.
820.NOEXPORT:
821