1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = plugins/applix
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ax_is_release.m4 \
95	$(top_srcdir)/m4/glib-gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
96	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
97	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
100	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/yelp.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/gnumeric-config.h \
107	$(top_builddir)/gnumeric-features.h
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113    *) f=$$p;; \
114  esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122  for p in $$list; do echo "$$p $$p"; done | \
123  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125    if (++n[$$2] == $(am__install_max)) \
126      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127    END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132  test -z "$$files" \
133    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135         $(am__cd) "$$dir" && rm -f $$files; }; \
136  }
137am__installdirs = "$(DESTDIR)$(gnumeric_plugin_applixdir)" \
138	"$(DESTDIR)$(xmldir)"
139LTLIBRARIES = $(gnumeric_plugin_applix_LTLIBRARIES)
140applix_la_LIBADD =
141am_applix_la_OBJECTS = boot.lo applix-read.lo applix-write.lo
142applix_la_OBJECTS = $(am_applix_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147applix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149	$(applix_la_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163depcomp = $(SHELL) $(top_srcdir)/depcomp
164am__maybe_remake_depfiles = depfiles
165am__depfiles_remade = ./$(DEPDIR)/applix-read.Plo \
166	./$(DEPDIR)/applix-write.Plo ./$(DEPDIR)/boot.Plo
167am__mv = mv -f
168COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
172	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
173	$(AM_CFLAGS) $(CFLAGS)
174AM_V_CC = $(am__v_CC_@AM_V@)
175am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
176am__v_CC_0 = @echo "  CC      " $@;
177am__v_CC_1 =
178CCLD = $(CC)
179LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181	$(AM_LDFLAGS) $(LDFLAGS) -o $@
182AM_V_CCLD = $(am__v_CCLD_@AM_V@)
183am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
184am__v_CCLD_0 = @echo "  CCLD    " $@;
185am__v_CCLD_1 =
186SOURCES = $(applix_la_SOURCES)
187DIST_SOURCES = $(applix_la_SOURCES)
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
193DATA = $(xml_DATA)
194am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195# Read a list of newline-separated strings from the standard input,
196# and print each of them once, without duplicates.  Input order is
197# *not* preserved.
198am__uniquify_input = $(AWK) '\
199  BEGIN { nonempty = 0; } \
200  { items[$$0] = 1; nonempty = 1; } \
201  END { if (nonempty) { for (i in items) print i; }; } \
202'
203# Make sure the list of sources is unique.  This is necessary because,
204# e.g., the same source file might be shared among _SOURCES variables
205# for different programs/libraries.
206am__define_uniq_tagged_files = \
207  list='$(am__tagged_files)'; \
208  unique=`for i in $$list; do \
209    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210  done | $(am__uniquify_input)`
211ETAGS = etags
212CTAGS = ctags
213am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
214	ChangeLog TODO
215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216ACLOCAL = @ACLOCAL@
217ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
218ALL_LINGUAS = @ALL_LINGUAS@
219AMTAR = @AMTAR@
220AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221AR = @AR@
222AUTOCONF = @AUTOCONF@
223AUTOHEADER = @AUTOHEADER@
224AUTOMAKE = @AUTOMAKE@
225AWK = @AWK@
226CATALOGS = @CATALOGS@
227CATOBJEXT = @CATOBJEXT@
228CC = @CC@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = @CFLAGS@
231COMPONENT_DIR = @COMPONENT_DIR@
232CPP = @CPP@
233CPPFLAGS = @CPPFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DATADIRNAME = @DATADIRNAME@
236DBCONTEXT = @DBCONTEXT@
237DBLATEX = @DBLATEX@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DLLTOOL = @DLLTOOL@
241DSYMUTIL = @DSYMUTIL@
242DUMPBIN = @DUMPBIN@
243ECHO_C = @ECHO_C@
244ECHO_N = @ECHO_N@
245ECHO_T = @ECHO_T@
246EGREP = @EGREP@
247EXEEXT = @EXEEXT@
248FGREP = @FGREP@
249GDA_CFLAGS = @GDA_CFLAGS@
250GDA_LIBS = @GDA_LIBS@
251GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
252GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
253GIOVERRIDESDIR = @GIOVERRIDESDIR@
254GIRDIR = @GIRDIR@
255GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
256GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
257GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
258GMOFILES = @GMOFILES@
259GMSGFMT = @GMSGFMT@
260GNM_PY_CFLAGS = @GNM_PY_CFLAGS@
261GNM_PY_LDFLAGS = @GNM_PY_LDFLAGS@
262GNM_PY_LIBADD = @GNM_PY_LIBADD@
263GNOMEDB_CFLAGS = @GNOMEDB_CFLAGS@
264GNOMEDB_LIBS = @GNOMEDB_LIBS@
265GNUMERIC_API_VER = @GNUMERIC_API_VER@
266GNUMERIC_API_VER_ = @GNUMERIC_API_VER_@
267GNUMERIC_CFLAGS = @GNUMERIC_CFLAGS@
268GNUMERIC_LIBS = @GNUMERIC_LIBS@
269GNUMERIC_PLUGIN_LDFLAGS = @GNUMERIC_PLUGIN_LDFLAGS@
270GOFFICE_API_VER = @GOFFICE_API_VER@
271GOFFICE_PLUGINS_DIR = @GOFFICE_PLUGINS_DIR@
272GOFFICE_VERSION = @GOFFICE_VERSION@
273GREP = @GREP@
274GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
275GTKDOC_CHECK = @GTKDOC_CHECK@
276GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
277GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
278GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
279GTKDOC_MKPDF = @GTKDOC_MKPDF@
280GTKDOC_REBASE = @GTKDOC_REBASE@
281GTK_CFLAGS = @GTK_CFLAGS@
282GTK_LIBS = @GTK_LIBS@
283GUILE_INCS = @GUILE_INCS@
284GUILE_LIBS = @GUILE_LIBS@
285HELP_DIR = @HELP_DIR@
286HTML_DIR = @HTML_DIR@
287INSTALL = @INSTALL@
288INSTALL_DATA = @INSTALL_DATA@
289INSTALL_PROGRAM = @INSTALL_PROGRAM@
290INSTALL_SCRIPT = @INSTALL_SCRIPT@
291INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292INSTOBJEXT = @INSTOBJEXT@
293INTLLIBS = @INTLLIBS@
294INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
295INTLTOOL_MERGE = @INTLTOOL_MERGE@
296INTLTOOL_PERL = @INTLTOOL_PERL@
297INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
298INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
299INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
300INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
301INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
302INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
303INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
304INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
305INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
306INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
307INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
308INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
309INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
310INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
311ITSTOOL = @ITSTOOL@
312LD = @LD@
313LDFLAGS = @LDFLAGS@
314LIBOBJS = @LIBOBJS@
315LIBS = @LIBS@
316LIBSPREADSHEET_CFLAGS = @LIBSPREADSHEET_CFLAGS@
317LIBSPREADSHEET_LIBS = @LIBSPREADSHEET_LIBS@
318LIBTOOL = @LIBTOOL@
319LIPO = @LIPO@
320LN_S = @LN_S@
321LTLIBOBJS = @LTLIBOBJS@
322LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
323MAINT = @MAINT@
324MAKEINFO = @MAKEINFO@
325MANIFEST_TOOL = @MANIFEST_TOOL@
326MKDIR_P = @MKDIR_P@
327MKINSTALLDIRS = @MKINSTALLDIRS@
328MSGFMT = @MSGFMT@
329MSGFMT_OPTS = @MSGFMT_OPTS@
330MSGMERGE = @MSGMERGE@
331NM = @NM@
332NMEDIT = @NMEDIT@
333OBJDUMP = @OBJDUMP@
334OBJEXT = @OBJEXT@
335OTOOL = @OTOOL@
336OTOOL64 = @OTOOL64@
337PACKAGE = @PACKAGE@
338PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
339PACKAGE_NAME = @PACKAGE_NAME@
340PACKAGE_STRING = @PACKAGE_STRING@
341PACKAGE_TARNAME = @PACKAGE_TARNAME@
342PACKAGE_URL = @PACKAGE_URL@
343PACKAGE_VERSION = @PACKAGE_VERSION@
344PARADOX_CFLAGS = @PARADOX_CFLAGS@
345PARADOX_LIBS = @PARADOX_LIBS@
346PATH_SEPARATOR = @PATH_SEPARATOR@
347PERL = @PERL@
348PERL_CC = @PERL_CC@
349PERL_CCCDLFLAGS = @PERL_CCCDLFLAGS@
350PERL_CCOPTS = @PERL_CCOPTS@
351PERL_LD = @PERL_LD@
352PERL_LDDLFLAGS = @PERL_LDDLFLAGS@
353PERL_LDOPTS = @PERL_LDOPTS@
354PKG_CONFIG = @PKG_CONFIG@
355PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
356PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
357PLUGIN_LIST = @PLUGIN_LIST@
358POFILES = @POFILES@
359POFILES_FULL = @POFILES_FULL@
360POSUB = @POSUB@
361PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
362PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
363PSICONV_CFLAGS = @PSICONV_CFLAGS@
364PSICONV_CONFIG = @PSICONV_CONFIG@
365PSICONV_LIBS = @PSICONV_LIBS@
366PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
367PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
368PYTHON = @PYTHON@
369RANLIB = @RANLIB@
370SED = @SED@
371SET_MAKE = @SET_MAKE@
372SHELL = @SHELL@
373STRIP = @STRIP@
374TYPELIBDIR = @TYPELIBDIR@
375USE_NLS = @USE_NLS@
376VERSION = @VERSION@
377VERSION_IFACE = @VERSION_IFACE@
378VERSION_INFO = @VERSION_INFO@
379WARN_CFLAGS = @WARN_CFLAGS@
380WINDRES = @WINDRES@
381XGETTEXT = @XGETTEXT@
382XMLLINT = @XMLLINT@
383YACC = @YACC@
384YELP_LC_DIST = @YELP_LC_DIST@
385YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
386YFLAGS = @YFLAGS@
387YYYYMMDD = @YYYYMMDD@
388Z_CPPFLAGS = @Z_CPPFLAGS@
389Z_LIBS = @Z_LIBS@
390abs_builddir = @abs_builddir@
391abs_srcdir = @abs_srcdir@
392abs_top_builddir = @abs_top_builddir@
393abs_top_srcdir = @abs_top_srcdir@
394ac_ct_AR = @ac_ct_AR@
395ac_ct_CC = @ac_ct_CC@
396ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
397am__include = @am__include@
398am__leading_dot = @am__leading_dot@
399am__quote = @am__quote@
400am__tar = @am__tar@
401am__untar = @am__untar@
402bindir = @bindir@
403build = @build@
404build_alias = @build_alias@
405build_cpu = @build_cpu@
406build_os = @build_os@
407build_vendor = @build_vendor@
408builddir = @builddir@
409datadir = @datadir@
410datarootdir = @datarootdir@
411docdir = @docdir@
412dvidir = @dvidir@
413exec_prefix = @exec_prefix@
414gnumeric_datadir = @gnumeric_datadir@
415gnumeric_externplugindir = @gnumeric_externplugindir@
416gnumeric_libdir = @gnumeric_libdir@
417gnumeric_localedir = @gnumeric_localedir@
418gnumeric_plugindir = @gnumeric_plugindir@
419gsettingsschemadir = @gsettingsschemadir@
420host = @host@
421host_alias = @host_alias@
422host_cpu = @host_cpu@
423host_os = @host_os@
424host_vendor = @host_vendor@
425htmldir = @htmldir@
426includedir = @includedir@
427infodir = @infodir@
428install_sh = @install_sh@
429intltool__v_merge_options_ = @intltool__v_merge_options_@
430intltool__v_merge_options_0 = @intltool__v_merge_options_0@
431libdir = @libdir@
432libexecdir = @libexecdir@
433localedir = @localedir@
434localstatedir = @localstatedir@
435mandir = @mandir@
436mkdir_p = @mkdir_p@
437oldincludedir = @oldincludedir@
438pdfdir = @pdfdir@
439prefix = @prefix@
440program_transform_name = @program_transform_name@
441psdir = @psdir@
442runstatedir = @runstatedir@
443sbindir = @sbindir@
444sharedstatedir = @sharedstatedir@
445srcdir = @srcdir@
446sysconfdir = @sysconfdir@
447target_alias = @target_alias@
448top_build_prefix = @top_build_prefix@
449top_builddir = @top_builddir@
450top_srcdir = @top_srcdir@
451AM_CPPFLAGS = \
452    -DGNOMELOCALEDIR=\""$(datadir)/locale"\" 	\
453    -I$(top_srcdir)/src	-I$(top_builddir)/src	\
454    $(GNUMERIC_CFLAGS)
455
456gnumeric_plugin_applixdir = $(gnumeric_plugindir)/applix
457xmldir = $(gnumeric_plugin_applixdir)
458gnumeric_plugin_applix_LTLIBRARIES = applix.la
459applix_la_LDFLAGS = -module @GNUMERIC_PLUGIN_LDFLAGS@
460applix_la_SOURCES = boot.c applix.h applix-read.c applix-write.c
461xml_in_files = plugin.xml.in
462xml_DATA = $(xml_in_files:.xml.in=.xml)
463EXTRA_DIST = $(xml_in_files)
464CLEANFILES = $(xml_DATA)
465all: all-am
466
467.SUFFIXES:
468.SUFFIXES: .c .lo .o .obj
469$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
470	@for dep in $?; do \
471	  case '$(am__configure_deps)' in \
472	    *$$dep*) \
473	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
474	        && { if test -f $@; then exit 0; else break; fi; }; \
475	      exit 1;; \
476	  esac; \
477	done; \
478	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/applix/Makefile'; \
479	$(am__cd) $(top_srcdir) && \
480	  $(AUTOMAKE) --gnu plugins/applix/Makefile
481Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482	@case '$?' in \
483	  *config.status*) \
484	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
485	  *) \
486	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
487	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
488	esac;
489
490$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
491	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492
493$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
494	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
496	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497$(am__aclocal_m4_deps):
498
499install-gnumeric_plugin_applixLTLIBRARIES: $(gnumeric_plugin_applix_LTLIBRARIES)
500	@$(NORMAL_INSTALL)
501	@list='$(gnumeric_plugin_applix_LTLIBRARIES)'; test -n "$(gnumeric_plugin_applixdir)" || list=; \
502	list2=; for p in $$list; do \
503	  if test -f $$p; then \
504	    list2="$$list2 $$p"; \
505	  else :; fi; \
506	done; \
507	test -z "$$list2" || { \
508	  echo " $(MKDIR_P) '$(DESTDIR)$(gnumeric_plugin_applixdir)'"; \
509	  $(MKDIR_P) "$(DESTDIR)$(gnumeric_plugin_applixdir)" || exit 1; \
510	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(gnumeric_plugin_applixdir)'"; \
511	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(gnumeric_plugin_applixdir)"; \
512	}
513
514uninstall-gnumeric_plugin_applixLTLIBRARIES:
515	@$(NORMAL_UNINSTALL)
516	@list='$(gnumeric_plugin_applix_LTLIBRARIES)'; test -n "$(gnumeric_plugin_applixdir)" || list=; \
517	for p in $$list; do \
518	  $(am__strip_dir) \
519	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(gnumeric_plugin_applixdir)/$$f'"; \
520	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(gnumeric_plugin_applixdir)/$$f"; \
521	done
522
523clean-gnumeric_plugin_applixLTLIBRARIES:
524	-test -z "$(gnumeric_plugin_applix_LTLIBRARIES)" || rm -f $(gnumeric_plugin_applix_LTLIBRARIES)
525	@list='$(gnumeric_plugin_applix_LTLIBRARIES)'; \
526	locs=`for p in $$list; do echo $$p; done | \
527	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
528	      sort -u`; \
529	test -z "$$locs" || { \
530	  echo rm -f $${locs}; \
531	  rm -f $${locs}; \
532	}
533
534applix.la: $(applix_la_OBJECTS) $(applix_la_DEPENDENCIES) $(EXTRA_applix_la_DEPENDENCIES)
535	$(AM_V_CCLD)$(applix_la_LINK) -rpath $(gnumeric_plugin_applixdir) $(applix_la_OBJECTS) $(applix_la_LIBADD) $(LIBS)
536
537mostlyclean-compile:
538	-rm -f *.$(OBJEXT)
539
540distclean-compile:
541	-rm -f *.tab.c
542
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applix-read.Plo@am__quote@ # am--include-marker
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applix-write.Plo@am__quote@ # am--include-marker
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker
546
547$(am__depfiles_remade):
548	@$(MKDIR_P) $(@D)
549	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
550
551am--depfiles: $(am__depfiles_remade)
552
553.c.o:
554@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
555@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
556@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
559
560.c.obj:
561@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
562@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
566
567.c.lo:
568@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
569@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
570@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
573
574mostlyclean-libtool:
575	-rm -f *.lo
576
577clean-libtool:
578	-rm -rf .libs _libs
579install-xmlDATA: $(xml_DATA)
580	@$(NORMAL_INSTALL)
581	@list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
582	if test -n "$$list"; then \
583	  echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \
584	  $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \
585	fi; \
586	for p in $$list; do \
587	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
588	  echo "$$d$$p"; \
589	done | $(am__base_list) | \
590	while read files; do \
591	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
592	  $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
593	done
594
595uninstall-xmlDATA:
596	@$(NORMAL_UNINSTALL)
597	@list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
598	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
599	dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir)
600
601ID: $(am__tagged_files)
602	$(am__define_uniq_tagged_files); mkid -fID $$unique
603tags: tags-am
604TAGS: tags
605
606tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607	set x; \
608	here=`pwd`; \
609	$(am__define_uniq_tagged_files); \
610	shift; \
611	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
612	  test -n "$$unique" || unique=$$empty_fix; \
613	  if test $$# -gt 0; then \
614	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
615	      "$$@" $$unique; \
616	  else \
617	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618	      $$unique; \
619	  fi; \
620	fi
621ctags: ctags-am
622
623CTAGS: ctags
624ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
625	$(am__define_uniq_tagged_files); \
626	test -z "$(CTAGS_ARGS)$$unique" \
627	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
628	     $$unique
629
630GTAGS:
631	here=`$(am__cd) $(top_builddir) && pwd` \
632	  && $(am__cd) $(top_srcdir) \
633	  && gtags -i $(GTAGS_ARGS) "$$here"
634cscopelist: cscopelist-am
635
636cscopelist-am: $(am__tagged_files)
637	list='$(am__tagged_files)'; \
638	case "$(srcdir)" in \
639	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
640	  *) sdir=$(subdir)/$(srcdir) ;; \
641	esac; \
642	for i in $$list; do \
643	  if test -f "$$i"; then \
644	    echo "$(subdir)/$$i"; \
645	  else \
646	    echo "$$sdir/$$i"; \
647	  fi; \
648	done >> $(top_builddir)/cscope.files
649
650distclean-tags:
651	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
652
653distdir: $(BUILT_SOURCES)
654	$(MAKE) $(AM_MAKEFLAGS) distdir-am
655
656distdir-am: $(DISTFILES)
657	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659	list='$(DISTFILES)'; \
660	  dist_files=`for file in $$list; do echo $$file; done | \
661	  sed -e "s|^$$srcdirstrip/||;t" \
662	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
663	case $$dist_files in \
664	  */*) $(MKDIR_P) `echo "$$dist_files" | \
665			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
666			   sort -u` ;; \
667	esac; \
668	for file in $$dist_files; do \
669	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
670	  if test -d $$d/$$file; then \
671	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
672	    if test -d "$(distdir)/$$file"; then \
673	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
674	    fi; \
675	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
676	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
677	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
678	    fi; \
679	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
680	  else \
681	    test -f "$(distdir)/$$file" \
682	    || cp -p $$d/$$file "$(distdir)/$$file" \
683	    || exit 1; \
684	  fi; \
685	done
686check-am: all-am
687check: check-am
688all-am: Makefile $(LTLIBRARIES) $(DATA)
689installdirs:
690	for dir in "$(DESTDIR)$(gnumeric_plugin_applixdir)" "$(DESTDIR)$(xmldir)"; do \
691	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
692	done
693install: install-am
694install-exec: install-exec-am
695install-data: install-data-am
696uninstall: uninstall-am
697
698install-am: all-am
699	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
700
701installcheck: installcheck-am
702install-strip:
703	if test -z '$(STRIP)'; then \
704	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
705	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
706	      install; \
707	else \
708	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
711	fi
712mostlyclean-generic:
713
714clean-generic:
715	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
716
717distclean-generic:
718	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
719	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
720
721maintainer-clean-generic:
722	@echo "This command is intended for maintainers to use"
723	@echo "it deletes files that may require special tools to rebuild."
724clean: clean-am
725
726clean-am: clean-generic clean-gnumeric_plugin_applixLTLIBRARIES \
727	clean-libtool mostlyclean-am
728
729distclean: distclean-am
730		-rm -f ./$(DEPDIR)/applix-read.Plo
731	-rm -f ./$(DEPDIR)/applix-write.Plo
732	-rm -f ./$(DEPDIR)/boot.Plo
733	-rm -f Makefile
734distclean-am: clean-am distclean-compile distclean-generic \
735	distclean-tags
736
737dvi: dvi-am
738
739dvi-am:
740
741html: html-am
742
743html-am:
744
745info: info-am
746
747info-am:
748
749install-data-am: install-gnumeric_plugin_applixLTLIBRARIES \
750	install-xmlDATA
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 -f ./$(DEPDIR)/applix-read.Plo
780	-rm -f ./$(DEPDIR)/applix-write.Plo
781	-rm -f ./$(DEPDIR)/boot.Plo
782	-rm -f Makefile
783maintainer-clean-am: distclean-am maintainer-clean-generic
784
785mostlyclean: mostlyclean-am
786
787mostlyclean-am: mostlyclean-compile mostlyclean-generic \
788	mostlyclean-libtool
789
790pdf: pdf-am
791
792pdf-am:
793
794ps: ps-am
795
796ps-am:
797
798uninstall-am: uninstall-gnumeric_plugin_applixLTLIBRARIES \
799	uninstall-xmlDATA
800
801.MAKE: install-am install-strip
802
803.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
804	clean-generic clean-gnumeric_plugin_applixLTLIBRARIES \
805	clean-libtool cscopelist-am ctags ctags-am distclean \
806	distclean-compile distclean-generic distclean-libtool \
807	distclean-tags distdir dvi dvi-am html html-am info info-am \
808	install install-am install-data install-data-am install-dvi \
809	install-dvi-am install-exec install-exec-am \
810	install-gnumeric_plugin_applixLTLIBRARIES install-html \
811	install-html-am install-info install-info-am install-man \
812	install-pdf install-pdf-am install-ps install-ps-am \
813	install-strip install-xmlDATA installcheck installcheck-am \
814	installdirs maintainer-clean maintainer-clean-generic \
815	mostlyclean mostlyclean-compile mostlyclean-generic \
816	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
817	uninstall-am uninstall-gnumeric_plugin_applixLTLIBRARIES \
818	uninstall-xmlDATA
819
820.PRECIOUS: Makefile
821
822
823@INTLTOOL_XML_RULE@
824
825# Tell versions [3.59,3.63) of GNU make to not export all variables.
826# Otherwise a system limit (for SysV at least) may be exceeded.
827.NOEXPORT:
828