1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
91subdir = plugins/ots
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/libgcrypt.m4 \
94	$(top_srcdir)/libtool.m4 $(top_srcdir)/ltoptions.m4 \
95	$(top_srcdir)/ltsugar.m4 $(top_srcdir)/ltversion.m4 \
96	$(top_srcdir)/lt~obsolete.m4 $(top_srcdir)/m4_ax_boost_base.m4 \
97	$(top_srcdir)/plugin-list.m4 $(top_srcdir)/plugin-builtin.m4 \
98	$(top_srcdir)/plugin-configure.m4 \
99	$(top_srcdir)/plugin-makefiles.m4 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
108am__vpath_adj = case $$p in \
109    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
110    *) f=$$p;; \
111  esac;
112am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
113am__install_max = 40
114am__nobase_strip_setup = \
115  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
116am__nobase_strip = \
117  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
118am__nobase_list = $(am__nobase_strip_setup); \
119  for p in $$list; do echo "$$p $$p"; done | \
120  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
121  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122    if (++n[$$2] == $(am__install_max)) \
123      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124    END { for (dir in files) print dir, files[dir] }'
125am__base_list = \
126  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
127  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
128am__uninstall_files_from_dir = { \
129  test -z "$$files" \
130    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132         $(am__cd) "$$dir" && rm -f $$files; }; \
133  }
134am__installdirs = "$(DESTDIR)$(plugindir)"
135LTLIBRARIES = $(plugin_LTLIBRARIES)
136am__DEPENDENCIES_1 =
137ots_la_DEPENDENCIES = xp/libxp.la $(am__DEPENDENCIES_1)
138am_ots_la_OBJECTS =
139ots_la_OBJECTS = $(am_ots_la_OBJECTS)
140AM_V_lt = $(am__v_lt_@AM_V@)
141am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142am__v_lt_0 = --silent
143am__v_lt_1 =
144ots_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146	$(ots_la_LDFLAGS) $(LDFLAGS) -o $@
147AM_V_P = $(am__v_P_@AM_V@)
148am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149am__v_P_0 = false
150am__v_P_1 = :
151AM_V_GEN = $(am__v_GEN_@AM_V@)
152am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153am__v_GEN_0 = @echo "  GEN     " $@;
154am__v_GEN_1 =
155AM_V_at = $(am__v_at_@AM_V@)
156am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157am__v_at_0 = @
158am__v_at_1 =
159DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
160COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
164	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
165	$(AM_CFLAGS) $(CFLAGS)
166AM_V_CC = $(am__v_CC_@AM_V@)
167am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
168am__v_CC_0 = @echo "  CC      " $@;
169am__v_CC_1 =
170CCLD = $(CC)
171LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
173	$(AM_LDFLAGS) $(LDFLAGS) -o $@
174AM_V_CCLD = $(am__v_CCLD_@AM_V@)
175am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
176am__v_CCLD_0 = @echo "  CCLD    " $@;
177am__v_CCLD_1 =
178SOURCES = $(ots_la_SOURCES)
179DIST_SOURCES = $(ots_la_SOURCES)
180RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
181	ctags-recursive dvi-recursive html-recursive info-recursive \
182	install-data-recursive install-dvi-recursive \
183	install-exec-recursive install-html-recursive \
184	install-info-recursive install-pdf-recursive \
185	install-ps-recursive install-recursive installcheck-recursive \
186	installdirs-recursive pdf-recursive ps-recursive \
187	tags-recursive uninstall-recursive
188am__can_run_installinfo = \
189  case $$AM_UPDATE_INFO_DIR in \
190    n|no|NO) false;; \
191    *) (install-info --version) >/dev/null 2>&1;; \
192  esac
193RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
194  distclean-recursive maintainer-clean-recursive
195am__recursive_targets = \
196  $(RECURSIVE_TARGETS) \
197  $(RECURSIVE_CLEAN_TARGETS) \
198  $(am__extra_recursive_targets)
199AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
200	distdir distdir-am
201am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202# Read a list of newline-separated strings from the standard input,
203# and print each of them once, without duplicates.  Input order is
204# *not* preserved.
205am__uniquify_input = $(AWK) '\
206  BEGIN { nonempty = 0; } \
207  { items[$$0] = 1; nonempty = 1; } \
208  END { if (nonempty) { for (i in items) print i; }; } \
209'
210# Make sure the list of sources is unique.  This is necessary because,
211# e.g., the same source file might be shared among _SOURCES variables
212# for different programs/libraries.
213am__define_uniq_tagged_files = \
214  list='$(am__tagged_files)'; \
215  unique=`for i in $$list; do \
216    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217  done | $(am__uniquify_input)`
218ETAGS = etags
219CTAGS = ctags
220DIST_SUBDIRS = $(SUBDIRS)
221am__DIST_COMMON = $(srcdir)/Makefile.in
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223am__relativize = \
224  dir0=`pwd`; \
225  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
226  sed_rest='s,^[^/]*/*,,'; \
227  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
228  sed_butlast='s,/*[^/]*$$,,'; \
229  while test -n "$$dir1"; do \
230    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
231    if test "$$first" != "."; then \
232      if test "$$first" = ".."; then \
233        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
234        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
235      else \
236        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
237        if test "$$first2" = "$$first"; then \
238          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
239        else \
240          dir2="../$$dir2"; \
241        fi; \
242        dir0="$$dir0"/"$$first"; \
243      fi; \
244    fi; \
245    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
246  done; \
247  reldir="$$dir2"
248ABIWORD_CONTENTSDIR = @ABIWORD_CONTENTSDIR@
249ABIWORD_DATADIR = @ABIWORD_DATADIR@
250ABIWORD_HEADERSDIR = @ABIWORD_HEADERSDIR@
251ABIWORD_ICONDIR = @ABIWORD_ICONDIR@
252ABIWORD_LIBDIR = @ABIWORD_LIBDIR@
253ABIWORD_MACOSDIR = @ABIWORD_MACOSDIR@
254ABIWORD_OMMLXSLTDIR = @ABIWORD_OMMLXSLTDIR@
255ABIWORD_PLUGINSDIR = @ABIWORD_PLUGINSDIR@
256ABIWORD_REQUIRED_PKGS = @ABIWORD_REQUIRED_PKGS@
257ABIWORD_SERIES = @ABIWORD_SERIES@
258ABIWORD_UIDIR = @ABIWORD_UIDIR@
259ABIWORD_XSLTMLDIR = @ABIWORD_XSLTMLDIR@
260ABI_SUB_SERIES = @ABI_SUB_SERIES@
261ACLOCAL = @ACLOCAL@
262AF_CPPFLAGS = @AF_CPPFLAGS@
263AF_TEST_CPPFLAGS = @AF_TEST_CPPFLAGS@
264AIKSAURUS_CFLAGS = @AIKSAURUS_CFLAGS@
265AIKSAURUS_LIBS = @AIKSAURUS_LIBS@
266ALL_PLUGINS = @ALL_PLUGINS@
267AMTAR = @AMTAR@
268AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
269APPLIX_CFLAGS = @APPLIX_CFLAGS@
270APPLIX_LIBS = @APPLIX_LIBS@
271AR = @AR@
272AS = @AS@
273AUTOCONF = @AUTOCONF@
274AUTOHEADER = @AUTOHEADER@
275AUTOMAKE = @AUTOMAKE@
276AWK = @AWK@
277BABELFISH_CFLAGS = @BABELFISH_CFLAGS@
278BABELFISH_LIBS = @BABELFISH_LIBS@
279BASE_CPPFLAGS = @BASE_CPPFLAGS@
280BMP_CFLAGS = @BMP_CFLAGS@
281BMP_LIBS = @BMP_LIBS@
282BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
283BOOST_LDFLAGS = @BOOST_LDFLAGS@
284BUILTIN_PLUGINS = @BUILTIN_PLUGINS@
285BUILTIN_PLUGINS_LA = @BUILTIN_PLUGINS_LA@
286CC = @CC@
287CCDEPMODE = @CCDEPMODE@
288CFLAGS = @CFLAGS@
289CHAMPLAIN_CFLAGS = @CHAMPLAIN_CFLAGS@
290CHAMPLAIN_LIBS = @CHAMPLAIN_LIBS@
291CLARISWORKS_CFLAGS = @CLARISWORKS_CFLAGS@
292CLARISWORKS_LIBS = @CLARISWORKS_LIBS@
293COLLAB_CFLAGS = @COLLAB_CFLAGS@
294COLLAB_LIBS = @COLLAB_LIBS@
295COLLAB_RCFLAGS = @COLLAB_RCFLAGS@
296COMMAND_CFLAGS = @COMMAND_CFLAGS@
297COMMAND_LIBS = @COMMAND_LIBS@
298CONVERT = @CONVERT@
299CPP = @CPP@
300CPPFLAGS = @CPPFLAGS@
301CXX = @CXX@
302CXXCPP = @CXXCPP@
303CXXDEPMODE = @CXXDEPMODE@
304CXXFLAGS = @CXXFLAGS@
305CYGPATH_W = @CYGPATH_W@
306DEFS = @DEFS@
307DEPDIR = @DEPDIR@
308DEPS_CFLAGS = @DEPS_CFLAGS@
309DEPS_LIBS = @DEPS_LIBS@
310DLLTOOL = @DLLTOOL@
311DOCBOOK_CFLAGS = @DOCBOOK_CFLAGS@
312DOCBOOK_LIBS = @DOCBOOK_LIBS@
313DSYMUTIL = @DSYMUTIL@
314DUMPBIN = @DUMPBIN@
315ECHO_C = @ECHO_C@
316ECHO_N = @ECHO_N@
317ECHO_T = @ECHO_T@
318EGREP = @EGREP@
319EML_CFLAGS = @EML_CFLAGS@
320EML_LIBS = @EML_LIBS@
321EPUB_CFLAGS = @EPUB_CFLAGS@
322EPUB_LIBS = @EPUB_LIBS@
323EXEEXT = @EXEEXT@
324FGREP = @FGREP@
325FREETRANSLATION_CFLAGS = @FREETRANSLATION_CFLAGS@
326FREETRANSLATION_LIBS = @FREETRANSLATION_LIBS@
327GARBLE_CFLAGS = @GARBLE_CFLAGS@
328GARBLE_LIBS = @GARBLE_LIBS@
329GDA_CFLAGS = @GDA_CFLAGS@
330GDA_LIBS = @GDA_LIBS@
331GDICT_CFLAGS = @GDICT_CFLAGS@
332GDICT_LIBS = @GDICT_LIBS@
333GIMP_CFLAGS = @GIMP_CFLAGS@
334GIMP_LIBS = @GIMP_LIBS@
335GIRDIR = @GIRDIR@
336GOFFICE_BUILTIN_CPPFLAGS = @GOFFICE_BUILTIN_CPPFLAGS@
337GOFFICE_BUILTIN_LIBS = @GOFFICE_BUILTIN_LIBS@
338GOFFICE_CFLAGS = @GOFFICE_CFLAGS@
339GOFFICE_LIBS = @GOFFICE_LIBS@
340GOOGLE_CFLAGS = @GOOGLE_CFLAGS@
341GOOGLE_LIBS = @GOOGLE_LIBS@
342GRAMMAR_CFLAGS = @GRAMMAR_CFLAGS@
343GRAMMAR_LIBS = @GRAMMAR_LIBS@
344GREP = @GREP@
345GSFGI_CFLAGS = @GSFGI_CFLAGS@
346GSFGI_LIBS = @GSFGI_LIBS@
347HANCOM_CFLAGS = @HANCOM_CFLAGS@
348HANCOM_LIBS = @HANCOM_LIBS@
349HAVE_CXX11 = @HAVE_CXX11@
350HAVE_PERL = @HAVE_PERL@
351HRTEXT_CFLAGS = @HRTEXT_CFLAGS@
352HRTEXT_LIBS = @HRTEXT_LIBS@
353IMPEXP_CPPFLAGS = @IMPEXP_CPPFLAGS@
354IMPEXP_TEST_CPPFLAGS = @IMPEXP_TEST_CPPFLAGS@
355INSTALL = @INSTALL@
356INSTALL_DATA = @INSTALL_DATA@
357INSTALL_PROGRAM = @INSTALL_PROGRAM@
358INSTALL_SCRIPT = @INSTALL_SCRIPT@
359INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
360INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
361INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
362INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
363INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
364INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
365INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
366INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
367INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
368ISCII_CFLAGS = @ISCII_CFLAGS@
369ISCII_LIBS = @ISCII_LIBS@
370KWORD_CFLAGS = @KWORD_CFLAGS@
371KWORD_LIBS = @KWORD_LIBS@
372LATEX_CFLAGS = @LATEX_CFLAGS@
373LATEX_LIBS = @LATEX_LIBS@
374LD = @LD@
375LDFLAGS = @LDFLAGS@
376LEX = @LEX@
377LEXLIB = @LEXLIB@
378LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
379LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
380LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
381LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
382LIBGSF_CFLAGS = @LIBGSF_CFLAGS@
383LIBGSF_LIBS = @LIBGSF_LIBS@
384LIBOBJS = @LIBOBJS@
385LIBS = @LIBS@
386LIBTOOL = @LIBTOOL@
387LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@
388LIBXSLT_LIBS = @LIBXSLT_LIBS@
389LIPO = @LIPO@
390LN_S = @LN_S@
391LOADBINDINGS_CFLAGS = @LOADBINDINGS_CFLAGS@
392LOADBINDINGS_LIBS = @LOADBINDINGS_LIBS@
393LTLIBOBJS = @LTLIBOBJS@
394LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
395MAINT = @MAINT@
396MAKEINFO = @MAKEINFO@
397MANIFEST_TOOL = @MANIFEST_TOOL@
398MATHVIEW_CFLAGS = @MATHVIEW_CFLAGS@
399MATHVIEW_LIBS = @MATHVIEW_LIBS@
400MHT_CFLAGS = @MHT_CFLAGS@
401MHT_LIBS = @MHT_LIBS@
402MIF_CFLAGS = @MIF_CFLAGS@
403MIF_LIBS = @MIF_LIBS@
404MKDIR_P = @MKDIR_P@
405MSWRITE_CFLAGS = @MSWRITE_CFLAGS@
406MSWRITE_LIBS = @MSWRITE_LIBS@
407NM = @NM@
408NMEDIT = @NMEDIT@
409OBJDUMP = @OBJDUMP@
410OBJEXT = @OBJEXT@
411OPENDOCUMENT_CFLAGS = @OPENDOCUMENT_CFLAGS@
412OPENDOCUMENT_LIBS = @OPENDOCUMENT_LIBS@
413OPENWRITER_CFLAGS = @OPENWRITER_CFLAGS@
414OPENWRITER_LIBS = @OPENWRITER_LIBS@
415OPENXML_CFLAGS = @OPENXML_CFLAGS@
416OPENXML_LIBS = @OPENXML_LIBS@
417OPML_CFLAGS = @OPML_CFLAGS@
418OPML_LIBS = @OPML_LIBS@
419OTOOL = @OTOOL@
420OTOOL64 = @OTOOL64@
421OTS_CFLAGS = @OTS_CFLAGS@
422OTS_LIBS = @OTS_LIBS@
423PACKAGE = @PACKAGE@
424PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
425PACKAGE_NAME = @PACKAGE_NAME@
426PACKAGE_STRING = @PACKAGE_STRING@
427PACKAGE_TARNAME = @PACKAGE_TARNAME@
428PACKAGE_URL = @PACKAGE_URL@
429PACKAGE_VERSION = @PACKAGE_VERSION@
430PAINT_CFLAGS = @PAINT_CFLAGS@
431PAINT_LIBS = @PAINT_LIBS@
432PASSEPARTOUT_CFLAGS = @PASSEPARTOUT_CFLAGS@
433PASSEPARTOUT_LIBS = @PASSEPARTOUT_LIBS@
434PATH_SEPARATOR = @PATH_SEPARATOR@
435PDB_CFLAGS = @PDB_CFLAGS@
436PDB_LIBS = @PDB_LIBS@
437PDF_CFLAGS = @PDF_CFLAGS@
438PDF_LIBS = @PDF_LIBS@
439PKG_CONFIG = @PKG_CONFIG@
440PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
441PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
442PLATFORM = @PLATFORM@
443PLUGINS = @PLUGINS@
444PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
445PLUGIN_LIBS = @PLUGIN_LIBS@
446PNG_CFLAGS = @PNG_CFLAGS@
447PNG_LIBS = @PNG_LIBS@
448POW_LIB = @POW_LIB@
449PRESENTATION_CFLAGS = @PRESENTATION_CFLAGS@
450PRESENTATION_LIBS = @PRESENTATION_LIBS@
451PSION_CFLAGS = @PSION_CFLAGS@
452PSION_LIBS = @PSION_LIBS@
453PYTHON = @PYTHON@
454PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
455PYTHON_PLATFORM = @PYTHON_PLATFORM@
456PYTHON_PREFIX = @PYTHON_PREFIX@
457PYTHON_VERSION = @PYTHON_VERSION@
458RANLIB = @RANLIB@
459RSVG_CFLAGS = @RSVG_CFLAGS@
460RSVG_LIBS = @RSVG_LIBS@
461S5_CFLAGS = @S5_CFLAGS@
462S5_LIBS = @S5_LIBS@
463SDW_CFLAGS = @SDW_CFLAGS@
464SDW_LIBS = @SDW_LIBS@
465SED = @SED@
466SET_MAKE = @SET_MAKE@
467SHELL = @SHELL@
468STRIP = @STRIP@
469T602_CFLAGS = @T602_CFLAGS@
470T602_LIBS = @T602_LIBS@
471TEXT_CPPFLAGS = @TEXT_CPPFLAGS@
472TEXT_TEST_CPPFLAGS = @TEXT_TEST_CPPFLAGS@
473TOOLKIT = @TOOLKIT@
474TYPELIBDIR = @TYPELIBDIR@
475URLDICT_CFLAGS = @URLDICT_CFLAGS@
476URLDICT_LIBS = @URLDICT_LIBS@
477VALGRIND = @VALGRIND@
478VERSION = @VERSION@
479WIKIPEDIA_CFLAGS = @WIKIPEDIA_CFLAGS@
480WIKIPEDIA_LIBS = @WIKIPEDIA_LIBS@
481WMF_CFLAGS = @WMF_CFLAGS@
482WMF_LIBS = @WMF_LIBS@
483WML_CFLAGS = @WML_CFLAGS@
484WML_LIBS = @WML_LIBS@
485WORDPERFECT_CFLAGS = @WORDPERFECT_CFLAGS@
486WORDPERFECT_LIBS = @WORDPERFECT_LIBS@
487WPG_CFLAGS = @WPG_CFLAGS@
488WPG_LIBS = @WPG_LIBS@
489WP_CPPFLAGS = @WP_CPPFLAGS@
490XSLFO_CFLAGS = @XSLFO_CFLAGS@
491XSLFO_LIBS = @XSLFO_LIBS@
492YACC = @YACC@
493YFLAGS = @YFLAGS@
494abs_builddir = @abs_builddir@
495abs_srcdir = @abs_srcdir@
496abs_top_builddir = @abs_top_builddir@
497abs_top_srcdir = @abs_top_srcdir@
498ac_ct_AR = @ac_ct_AR@
499ac_ct_CC = @ac_ct_CC@
500ac_ct_CXX = @ac_ct_CXX@
501ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
502am__include = @am__include@
503am__leading_dot = @am__leading_dot@
504am__quote = @am__quote@
505am__tar = @am__tar@
506am__untar = @am__untar@
507bindir = @bindir@
508build = @build@
509build_alias = @build_alias@
510build_cpu = @build_cpu@
511build_os = @build_os@
512build_vendor = @build_vendor@
513builddir = @builddir@
514datadir = @datadir@
515datarootdir = @datarootdir@
516docdir = @docdir@
517dvidir = @dvidir@
518exec_prefix = @exec_prefix@
519host = @host@
520host_alias = @host_alias@
521host_cpu = @host_cpu@
522host_os = @host_os@
523host_vendor = @host_vendor@
524htmldir = @htmldir@
525includedir = @includedir@
526infodir = @infodir@
527install_sh = @install_sh@
528libdir = @libdir@
529libexecdir = @libexecdir@
530libwmfconfig = @libwmfconfig@
531localedir = @localedir@
532localstatedir = @localstatedir@
533mandir = @mandir@
534mkdir_p = @mkdir_p@
535oldincludedir = @oldincludedir@
536pdfdir = @pdfdir@
537pkgpyexecdir = @pkgpyexecdir@
538pkgpythondir = @pkgpythondir@
539prefix = @prefix@
540program_transform_name = @program_transform_name@
541psdir = @psdir@
542psiconvconfig = @psiconvconfig@
543pyexecdir = @pyexecdir@
544pythondir = @pythondir@
545runstatedir = @runstatedir@
546sbindir = @sbindir@
547sharedstatedir = @sharedstatedir@
548srcdir = @srcdir@
549sysconfdir = @sysconfdir@
550target_alias = @target_alias@
551top_build_prefix = @top_build_prefix@
552top_builddir = @top_builddir@
553top_srcdir = @top_srcdir@
554SUBDIRS = xp
555plugindir = $(ABIWORD_PLUGINSDIR)
556plugin_LTLIBRARIES = ots.la
557ots_la_LIBADD = \
558	xp/libxp.la \
559	$(OTS_LIBS)
560
561ots_la_LDFLAGS = \
562	-avoid-version \
563	-module \
564	-no-undefined
565
566ots_la_SOURCES =
567EXTRA_DIST = \
568	plugin.m4
569
570all: all-recursive
571
572.SUFFIXES:
573$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
574	@for dep in $?; do \
575	  case '$(am__configure_deps)' in \
576	    *$$dep*) \
577	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
578	        && { if test -f $@; then exit 0; else break; fi; }; \
579	      exit 1;; \
580	  esac; \
581	done; \
582	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/ots/Makefile'; \
583	$(am__cd) $(top_srcdir) && \
584	  $(AUTOMAKE) --gnu plugins/ots/Makefile
585Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
586	@case '$?' in \
587	  *config.status*) \
588	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
589	  *) \
590	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
591	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
592	esac;
593
594$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
595	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
596
597$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
598	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
599$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
600	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
601$(am__aclocal_m4_deps):
602
603install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
604	@$(NORMAL_INSTALL)
605	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
606	list2=; for p in $$list; do \
607	  if test -f $$p; then \
608	    list2="$$list2 $$p"; \
609	  else :; fi; \
610	done; \
611	test -z "$$list2" || { \
612	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
613	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
614	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
615	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
616	}
617
618uninstall-pluginLTLIBRARIES:
619	@$(NORMAL_UNINSTALL)
620	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
621	for p in $$list; do \
622	  $(am__strip_dir) \
623	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
624	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
625	done
626
627clean-pluginLTLIBRARIES:
628	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
629	@list='$(plugin_LTLIBRARIES)'; \
630	locs=`for p in $$list; do echo $$p; done | \
631	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
632	      sort -u`; \
633	test -z "$$locs" || { \
634	  echo rm -f $${locs}; \
635	  rm -f $${locs}; \
636	}
637
638ots.la: $(ots_la_OBJECTS) $(ots_la_DEPENDENCIES) $(EXTRA_ots_la_DEPENDENCIES)
639	$(AM_V_CCLD)$(ots_la_LINK) -rpath $(plugindir) $(ots_la_OBJECTS) $(ots_la_LIBADD) $(LIBS)
640
641mostlyclean-compile:
642	-rm -f *.$(OBJEXT)
643
644distclean-compile:
645	-rm -f *.tab.c
646
647mostlyclean-libtool:
648	-rm -f *.lo
649
650clean-libtool:
651	-rm -rf .libs _libs
652
653# This directory's subdirectories are mostly independent; you can cd
654# into them and run 'make' without going through this Makefile.
655# To change the values of 'make' variables: instead of editing Makefiles,
656# (1) if the variable is set in 'config.status', edit 'config.status'
657#     (which will cause the Makefiles to be regenerated when you run 'make');
658# (2) otherwise, pass the desired values on the 'make' command line.
659$(am__recursive_targets):
660	@fail=; \
661	if $(am__make_keepgoing); then \
662	  failcom='fail=yes'; \
663	else \
664	  failcom='exit 1'; \
665	fi; \
666	dot_seen=no; \
667	target=`echo $@ | sed s/-recursive//`; \
668	case "$@" in \
669	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
670	  *) list='$(SUBDIRS)' ;; \
671	esac; \
672	for subdir in $$list; do \
673	  echo "Making $$target in $$subdir"; \
674	  if test "$$subdir" = "."; then \
675	    dot_seen=yes; \
676	    local_target="$$target-am"; \
677	  else \
678	    local_target="$$target"; \
679	  fi; \
680	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
681	  || eval $$failcom; \
682	done; \
683	if test "$$dot_seen" = "no"; then \
684	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
685	fi; test -z "$$fail"
686
687ID: $(am__tagged_files)
688	$(am__define_uniq_tagged_files); mkid -fID $$unique
689tags: tags-recursive
690TAGS: tags
691
692tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
693	set x; \
694	here=`pwd`; \
695	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
696	  include_option=--etags-include; \
697	  empty_fix=.; \
698	else \
699	  include_option=--include; \
700	  empty_fix=; \
701	fi; \
702	list='$(SUBDIRS)'; for subdir in $$list; do \
703	  if test "$$subdir" = .; then :; else \
704	    test ! -f $$subdir/TAGS || \
705	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
706	  fi; \
707	done; \
708	$(am__define_uniq_tagged_files); \
709	shift; \
710	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
711	  test -n "$$unique" || unique=$$empty_fix; \
712	  if test $$# -gt 0; then \
713	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
714	      "$$@" $$unique; \
715	  else \
716	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
717	      $$unique; \
718	  fi; \
719	fi
720ctags: ctags-recursive
721
722CTAGS: ctags
723ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724	$(am__define_uniq_tagged_files); \
725	test -z "$(CTAGS_ARGS)$$unique" \
726	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
727	     $$unique
728
729GTAGS:
730	here=`$(am__cd) $(top_builddir) && pwd` \
731	  && $(am__cd) $(top_srcdir) \
732	  && gtags -i $(GTAGS_ARGS) "$$here"
733cscopelist: cscopelist-recursive
734
735cscopelist-am: $(am__tagged_files)
736	list='$(am__tagged_files)'; \
737	case "$(srcdir)" in \
738	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
739	  *) sdir=$(subdir)/$(srcdir) ;; \
740	esac; \
741	for i in $$list; do \
742	  if test -f "$$i"; then \
743	    echo "$(subdir)/$$i"; \
744	  else \
745	    echo "$$sdir/$$i"; \
746	  fi; \
747	done >> $(top_builddir)/cscope.files
748
749distclean-tags:
750	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
751
752distdir: $(BUILT_SOURCES)
753	$(MAKE) $(AM_MAKEFLAGS) distdir-am
754
755distdir-am: $(DISTFILES)
756	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
757	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
758	list='$(DISTFILES)'; \
759	  dist_files=`for file in $$list; do echo $$file; done | \
760	  sed -e "s|^$$srcdirstrip/||;t" \
761	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
762	case $$dist_files in \
763	  */*) $(MKDIR_P) `echo "$$dist_files" | \
764			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
765			   sort -u` ;; \
766	esac; \
767	for file in $$dist_files; do \
768	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
769	  if test -d $$d/$$file; then \
770	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
771	    if test -d "$(distdir)/$$file"; then \
772	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
773	    fi; \
774	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
775	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
776	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
777	    fi; \
778	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
779	  else \
780	    test -f "$(distdir)/$$file" \
781	    || cp -p $$d/$$file "$(distdir)/$$file" \
782	    || exit 1; \
783	  fi; \
784	done
785	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
786	  if test "$$subdir" = .; then :; else \
787	    $(am__make_dryrun) \
788	      || test -d "$(distdir)/$$subdir" \
789	      || $(MKDIR_P) "$(distdir)/$$subdir" \
790	      || exit 1; \
791	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
792	    $(am__relativize); \
793	    new_distdir=$$reldir; \
794	    dir1=$$subdir; dir2="$(top_distdir)"; \
795	    $(am__relativize); \
796	    new_top_distdir=$$reldir; \
797	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
798	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
799	    ($(am__cd) $$subdir && \
800	      $(MAKE) $(AM_MAKEFLAGS) \
801	        top_distdir="$$new_top_distdir" \
802	        distdir="$$new_distdir" \
803		am__remove_distdir=: \
804		am__skip_length_check=: \
805		am__skip_mode_fix=: \
806	        distdir) \
807	      || exit 1; \
808	  fi; \
809	done
810check-am: all-am
811check: check-recursive
812all-am: Makefile $(LTLIBRARIES)
813installdirs: installdirs-recursive
814installdirs-am:
815	for dir in "$(DESTDIR)$(plugindir)"; do \
816	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
817	done
818install: install-recursive
819install-exec: install-exec-recursive
820install-data: install-data-recursive
821uninstall: uninstall-recursive
822
823install-am: all-am
824	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
825
826installcheck: installcheck-recursive
827install-strip:
828	if test -z '$(STRIP)'; then \
829	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
830	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831	      install; \
832	else \
833	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
836	fi
837mostlyclean-generic:
838
839clean-generic:
840
841distclean-generic:
842	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
843	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
844
845maintainer-clean-generic:
846	@echo "This command is intended for maintainers to use"
847	@echo "it deletes files that may require special tools to rebuild."
848clean: clean-recursive
849
850clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
851	mostlyclean-am
852
853distclean: distclean-recursive
854	-rm -f Makefile
855distclean-am: clean-am distclean-compile distclean-generic \
856	distclean-tags
857
858dvi: dvi-recursive
859
860dvi-am:
861
862html: html-recursive
863
864html-am:
865
866info: info-recursive
867
868info-am:
869
870install-data-am: install-pluginLTLIBRARIES
871
872install-dvi: install-dvi-recursive
873
874install-dvi-am:
875
876install-exec-am:
877
878install-html: install-html-recursive
879
880install-html-am:
881
882install-info: install-info-recursive
883
884install-info-am:
885
886install-man:
887
888install-pdf: install-pdf-recursive
889
890install-pdf-am:
891
892install-ps: install-ps-recursive
893
894install-ps-am:
895
896installcheck-am:
897
898maintainer-clean: maintainer-clean-recursive
899	-rm -f Makefile
900maintainer-clean-am: distclean-am maintainer-clean-generic
901
902mostlyclean: mostlyclean-recursive
903
904mostlyclean-am: mostlyclean-compile mostlyclean-generic \
905	mostlyclean-libtool
906
907pdf: pdf-recursive
908
909pdf-am:
910
911ps: ps-recursive
912
913ps-am:
914
915uninstall-am: uninstall-pluginLTLIBRARIES
916
917.MAKE: $(am__recursive_targets) install-am install-strip
918
919.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
920	check-am clean clean-generic clean-libtool \
921	clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \
922	distclean-compile distclean-generic distclean-libtool \
923	distclean-tags distdir dvi dvi-am html html-am info info-am \
924	install install-am install-data install-data-am install-dvi \
925	install-dvi-am install-exec install-exec-am install-html \
926	install-html-am install-info install-info-am install-man \
927	install-pdf install-pdf-am install-pluginLTLIBRARIES \
928	install-ps install-ps-am install-strip installcheck \
929	installcheck-am installdirs installdirs-am maintainer-clean \
930	maintainer-clean-generic mostlyclean mostlyclean-compile \
931	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
932	tags tags-am uninstall uninstall-am \
933	uninstall-pluginLTLIBRARIES
934
935.PRECIOUS: Makefile
936
937
938# Tell versions [3.59,3.63) of GNU make to not export all variables.
939# Otherwise a system limit (for SysV at least) may be exceeded.
940.NOEXPORT:
941