1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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 = src/html
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/acx_compile_warn.m4 \
95	$(top_srcdir)/m4/as-scrub-include.m4 \
96	$(top_srcdir)/m4/ax_have_qt.m4 $(top_srcdir)/m4/ax_pthread.m4 \
97	$(top_srcdir)/m4/binreloc.m4 $(top_srcdir)/m4/distri.m4 \
98	$(top_srcdir)/m4/fox.m4 $(top_srcdir)/m4/iconv.m4 \
99	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
100	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
101	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
102	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
103	$(top_srcdir)/m4/os.m4 $(top_srcdir)/m4/qt4.m4 \
104	$(top_srcdir)/m4/searchfiles.m4 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(iheader_HEADERS) \
108	$(noinst_HEADERS) $(am__DIST_COMMON)
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = $(top_builddir)/config.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113LTLIBRARIES = $(noinst_LTLIBRARIES)
114libgwenhtml_la_LIBADD =
115am_libgwenhtml_la_OBJECTS = g_box.lo g_generic.lo g_table.lo \
116	g_tablerow.lo g_unorderedlist.lo htmlctx.lo htmlfont.lo \
117	htmlimage.lo htmlgroup.lo htmlobject.lo htmlprops.lo o_box.lo \
118	o_grid.lo o_gridentry.lo o_image.lo o_word.lo
119libgwenhtml_la_OBJECTS = $(am_libgwenhtml_la_OBJECTS)
120AM_V_lt = $(am__v_lt_@AM_V@)
121am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
122am__v_lt_0 = --silent
123am__v_lt_1 =
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
137depcomp = $(SHELL) $(top_srcdir)/depcomp
138am__depfiles_maybe = depfiles
139am__mv = mv -f
140COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
141	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
142LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
144	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
145	$(AM_CFLAGS) $(CFLAGS)
146AM_V_CC = $(am__v_CC_@AM_V@)
147am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
148am__v_CC_0 = @echo "  CC      " $@;
149am__v_CC_1 =
150CCLD = $(CC)
151LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153	$(AM_LDFLAGS) $(LDFLAGS) -o $@
154AM_V_CCLD = $(am__v_CCLD_@AM_V@)
155am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
156am__v_CCLD_0 = @echo "  CCLD    " $@;
157am__v_CCLD_1 =
158SOURCES = $(libgwenhtml_la_SOURCES)
159DIST_SOURCES = $(libgwenhtml_la_SOURCES)
160am__can_run_installinfo = \
161  case $$AM_UPDATE_INFO_DIR in \
162    n|no|NO) false;; \
163    *) (install-info --version) >/dev/null 2>&1;; \
164  esac
165am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
166am__vpath_adj = case $$p in \
167    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
168    *) f=$$p;; \
169  esac;
170am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
171am__install_max = 40
172am__nobase_strip_setup = \
173  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
174am__nobase_strip = \
175  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
176am__nobase_list = $(am__nobase_strip_setup); \
177  for p in $$list; do echo "$$p $$p"; done | \
178  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
179  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
180    if (++n[$$2] == $(am__install_max)) \
181      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
182    END { for (dir in files) print dir, files[dir] }'
183am__base_list = \
184  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
185  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
186am__uninstall_files_from_dir = { \
187  test -z "$$files" \
188    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
189    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
190         $(am__cd) "$$dir" && rm -f $$files; }; \
191  }
192am__installdirs = "$(DESTDIR)$(iheaderdir)"
193HEADERS = $(iheader_HEADERS) $(noinst_HEADERS)
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
214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215ACLOCAL = @ACLOCAL@
216AMTAR = @AMTAR@
217AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218APPKIT_FRAMEWORK = @APPKIT_FRAMEWORK@
219AR = @AR@
220AS = @AS@
221ASTYLE = @ASTYLE@
222AUTOCONF = @AUTOCONF@
223AUTOHEADER = @AUTOHEADER@
224AUTOMAKE = @AUTOMAKE@
225AWK = @AWK@
226BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
227BINRELOC_LIBS = @BINRELOC_LIBS@
228CC = @CC@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = @CFLAGS@
231COCOA_FRAMEWORK = @COCOA_FRAMEWORK@
232COREDATA_FRAMEWORK = @COREDATA_FRAMEWORK@
233CPP = @CPP@
234CPPFLAGS = @CPPFLAGS@
235CXX = @CXX@
236CXXCPP = @CXXCPP@
237CXXDEPMODE = @CXXDEPMODE@
238CXXFLAGS = @CXXFLAGS@
239CYGPATH_W = @CYGPATH_W@
240DEFS = @DEFS@ -DPACKAGE=\"$(PACKAGE)\" -DBUILDING_GWENHYWFAR
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DOXYGEN_DEFINE = @DOXYGEN_DEFINE@
244DOXYGEN_INPUT = @DOXYGEN_INPUT@
245DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
246DPKG_ARCH = @DPKG_ARCH@
247DSYMUTIL = @DSYMUTIL@
248DUMPBIN = @DUMPBIN@
249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253EXEEXT = @EXEEXT@
254FGREP = @FGREP@
255FOUNDATION_FRAMEWORK = @FOUNDATION_FRAMEWORK@
256GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
257GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
258GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
259GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
260GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
261GREP = @GREP@
262GTK2_CFLAGS = @GTK2_CFLAGS@
263GTK2_LIBS = @GTK2_LIBS@
264GTK3_CFLAGS = @GTK3_CFLAGS@
265GTK3_LIBS = @GTK3_LIBS@
266GWENHYWFAR_SO_AGE = @GWENHYWFAR_SO_AGE@
267GWENHYWFAR_SO_CURRENT = @GWENHYWFAR_SO_CURRENT@
268GWENHYWFAR_SO_EFFECTIVE = @GWENHYWFAR_SO_EFFECTIVE@
269GWENHYWFAR_SO_REVISION = @GWENHYWFAR_SO_REVISION@
270GWENHYWFAR_VERSION_BUILD = @GWENHYWFAR_VERSION_BUILD@
271GWENHYWFAR_VERSION_FULL_STRING = @GWENHYWFAR_VERSION_FULL_STRING@
272GWENHYWFAR_VERSION_MAJOR = @GWENHYWFAR_VERSION_MAJOR@
273GWENHYWFAR_VERSION_MINOR = @GWENHYWFAR_VERSION_MINOR@
274GWENHYWFAR_VERSION_PATCHLEVEL = @GWENHYWFAR_VERSION_PATCHLEVEL@
275GWENHYWFAR_VERSION_RELEASE_STRING = @GWENHYWFAR_VERSION_RELEASE_STRING@
276GWENHYWFAR_VERSION_STRING = @GWENHYWFAR_VERSION_STRING@
277GWENHYWFAR_VERSION_TAG = @GWENHYWFAR_VERSION_TAG@
278GWENPP_SO_AGE = @GWENPP_SO_AGE@
279GWENPP_SO_CURRENT = @GWENPP_SO_CURRENT@
280GWENPP_SO_EFFECTIVE = @GWENPP_SO_EFFECTIVE@
281GWENPP_SO_REVISION = @GWENPP_SO_REVISION@
282GWENUI_SO_AGE = @GWENUI_SO_AGE@
283GWENUI_SO_CURRENT = @GWENUI_SO_CURRENT@
284GWENUI_SO_EFFECTIVE = @GWENUI_SO_EFFECTIVE@
285GWENUI_SO_REVISION = @GWENUI_SO_REVISION@
286GWEN_OS = @GWEN_OS@
287HAVE_I18N = @HAVE_I18N@
288ICONV_LIBS = @ICONV_LIBS@
289INSTALL = @INSTALL@
290INSTALL_DATA = @INSTALL_DATA@
291INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@
292INSTALL_PROGRAM = @INSTALL_PROGRAM@
293INSTALL_SCRIPT = @INSTALL_SCRIPT@
294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
298LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
299LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
300LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
301LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
302LIBICONV = @LIBICONV@
303LIBOBJS = @LIBOBJS@
304LIBS = @LIBS@
305LIBTOOL = @LIBTOOL@
306LIBXML_CFLAGS = @LIBXML_CFLAGS@
307LIBXML_LIBS = @LIBXML_LIBS@
308LIPO = @LIPO@
309LN_S = @LN_S@
310LTLIBICONV = @LTLIBICONV@
311LTLIBOBJS = @LTLIBOBJS@
312LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
313MAKEINFO = @MAKEINFO@
314MAKE_DLL_TARGET = @MAKE_DLL_TARGET@
315MAKE_I18N_FILES = @MAKE_I18N_FILES@
316MANIFEST_TOOL = @MANIFEST_TOOL@
317MKDIR_P = @MKDIR_P@
318MSGFMT = @MSGFMT@
319NM = @NM@
320NMEDIT = @NMEDIT@
321OBJC = @OBJC@
322OBJCDEPMODE = @OBJCDEPMODE@
323OBJCFLAGS = @OBJCFLAGS@
324OBJDUMP = @OBJDUMP@
325OBJEXT = @OBJEXT@
326OHBCI_VERSION_STRING = @OHBCI_VERSION_STRING@
327OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
328OPENSSL_LIBS = @OPENSSL_LIBS@
329OSYSTEM = @OSYSTEM@
330OS_TYPE = @OS_TYPE@
331OTOOL = @OTOOL@
332OTOOL64 = @OTOOL64@
333PACKAGE = @PACKAGE@
334PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
335PACKAGE_NAME = @PACKAGE_NAME@
336PACKAGE_STRING = @PACKAGE_STRING@
337PACKAGE_TARNAME = @PACKAGE_TARNAME@
338PACKAGE_URL = @PACKAGE_URL@
339PACKAGE_VERSION = @PACKAGE_VERSION@
340PATH_SEPARATOR = @PATH_SEPARATOR@
341PKG_CONFIG = @PKG_CONFIG@
342PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
343PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
344PROFILING_CFLAGS = @PROFILING_CFLAGS@
345PROFILING_LDFLAGS = @PROFILING_LDFLAGS@
346PROG_LIBRARIES = @PROG_LIBRARIES@
347PTHREAD_CC = @PTHREAD_CC@
348PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
349PTHREAD_LIBS = @PTHREAD_LIBS@
350QT4_BINDIR = @QT4_BINDIR@
351QT_CXXFLAGS = @QT_CXXFLAGS@
352QT_DIR = @QT_DIR@
353QT_LIBS = @QT_LIBS@
354QT_LRELEASE = @QT_LRELEASE@
355QT_LUPDATE = @QT_LUPDATE@
356QT_MOC = @QT_MOC@
357QT_UIC = @QT_UIC@
358RANLIB = @RANLIB@
359RC = @RC@
360SED = @SED@
361SET_MAKE = @SET_MAKE@
362SHELL = @SHELL@
363STRIP = @STRIP@
364STRIPALL = @STRIPALL@
365SYSCONF_FRAMEWORK = @SYSCONF_FRAMEWORK@
366USE_DOT = @USE_DOT@
367VERSION = @VERSION@
368WEBKIT_FRAMEWORK = @WEBKIT_FRAMEWORK@
369WERROR = @WERROR@
370WITH_ICONV = @WITH_ICONV@
371XGETTEXT = @XGETTEXT@
372XMKMF = @XMKMF@
373X_CFLAGS = @X_CFLAGS@
374X_EXTRA_LIBS = @X_EXTRA_LIBS@
375X_LIBS = @X_LIBS@
376X_PRE_LIBS = @X_PRE_LIBS@
377YES = @YES@
378abs_builddir = @abs_builddir@
379abs_srcdir = @abs_srcdir@
380abs_top_builddir = @abs_top_builddir@
381abs_top_srcdir = @abs_top_srcdir@
382ac_ct_AR = @ac_ct_AR@
383ac_ct_CC = @ac_ct_CC@
384ac_ct_CXX = @ac_ct_CXX@
385ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
386ac_ct_OBJC = @ac_ct_OBJC@
387all_includes = @all_includes@
388all_libraries = @all_libraries@
389am__include = @am__include@
390am__leading_dot = @am__leading_dot@
391am__quote = @am__quote@
392am__tar = @am__tar@
393am__untar = @am__untar@
394aq_distrib_name = @aq_distrib_name@
395aq_distrib_tag = @aq_distrib_tag@
396aq_distrib_version = @aq_distrib_version@
397ax_pthread_config = @ax_pthread_config@
398bindir = @bindir@
399build = @build@
400build_alias = @build_alias@
401build_cpu = @build_cpu@
402build_os = @build_os@
403build_vendor = @build_vendor@
404builddir = @builddir@
405datadir = @datadir@
406datarootdir = @datarootdir@
407docdir = @docdir@
408docpath = @docpath@
409dvidir = @dvidir@
410exec_prefix = @exec_prefix@
411fox_includes = @fox_includes@
412fox_libs = @fox_libs@
413gwenhywfar_bindir = @gwenhywfar_bindir@
414gwenhywfar_buffer_hardlimit = @gwenhywfar_buffer_hardlimit@
415gwenhywfar_cfg_searchdir = @gwenhywfar_cfg_searchdir@
416gwenhywfar_crypt_lib = @gwenhywfar_crypt_lib@
417gwenhywfar_data_searchdir = @gwenhywfar_data_searchdir@
418gwenhywfar_datadir = @gwenhywfar_datadir@
419gwenhywfar_guis = @gwenhywfar_guis@
420gwenhywfar_headerdir = @gwenhywfar_headerdir@
421gwenhywfar_headerdir_am = @gwenhywfar_headerdir_am@
422gwenhywfar_internal_libname = @gwenhywfar_internal_libname@
423gwenhywfar_ldflags = @gwenhywfar_ldflags@
424gwenhywfar_libs = @gwenhywfar_libs@
425gwenhywfar_libspp = @gwenhywfar_libspp@
426gwenhywfar_libsui = @gwenhywfar_libsui@
427gwenhywfar_locale_searchdir = @gwenhywfar_locale_searchdir@
428gwenhywfar_os_lib = @gwenhywfar_os_lib@
429gwenhywfar_pkgincludedir = @gwenhywfar_pkgincludedir@
430gwenhywfar_plugin_searchdir = @gwenhywfar_plugin_searchdir@
431gwenhywfar_plugindir = @gwenhywfar_plugindir@
432gwenhywfar_plugins_cfgmgr_dirs = @gwenhywfar_plugins_cfgmgr_dirs@
433gwenhywfar_plugins_cfgmgr_libs = @gwenhywfar_plugins_cfgmgr_libs@
434gwenhywfar_plugins_ct_dirs = @gwenhywfar_plugins_ct_dirs@
435gwenhywfar_plugins_ct_libs = @gwenhywfar_plugins_ct_libs@
436gwenhywfar_plugins_dbio_dirs = @gwenhywfar_plugins_dbio_dirs@
437gwenhywfar_plugins_dbio_libs = @gwenhywfar_plugins_dbio_libs@
438gwenhywfar_symlinkdir = @gwenhywfar_symlinkdir@
439gwenhywfar_sys_is_windows = @gwenhywfar_sys_is_windows@
440gwenhywfar_sysdata_searchdir = @gwenhywfar_sysdata_searchdir@
441host = @host@
442host_alias = @host_alias@
443host_cpu = @host_cpu@
444host_os = @host_os@
445host_vendor = @host_vendor@
446htmldir = @htmldir@
447i18n_libs = @i18n_libs@
448includedir = @includedir@
449infodir = @infodir@
450install_sh = @install_sh@
451libdir = @libdir@
452libexecdir = @libexecdir@
453localedir = @localedir@
454localstatedir = @localstatedir@
455mandir = @mandir@
456mkdir_p = @mkdir_p@
457oldincludedir = @oldincludedir@
458pdfdir = @pdfdir@
459prefix = @prefix@
460program_transform_name = @program_transform_name@
461psdir = @psdir@
462qt4_includes = @qt4_includes@
463qt4_libs = @qt4_libs@
464qt4_moc = @qt4_moc@
465qt4_uic = @qt4_uic@
466runstatedir = @runstatedir@
467sbindir = @sbindir@
468sharedstatedir = @sharedstatedir@
469srcdir = @srcdir@
470ssl_available = @ssl_available@
471sysconfdir = @sysconfdir@
472target_alias = @target_alias@
473top_build_prefix = @top_build_prefix@
474top_builddir = @top_builddir@
475top_srcdir = @top_srcdir@
476visibility_cflags = @visibility_cflags@
477with_gui_fox16 = @with_gui_fox16@
478with_gui_gtk2 = @with_gui_gtk2@
479with_gui_gtk3 = @with_gui_gtk3@
480with_gui_qt4 = @with_gui_qt4@
481AM_CPPFLAGS = -I$(gwenhywfar_symlinkdir) \
482  @visibility_cflags@
483
484AM_CFLAGS = @visibility_cflags@ @WERROR@
485noinst_LTLIBRARIES = libgwenhtml.la
486libgwenhtml_la_SOURCES = \
487 g_box.c \
488 g_generic.c \
489 g_table.c \
490 g_tablerow.c \
491 g_unorderedlist.c \
492 htmlctx.c \
493 htmlfont.c \
494 htmlimage.c \
495 htmlgroup.c \
496 htmlobject.c \
497 htmlprops.c \
498 o_box.c \
499 o_grid.c \
500 o_gridentry.c \
501 o_image.c \
502 o_word.c
503
504iheaderdir = ${gwenhywfar_headerdir_am}/gwenhywfar
505iheader_HEADERS = \
506 htmlctx_be.h \
507 htmlfont_be.h  \
508 htmlimage_be.h \
509 htmlobject_be.h \
510 htmlprops_be.h \
511 o_image_be.h
512
513noinst_HEADERS = \
514 g_box_l.h \
515 g_box_p.h \
516 g_generic_l.h \
517 g_generic_p.h \
518 g_table_l.h \
519 g_table_p.h \
520 g_tablerow_l.h \
521 g_tablerow_p.h \
522 g_unorderedlist_l.h \
523 g_unorderedlist_p.h \
524 htmlctx_l.h \
525 htmlctx_p.h \
526 htmlfont_p.h \
527 htmlimage_p.h \
528 htmlgroup_l.h \
529 htmlgroup_p.h \
530 htmlobject_p.h \
531 htmlprops_p.h \
532 o_box_l.h \
533 o_grid_l.h \
534 o_grid_p.h \
535 o_gridentry_l.h \
536 o_gridentry_p.h \
537 o_image_p.h \
538 o_word_l.h
539
540all: all-am
541
542.SUFFIXES:
543.SUFFIXES: .c .lo .o .obj
544$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
545	@for dep in $?; do \
546	  case '$(am__configure_deps)' in \
547	    *$$dep*) \
548	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
549	        && { if test -f $@; then exit 0; else break; fi; }; \
550	      exit 1;; \
551	  esac; \
552	done; \
553	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/html/Makefile'; \
554	$(am__cd) $(top_srcdir) && \
555	  $(AUTOMAKE) --foreign src/html/Makefile
556Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
557	@case '$?' in \
558	  *config.status*) \
559	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
560	  *) \
561	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
562	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
563	esac;
564
565$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
566	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567
568$(top_srcdir)/configure:  $(am__configure_deps)
569	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
570$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
571	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
572$(am__aclocal_m4_deps):
573
574clean-noinstLTLIBRARIES:
575	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
576	@list='$(noinst_LTLIBRARIES)'; \
577	locs=`for p in $$list; do echo $$p; done | \
578	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
579	      sort -u`; \
580	test -z "$$locs" || { \
581	  echo rm -f $${locs}; \
582	  rm -f $${locs}; \
583	}
584
585libgwenhtml.la: $(libgwenhtml_la_OBJECTS) $(libgwenhtml_la_DEPENDENCIES) $(EXTRA_libgwenhtml_la_DEPENDENCIES)
586	$(AM_V_CCLD)$(LINK)  $(libgwenhtml_la_OBJECTS) $(libgwenhtml_la_LIBADD) $(LIBS)
587
588mostlyclean-compile:
589	-rm -f *.$(OBJEXT)
590
591distclean-compile:
592	-rm -f *.tab.c
593
594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_box.Plo@am__quote@
595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_generic.Plo@am__quote@
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_table.Plo@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_tablerow.Plo@am__quote@
598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_unorderedlist.Plo@am__quote@
599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlctx.Plo@am__quote@
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlfont.Plo@am__quote@
601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlgroup.Plo@am__quote@
602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlimage.Plo@am__quote@
603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlobject.Plo@am__quote@
604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlprops.Plo@am__quote@
605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/o_box.Plo@am__quote@
606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/o_grid.Plo@am__quote@
607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/o_gridentry.Plo@am__quote@
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/o_image.Plo@am__quote@
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/o_word.Plo@am__quote@
610
611.c.o:
612@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
617
618.c.obj:
619@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
620@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
624
625.c.lo:
626@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
627@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
628@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
631
632mostlyclean-libtool:
633	-rm -f *.lo
634
635clean-libtool:
636	-rm -rf .libs _libs
637install-iheaderHEADERS: $(iheader_HEADERS)
638	@$(NORMAL_INSTALL)
639	@list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
640	if test -n "$$list"; then \
641	  echo " $(MKDIR_P) '$(DESTDIR)$(iheaderdir)'"; \
642	  $(MKDIR_P) "$(DESTDIR)$(iheaderdir)" || exit 1; \
643	fi; \
644	for p in $$list; do \
645	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
646	  echo "$$d$$p"; \
647	done | $(am__base_list) | \
648	while read files; do \
649	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(iheaderdir)'"; \
650	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(iheaderdir)" || exit $$?; \
651	done
652
653uninstall-iheaderHEADERS:
654	@$(NORMAL_UNINSTALL)
655	@list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
656	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
657	dir='$(DESTDIR)$(iheaderdir)'; $(am__uninstall_files_from_dir)
658
659ID: $(am__tagged_files)
660	$(am__define_uniq_tagged_files); mkid -fID $$unique
661tags: tags-am
662TAGS: tags
663
664tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
665	set x; \
666	here=`pwd`; \
667	$(am__define_uniq_tagged_files); \
668	shift; \
669	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
670	  test -n "$$unique" || unique=$$empty_fix; \
671	  if test $$# -gt 0; then \
672	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
673	      "$$@" $$unique; \
674	  else \
675	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
676	      $$unique; \
677	  fi; \
678	fi
679ctags: ctags-am
680
681CTAGS: ctags
682ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
683	$(am__define_uniq_tagged_files); \
684	test -z "$(CTAGS_ARGS)$$unique" \
685	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
686	     $$unique
687
688GTAGS:
689	here=`$(am__cd) $(top_builddir) && pwd` \
690	  && $(am__cd) $(top_srcdir) \
691	  && gtags -i $(GTAGS_ARGS) "$$here"
692cscopelist: cscopelist-am
693
694cscopelist-am: $(am__tagged_files)
695	list='$(am__tagged_files)'; \
696	case "$(srcdir)" in \
697	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
698	  *) sdir=$(subdir)/$(srcdir) ;; \
699	esac; \
700	for i in $$list; do \
701	  if test -f "$$i"; then \
702	    echo "$(subdir)/$$i"; \
703	  else \
704	    echo "$$sdir/$$i"; \
705	  fi; \
706	done >> $(top_builddir)/cscope.files
707
708distclean-tags:
709	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
710
711distdir: $(DISTFILES)
712	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
713	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
714	list='$(DISTFILES)'; \
715	  dist_files=`for file in $$list; do echo $$file; done | \
716	  sed -e "s|^$$srcdirstrip/||;t" \
717	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
718	case $$dist_files in \
719	  */*) $(MKDIR_P) `echo "$$dist_files" | \
720			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
721			   sort -u` ;; \
722	esac; \
723	for file in $$dist_files; do \
724	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
725	  if test -d $$d/$$file; then \
726	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
727	    if test -d "$(distdir)/$$file"; then \
728	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
729	    fi; \
730	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
731	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
732	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
733	    fi; \
734	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
735	  else \
736	    test -f "$(distdir)/$$file" \
737	    || cp -p $$d/$$file "$(distdir)/$$file" \
738	    || exit 1; \
739	  fi; \
740	done
741check-am: all-am
742check: check-am
743all-am: Makefile $(LTLIBRARIES) $(HEADERS)
744installdirs:
745	for dir in "$(DESTDIR)$(iheaderdir)"; do \
746	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
747	done
748install: install-am
749install-exec: install-exec-am
750install-data: install-data-am
751uninstall: uninstall-am
752
753install-am: all-am
754	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
755
756installcheck: installcheck-am
757install-strip:
758	if test -z '$(STRIP)'; then \
759	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761	      install; \
762	else \
763	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
764	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
765	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
766	fi
767mostlyclean-generic:
768
769clean-generic:
770
771distclean-generic:
772	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
773	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
774
775maintainer-clean-generic:
776	@echo "This command is intended for maintainers to use"
777	@echo "it deletes files that may require special tools to rebuild."
778clean: clean-am
779
780clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
781	mostlyclean-am
782
783distclean: distclean-am
784	-rm -rf ./$(DEPDIR)
785	-rm -f Makefile
786distclean-am: clean-am distclean-compile distclean-generic \
787	distclean-tags
788
789dvi: dvi-am
790
791dvi-am:
792
793html: html-am
794
795html-am:
796
797info: info-am
798
799info-am:
800
801install-data-am: install-iheaderHEADERS
802
803install-dvi: install-dvi-am
804
805install-dvi-am:
806
807install-exec-am:
808
809install-html: install-html-am
810
811install-html-am:
812
813install-info: install-info-am
814
815install-info-am:
816
817install-man:
818
819install-pdf: install-pdf-am
820
821install-pdf-am:
822
823install-ps: install-ps-am
824
825install-ps-am:
826
827installcheck-am:
828
829maintainer-clean: maintainer-clean-am
830	-rm -rf ./$(DEPDIR)
831	-rm -f Makefile
832maintainer-clean-am: distclean-am maintainer-clean-generic
833
834mostlyclean: mostlyclean-am
835
836mostlyclean-am: mostlyclean-compile mostlyclean-generic \
837	mostlyclean-libtool
838
839pdf: pdf-am
840
841pdf-am:
842
843ps: ps-am
844
845ps-am:
846
847uninstall-am: uninstall-iheaderHEADERS
848
849.MAKE: install-am install-strip
850
851.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
852	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
853	ctags-am distclean distclean-compile distclean-generic \
854	distclean-libtool distclean-tags distdir dvi dvi-am html \
855	html-am info info-am install install-am install-data \
856	install-data-am install-dvi install-dvi-am install-exec \
857	install-exec-am install-html install-html-am \
858	install-iheaderHEADERS install-info install-info-am \
859	install-man install-pdf install-pdf-am install-ps \
860	install-ps-am install-strip installcheck installcheck-am \
861	installdirs maintainer-clean maintainer-clean-generic \
862	mostlyclean mostlyclean-compile mostlyclean-generic \
863	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
864	uninstall-am uninstall-iheaderHEADERS
865
866.PRECIOUS: Makefile
867
868
869#noinst_PROGRAMS=libtest
870#libtest_SOURCES=libtest.c
871#libtest_LDADD=libgwenhtml.la
872
873# Tell versions [3.59,3.63) of GNU make to not export all variables.
874# Otherwise a system limit (for SysV at least) may be exceeded.
875.NOEXPORT:
876