summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am48
-rw-r--r--lib/Makefile.in4831
-rw-r--r--lib/README2
-rw-r--r--lib/bcppmake/libsword.bpf138
-rw-r--r--lib/bcppmake/libsword.bpr255
-rw-r--r--lib/bcppmake/libsword6icu.bpf124
-rw-r--r--lib/bcppmake/libsword6icu.bpr347
-rw-r--r--lib/vcppmake/vc6/libsword.dsp1254
-rw-r--r--lib/vcppmake/vc6/libsword.dsw29
-rw-r--r--lib/vcppmake/vc7.1/libsword.vcproj5686
10 files changed, 0 insertions, 12714 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 5a185d7..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,48 +0,0 @@
-AUTOMAKE_OPTIONS = 1.6
-INCLUDES = -I$(top_srcdir)/include
-INCLUDES += -DUSE_AUTOTOOLS -DUNIX
-
-if ZLIB
-ZLIBDEF =
-else
-ZLIBDEF = -DEXCLUDEZLIB
-endif
-
-INCLUDES += $(ZLIBDEF)
-
-# Global config directory
-globalconfdir := @sysconfdir@
-
-lib_LTLIBRARIES = libsword.la
-
-libsword_la_SOURCES =
-if ICU
-ICULIBADD = $(ICU_LIBS) $(ICU_IOLIBS)
-ICUDEF = -DSWICU_DATA=\"${pkglibdir}/${VERSION}_icu_${ICU_VER}\"
-else
-ICULIBADD =
-ICUDEF =
-endif
-
-INCLUDES += $(ICUDEF)
-
-if INSTALLMGR
-IMGRLIBADD = -lcurl $(CURL_LIBS)
-else
-IMGRLIBADD =
-endif
-
-
-libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD)
-
-libsword_la_LDFLAGS = -version-info 3
-
-include ../src/keys/Makefile.am
-include ../src/utilfuns/Makefile.am
-include ../src/mgr/Makefile.am
-include ../src/frontend/Makefile.am
-include ../src/modules/Makefile.am
-include ../bindings/Makefile.am
-include ../include/Makefile.am
-
-
diff --git a/lib/Makefile.in b/lib/Makefile.in
deleted file mode 100644
index 8200d37..0000000
--- a/lib/Makefile.in
+++ /dev/null
@@ -1,4831 +0,0 @@
-# Makefile.in generated by automake 1.7.4 from Makefile.am.
-# @configure_input@
-
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ..
-
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-host_triplet = @host@
-ACLOCAL = @ACLOCAL@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
-AMTAR = @AMTAR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BUILDEXAMPLES_FALSE = @BUILDEXAMPLES_FALSE@
-BUILDEXAMPLES_TRUE = @BUILDEXAMPLES_TRUE@
-BUILDTESTS_FALSE = @BUILDTESTS_FALSE@
-BUILDTESTS_TRUE = @BUILDTESTS_TRUE@
-BUILDUTILS_FALSE = @BUILDUTILS_FALSE@
-BUILDUTILS_TRUE = @BUILDUTILS_TRUE@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CONFDEF_FALSE = @CONFDEF_FALSE@
-CONFDEF_TRUE = @CONFDEF_TRUE@
-CPPFLAGS = @CPPFLAGS@
-CURL_CFLAGS = @CURL_CFLAGS@
-CURL_CONFIG = @CURL_CONFIG@
-CURL_LIBS = @CURL_LIBS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-GENCCODE = @GENCCODE@
-GENCMN = @GENCMN@
-GENRB = @GENRB@
-ICUSWORD_FALSE = @ICUSWORD_FALSE@
-ICUSWORD_TRUE = @ICUSWORD_TRUE@
-ICU_CONFIG = @ICU_CONFIG@
-ICU_FALSE = @ICU_FALSE@
-ICU_IOLIBS = @ICU_IOLIBS@
-ICU_LIBS = @ICU_LIBS@
-ICU_TRUE = @ICU_TRUE@
-ICU_VER = @ICU_VER@
-INSTALLMGR_FALSE = @INSTALLMGR_FALSE@
-INSTALLMGR_TRUE = @INSTALLMGR_TRUE@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-INSTCONF_FALSE = @INSTCONF_FALSE@
-INSTCONF_TRUE = @INSTCONF_TRUE@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-LUCENE_LIBS = @LUCENE_LIBS@
-MAINT = @MAINT@
-MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-MAKEINFO = @MAKEINFO@
-MINGW_FALSE = @MINGW_FALSE@
-MINGW_TRUE = @MINGW_TRUE@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKGDATA = @PKGDATA@
-PKG_CONFIG = @PKG_CONFIG@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-USELUCENE_FALSE = @USELUCENE_FALSE@
-USELUCENE_TRUE = @USELUCENE_TRUE@
-USE_PKGCONF_FALSE = @USE_PKGCONF_FALSE@
-USE_PKGCONF_TRUE = @USE_PKGCONF_TRUE@
-VERSION = @VERSION@
-ZLIB_FALSE = @ZLIB_FALSE@
-ZLIB_TRUE = @ZLIB_TRUE@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
-am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-datadir = @datadir@
-dir_confdef = @dir_confdef@
-enable_debug = @enable_debug@
-enable_profile = @enable_profile@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-oldincludedir = @oldincludedir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_mingw32 = @target_mingw32@
-target_os = @target_os@
-target_system = @target_system@
-target_vendor = @target_vendor@
-with_conf = @with_conf@
-with_icu = @with_icu@
-with_zlib = @with_zlib@
-AUTOMAKE_OPTIONS = 1.6
-
-INCLUDES = -I$(top_srcdir)/include -DUSE_AUTOTOOLS -DUNIX $(ZLIBDEF) $(ICUDEF) $(globdef) $(ICUDEFS)
-@ZLIB_FALSE@ZLIBDEF = -DEXCLUDEZLIB
-
-@ZLIB_TRUE@ZLIBDEF =
-
-# Global config directory
-globalconfdir := @sysconfdir@
-
-lib_LTLIBRARIES = libsword.la
-
-libsword_la_SOURCES = $(keysdir)/swkey.cpp $(keysdir)/listkey.cpp $(keysdir)/versekey.cpp $(keysdir)/strkey.cpp $(keysdir)/treekey.cpp $(keysdir)/treekeyidx.cpp $(utilfunsdir)/Greek2Greek.cpp $(utilfunsdir)/utilstr.cpp $(utilfunsdir)/utilweb.cpp $(utilfunsdir)/utilxml.cpp $(utilfunsdir)/unixstr.cpp $(utilfunsdir)/swunicod.cpp $(utilfunsdir)/swversion.cpp $(utilfunsdir)/swbuf.cpp $(utilfunsdir)/ftpparse.c $(UNTGZ) $(SWREGEX) $(utilfunsdir)/roman.cpp $(mgrdir)/swconfig.cpp $(mgrdir)/swmgr.cpp $(mgrdir)/swfiltermgr.cpp $(mgrdir)/encfiltmgr.cpp $(mgrdir)/markupfiltmgr.cpp $(mgrdir)/filemgr.cpp $(mgrdir)/swlocale.cpp $(mgrdir)/localemgr.cpp $(mgrdir)/swcacher.cpp $(mgrdir)/swsearchable.cpp $(mgrdir)/installmgr.cpp $(frontenddir)/swdisp.cpp $(frontenddir)/swlog.cpp $(modulesdir)/swmodule.cpp $(commondir)/rawstr.cpp $(commondir)/rawstr4.cpp $(commondir)/swcomprs.cpp $(commondir)/lzsscomprs.cpp $(SWZLIB) $(commondir)/rawverse.cpp $(commondir)/swcipher.cpp $(commondir)/zverse.cpp $(commondir)/zstr.cpp $(commondir)/entriesblk.cpp $(commondir)/sapphire.cpp $(filtersdir)/swbasicfilter.cpp $(filtersdir)/swoptfilter.cpp $(filtersdir)/gbfhtml.cpp $(filtersdir)/gbfhtmlhref.cpp $(filtersdir)/gbfwebif.cpp $(filtersdir)/gbfplain.cpp $(filtersdir)/gbfrtf.cpp $(filtersdir)/plainhtml.cpp $(filtersdir)/cipherfil.cpp $(filtersdir)/rtfhtml.cpp $(filtersdir)/gbfstrongs.cpp $(filtersdir)/gbffootnotes.cpp $(filtersdir)/gbfheadings.cpp $(filtersdir)/gbfredletterwords.cpp $(filtersdir)/gbfmorph.cpp $(filtersdir)/plainfootnotes.cpp $(filtersdir)/thmlstrongs.cpp $(filtersdir)/thmlfootnotes.cpp $(filtersdir)/thmlheadings.cpp $(filtersdir)/thmlmorph.cpp $(filtersdir)/thmllemma.cpp $(filtersdir)/thmlscripref.cpp $(filtersdir)/thmlvariants.cpp $(filtersdir)/gbfthml.cpp $(filtersdir)/thmlgbf.cpp $(filtersdir)/thmlrtf.cpp $(filtersdir)/thmlhtml.cpp $(filtersdir)/thmlhtmlhref.cpp $(filtersdir)/thmlwebif.cpp $(filtersdir)/thmlosis.cpp $(filtersdir)/gbfosis.cpp $(filtersdir)/thmlplain.cpp $(filtersdir)/osisheadings.cpp $(filtersdir)/osisfootnotes.cpp $(filtersdir)/osishtmlhref.cpp $(filtersdir)/osiswebif.cpp $(filtersdir)/osismorph.cpp $(filtersdir)/osisstrongs.cpp $(filtersdir)/osisplain.cpp $(filtersdir)/osisrtf.cpp $(filtersdir)/osislemma.cpp $(filtersdir)/osisredletterwords.cpp $(filtersdir)/osisscripref.cpp $(filtersdir)/unicodertf.cpp $(filtersdir)/latin1utf8.cpp $(filtersdir)/latin1utf16.cpp $(filtersdir)/utf8utf16.cpp $(filtersdir)/utf16utf8.cpp $(filtersdir)/scsuutf8.cpp $(filtersdir)/utf8html.cpp $(filtersdir)/utf8latin1.cpp $(filtersdir)/utf8cantillation.cpp $(filtersdir)/utf8hebrewpoints.cpp $(filtersdir)/utf8greekaccents.cpp $(filtersdir)/greeklexattribs.cpp $(SWREALICUSRC) $(genbookdir)/swgenbook.cpp $(rawgenbookdir)/rawgenbook.cpp $(textsdir)/swtext.cpp $(rawtextdir)/rawtext.cpp $(ztextdir)/ztext.cpp $(commentsdir)/swcom.cpp $(rawcomdir)/rawcom.cpp $(rawfilesdir)/rawfiles.cpp $(zcomdir)/zcom.cpp $(hrefcomdir)/hrefcom.cpp $(lexdictdir)/swld.cpp $(rawlddir)/rawld.cpp $(rawld4dir)/rawld4.cpp $(zlddir)/zld.cpp $(bindingsdir)/flatapi.cpp
-@ICU_FALSE@ICULIBADD =
-@ICU_TRUE@ICULIBADD = $(ICU_LIBS) $(ICU_IOLIBS)
-@ICU_FALSE@ICUDEF =
-@ICU_TRUE@ICUDEF = -DSWICU_DATA=\"${pkglibdir}/${VERSION}_icu_${ICU_VER}\"
-
-@INSTALLMGR_TRUE@IMGRLIBADD = -lcurl $(CURL_LIBS)
-@INSTALLMGR_FALSE@IMGRLIBADD =
-
-libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD)
-
-libsword_la_LDFLAGS = -version-info 3
-keysdir = $(top_srcdir)/src/keys
-
-utilfunsdir = $(top_srcdir)/src/utilfuns
-@ZLIB_FALSE@UNTGZ =
-
-@ZLIB_TRUE@UNTGZ = $(utilfunsdir)/zlib/untgz.c
-@MINGW_FALSE@SWREGEX =
-
-@MINGW_TRUE@SWREGEX = $(utilfunsdir)/regex.c
-mgrdir = $(top_srcdir)/src/mgr
-
-@CONFDEF_TRUE@globdef = -DGLOBCONFPATH=\"${globalconfdir}/sword.conf\"
-@CONFDEF_FALSE@globdef =
-frontenddir = $(top_srcdir)/src/frontend
-modulesdir = $(top_srcdir)/src/modules
-commondir = $(top_srcdir)/src/modules/common
-@ZLIB_FALSE@SWZLIB =
-
-@ZLIB_TRUE@SWZLIB = $(commondir)/zipcomprs.cpp
-filtersdir = $(top_srcdir)/src/modules/filters
-
-SWICUSRC = $(filtersdir)/utf8transliterator.cpp $(filtersdir)/utf8nfc.cpp $(filtersdir)/utf8nfkd.cpp $(filtersdir)/utf8arshaping.cpp $(filtersdir)/utf8bidireorder.cpp
-@ICUSWORD_TRUE@@ICU_FALSE@ICUDEFS = -D_ICU_ -D_ICUSWORD_
-
-@ICU_TRUE@ICUDEFS = -D_ICU_
-@ICUSWORD_FALSE@@ICU_FALSE@DISTSWICUSRC = $(SWICUSRC)
-@ICUSWORD_TRUE@@ICU_FALSE@DISTSWICUSRC =
-@ICU_TRUE@DISTSWICUSRC =
-@ICUSWORD_FALSE@@ICU_FALSE@SWREALICUSRC =
-@ICUSWORD_TRUE@@ICU_FALSE@SWREALICUSRC = $(SWICUSRC)
-@ICU_TRUE@SWREALICUSRC = $(SWICUSRC)
-EXTRA_DIST = $(DISTSWICUSRC)
-genbookdir = $(top_srcdir)/src/modules/genbook
-rawgenbookdir = $(top_srcdir)/src/modules/genbook/rawgenbook
-textsdir = $(top_srcdir)/src/modules/texts
-rawtextdir = $(top_srcdir)/src/modules/texts/rawtext
-ztextdir = $(top_srcdir)/src/modules/texts/ztext
-commentsdir = $(top_srcdir)/src/modules/comments
-rawcomdir = $(top_srcdir)/src/modules/comments/rawcom
-rawfilesdir = $(top_srcdir)/src/modules/comments/rawfiles
-zcomdir = $(top_srcdir)/src/modules/comments/zcom
-hrefcomdir = $(top_srcdir)/src/modules/comments/hrefcom
-lexdictdir = $(top_srcdir)/src/modules/lexdict
-rawlddir = $(top_srcdir)/src/modules/lexdict/rawld
-rawld4dir = $(top_srcdir)/src/modules/lexdict/rawld4
-zlddir = $(top_srcdir)/src/modules/lexdict/zld
-
-bindingsdir = $(top_srcdir)/bindings
-swincludedir = $(top_srcdir)/include
-
-pkginclude_HEADERS = $(swincludedir)/Greek2Greek.h $(swincludedir)/GreekChars.h $(swincludedir)/canon.h $(swincludedir)/cipherfil.h $(swincludedir)/defs.h $(swincludedir)/echomod.h $(swincludedir)/encfiltmgr.h $(swincludedir)/entriesblk.h $(swincludedir)/femain.h $(swincludedir)/filemgr.h $(swincludedir)/flatapi.h $(swincludedir)/gbffootnotes.h $(swincludedir)/gbfheadings.h $(swincludedir)/gbfhtml.h $(swincludedir)/gbfhtmlhref.h $(swincludedir)/gbfwebif.h $(swincludedir)/gbfmorph.h $(swincludedir)/gbfosis.h $(swincludedir)/gbfplain.h $(swincludedir)/gbfredletterwords.h $(swincludedir)/gbfrtf.h $(swincludedir)/gbfstrongs.h $(swincludedir)/gbfthml.h $(swincludedir)/greeklexattribs.h $(swincludedir)/hebrewmcim.h $(swincludedir)/hrefcom.h $(swincludedir)/latin1utf16.h $(swincludedir)/latin1utf8.h $(swincludedir)/listkey.h $(swincludedir)/localemgr.h $(swincludedir)/lzsscomprs.h $(swincludedir)/markupfiltmgr.h $(swincludedir)/multimapwdef.h $(swincludedir)/nullim.h $(swincludedir)/osisheadings.h $(swincludedir)/osishtmlhref.h $(swincludedir)/osiswebif.h $(swincludedir)/osismorph.h $(swincludedir)/osisplain.h $(swincludedir)/osisrtf.h $(swincludedir)/osisstrongs.h $(swincludedir)/osisfootnotes.h $(swincludedir)/osislemma.h $(swincludedir)/osisredletterwords.h $(swincludedir)/osisscripref.h $(swincludedir)/plainfootnotes.h $(swincludedir)/plainfootnotes.h $(swincludedir)/plainhtml.h $(swincludedir)/rawcom.h $(swincludedir)/rawfiles.h $(swincludedir)/rawgbf.h $(swincludedir)/rawgenbook.h $(swincludedir)/rawld.h $(swincludedir)/rawld4.h $(swincludedir)/rawstr.h $(swincludedir)/rawstr4.h $(swincludedir)/rawtext.h $(swincludedir)/rawverse.h $(swincludedir)/regex.h $(swincludedir)/roman.h $(swincludedir)/rtfhtml.h $(swincludedir)/sapphire.h $(swincludedir)/scsuutf8.h $(swincludedir)/strkey.h $(swincludedir)/swbasicfilter.h $(swincludedir)/swbuf.h $(swincludedir)/swcacher.h $(swincludedir)/swcipher.h $(swincludedir)/swcom.h $(swincludedir)/swcomprs.h $(swincludedir)/swconfig.h $(swincludedir)/swdisp.h $(swincludedir)/swdisprtf.h $(swincludedir)/swdisprtfchap.h $(swincludedir)/swfilter.h $(swincludedir)/swfiltermgr.h $(swincludedir)/swgenbook.h $(swincludedir)/swinputmeth.h $(swincludedir)/swkey.h $(swincludedir)/swld.h $(swincludedir)/swlocale.h $(swincludedir)/swlog.h $(swincludedir)/swmacs.h $(swincludedir)/swmgr.h $(swincludedir)/swmodule.h $(swincludedir)/swoptfilter.h $(swincludedir)/swobject.h $(swincludedir)/swsearchable.h $(swincludedir)/swtext.h $(swincludedir)/swunicod.h $(swincludedir)/swversion.h $(swincludedir)/swwinlog.h $(swincludedir)/sysdata.h $(swincludedir)/tbdisp.h $(swincludedir)/thmlfootnotes.h $(swincludedir)/thmlgbf.h $(swincludedir)/thmlheadings.h $(swincludedir)/thmlhtml.h $(swincludedir)/thmlhtmlhref.h $(swincludedir)/thmlwebif.h $(swincludedir)/thmllemma.h $(swincludedir)/thmlmorph.h $(swincludedir)/thmlosis.h $(swincludedir)/thmlplain.h $(swincludedir)/thmlrtf.h $(swincludedir)/thmlscripref.h $(swincludedir)/thmlstrongs.h $(swincludedir)/thmlvariants.h $(swincludedir)/treekey.h $(swincludedir)/treekeyidx.h $(swincludedir)/unicodertf.h $(swincludedir)/unixstr.h $(swincludedir)/untgz.h $(swincludedir)/utf16utf8.h $(swincludedir)/utf8arshaping.h $(swincludedir)/utf8bidireorder.h $(swincludedir)/utf8cantillation.h $(swincludedir)/utf8greekaccents.h $(swincludedir)/utf8hebrewpoints.h $(swincludedir)/utf8html.h $(swincludedir)/utf8latin1.h $(swincludedir)/utf8nfc.h $(swincludedir)/utf8nfkd.h $(swincludedir)/utf8transliterator.h $(swincludedir)/utf8utf16.h $(swincludedir)/utilconf.h $(swincludedir)/utilfuns.h $(swincludedir)/utilstr.h $(swincludedir)/utilxml.h $(swincludedir)/utilweb.h $(swincludedir)/versekey.h $(swincludedir)/zcom.h $(swincludedir)/zconf.h $(swincludedir)/zipcomprs.h $(swincludedir)/zld.h $(swincludedir)/zlib.h $(swincludedir)/zstr.h $(swincludedir)/ztext.h $(swincludedir)/zverse.h $(swincludedir)/installmgr.h $(swincludedir)/ftpparse.h $(REMOTE_HEAD)
-
-@INSTALLMGR_TRUE@REMOTE_HEAD = $(swincludedir)/swremotemgr.h $(swincludedir)/swinstallmgr.h
-@INSTALLMGR_FALSE@REMOTE_HEAD =
-subdir = lib
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-LTLIBRARIES = $(lib_LTLIBRARIES)
-
-@ICU_FALSE@@INSTALLMGR_TRUE@libsword_la_DEPENDENCIES =
-@ICU_FALSE@@INSTALLMGR_FALSE@libsword_la_DEPENDENCIES =
-@ICU_TRUE@@INSTALLMGR_TRUE@libsword_la_DEPENDENCIES =
-@ICU_TRUE@@INSTALLMGR_FALSE@libsword_la_DEPENDENCIES =
-am__libsword_la_SOURCES_DIST = $(keysdir)/swkey.cpp \
- $(keysdir)/listkey.cpp $(keysdir)/versekey.cpp \
- $(keysdir)/strkey.cpp $(keysdir)/treekey.cpp \
- $(keysdir)/treekeyidx.cpp $(utilfunsdir)/Greek2Greek.cpp \
- $(utilfunsdir)/utilstr.cpp $(utilfunsdir)/utilweb.cpp \
- $(utilfunsdir)/utilxml.cpp $(utilfunsdir)/unixstr.cpp \
- $(utilfunsdir)/swunicod.cpp $(utilfunsdir)/swversion.cpp \
- $(utilfunsdir)/swbuf.cpp $(utilfunsdir)/ftpparse.c \
- $(utilfunsdir)/zlib/untgz.c $(utilfunsdir)/regex.c \
- $(utilfunsdir)/roman.cpp $(mgrdir)/swconfig.cpp \
- $(mgrdir)/swmgr.cpp $(mgrdir)/swfiltermgr.cpp \
- $(mgrdir)/encfiltmgr.cpp $(mgrdir)/markupfiltmgr.cpp \
- $(mgrdir)/filemgr.cpp $(mgrdir)/swlocale.cpp \
- $(mgrdir)/localemgr.cpp $(mgrdir)/swcacher.cpp \
- $(mgrdir)/swsearchable.cpp $(mgrdir)/installmgr.cpp \
- $(frontenddir)/swdisp.cpp $(frontenddir)/swlog.cpp \
- $(modulesdir)/swmodule.cpp $(commondir)/rawstr.cpp \
- $(commondir)/rawstr4.cpp $(commondir)/swcomprs.cpp \
- $(commondir)/lzsscomprs.cpp $(commondir)/zipcomprs.cpp \
- $(commondir)/rawverse.cpp $(commondir)/swcipher.cpp \
- $(commondir)/zverse.cpp $(commondir)/zstr.cpp \
- $(commondir)/entriesblk.cpp $(commondir)/sapphire.cpp \
- $(filtersdir)/swbasicfilter.cpp $(filtersdir)/swoptfilter.cpp \
- $(filtersdir)/gbfhtml.cpp $(filtersdir)/gbfhtmlhref.cpp \
- $(filtersdir)/gbfwebif.cpp $(filtersdir)/gbfplain.cpp \
- $(filtersdir)/gbfrtf.cpp $(filtersdir)/plainhtml.cpp \
- $(filtersdir)/cipherfil.cpp $(filtersdir)/rtfhtml.cpp \
- $(filtersdir)/gbfstrongs.cpp $(filtersdir)/gbffootnotes.cpp \
- $(filtersdir)/gbfheadings.cpp \
- $(filtersdir)/gbfredletterwords.cpp $(filtersdir)/gbfmorph.cpp \
- $(filtersdir)/plainfootnotes.cpp $(filtersdir)/thmlstrongs.cpp \
- $(filtersdir)/thmlfootnotes.cpp $(filtersdir)/thmlheadings.cpp \
- $(filtersdir)/thmlmorph.cpp $(filtersdir)/thmllemma.cpp \
- $(filtersdir)/thmlscripref.cpp $(filtersdir)/thmlvariants.cpp \
- $(filtersdir)/gbfthml.cpp $(filtersdir)/thmlgbf.cpp \
- $(filtersdir)/thmlrtf.cpp $(filtersdir)/thmlhtml.cpp \
- $(filtersdir)/thmlhtmlhref.cpp $(filtersdir)/thmlwebif.cpp \
- $(filtersdir)/thmlosis.cpp $(filtersdir)/gbfosis.cpp \
- $(filtersdir)/thmlplain.cpp $(filtersdir)/osisheadings.cpp \
- $(filtersdir)/osisfootnotes.cpp $(filtersdir)/osishtmlhref.cpp \
- $(filtersdir)/osiswebif.cpp $(filtersdir)/osismorph.cpp \
- $(filtersdir)/osisstrongs.cpp $(filtersdir)/osisplain.cpp \
- $(filtersdir)/osisrtf.cpp $(filtersdir)/osislemma.cpp \
- $(filtersdir)/osisredletterwords.cpp \
- $(filtersdir)/osisscripref.cpp $(filtersdir)/unicodertf.cpp \
- $(filtersdir)/latin1utf8.cpp $(filtersdir)/latin1utf16.cpp \
- $(filtersdir)/utf8utf16.cpp $(filtersdir)/utf16utf8.cpp \
- $(filtersdir)/scsuutf8.cpp $(filtersdir)/utf8html.cpp \
- $(filtersdir)/utf8latin1.cpp $(filtersdir)/utf8cantillation.cpp \
- $(filtersdir)/utf8hebrewpoints.cpp \
- $(filtersdir)/utf8greekaccents.cpp \
- $(filtersdir)/greeklexattribs.cpp \
- $(filtersdir)/utf8transliterator.cpp $(filtersdir)/utf8nfc.cpp \
- $(filtersdir)/utf8nfkd.cpp $(filtersdir)/utf8arshaping.cpp \
- $(filtersdir)/utf8bidireorder.cpp $(genbookdir)/swgenbook.cpp \
- $(rawgenbookdir)/rawgenbook.cpp $(textsdir)/swtext.cpp \
- $(rawtextdir)/rawtext.cpp $(ztextdir)/ztext.cpp \
- $(commentsdir)/swcom.cpp $(rawcomdir)/rawcom.cpp \
- $(rawfilesdir)/rawfiles.cpp $(zcomdir)/zcom.cpp \
- $(hrefcomdir)/hrefcom.cpp $(lexdictdir)/swld.cpp \
- $(rawlddir)/rawld.cpp $(rawld4dir)/rawld4.cpp $(zlddir)/zld.cpp \
- $(bindingsdir)/flatapi.cpp
-@ZLIB_TRUE@am__objects_1 = untgz.lo
-@ZLIB_FALSE@am__objects_1 =
-@MINGW_TRUE@am__objects_2 = regex.lo
-@MINGW_FALSE@am__objects_2 =
-@ZLIB_TRUE@am__objects_3 = zipcomprs.lo
-@ZLIB_FALSE@am__objects_3 =
-am__objects_4 = utf8transliterator.lo utf8nfc.lo utf8nfkd.lo \
- utf8arshaping.lo utf8bidireorder.lo
-@ICU_TRUE@am__objects_5 = $(am__objects_4)
-@ICUSWORD_FALSE@@ICU_FALSE@am__objects_5 =
-@ICUSWORD_TRUE@@ICU_FALSE@am__objects_5 = $(am__objects_4)
-am_libsword_la_OBJECTS = swkey.lo listkey.lo versekey.lo strkey.lo \
- treekey.lo treekeyidx.lo Greek2Greek.lo utilstr.lo utilweb.lo \
- utilxml.lo unixstr.lo swunicod.lo swversion.lo swbuf.lo \
- ftpparse.lo $(am__objects_1) $(am__objects_2) roman.lo \
- swconfig.lo swmgr.lo swfiltermgr.lo encfiltmgr.lo \
- markupfiltmgr.lo filemgr.lo swlocale.lo localemgr.lo \
- swcacher.lo swsearchable.lo installmgr.lo swdisp.lo swlog.lo \
- swmodule.lo rawstr.lo rawstr4.lo swcomprs.lo lzsscomprs.lo \
- $(am__objects_3) rawverse.lo swcipher.lo zverse.lo zstr.lo \
- entriesblk.lo sapphire.lo swbasicfilter.lo swoptfilter.lo \
- gbfhtml.lo gbfhtmlhref.lo gbfwebif.lo gbfplain.lo gbfrtf.lo \
- plainhtml.lo cipherfil.lo rtfhtml.lo gbfstrongs.lo \
- gbffootnotes.lo gbfheadings.lo gbfredletterwords.lo gbfmorph.lo \
- plainfootnotes.lo thmlstrongs.lo thmlfootnotes.lo \
- thmlheadings.lo thmlmorph.lo thmllemma.lo thmlscripref.lo \
- thmlvariants.lo gbfthml.lo thmlgbf.lo thmlrtf.lo thmlhtml.lo \
- thmlhtmlhref.lo thmlwebif.lo thmlosis.lo gbfosis.lo \
- thmlplain.lo osisheadings.lo osisfootnotes.lo osishtmlhref.lo \
- osiswebif.lo osismorph.lo osisstrongs.lo osisplain.lo \
- osisrtf.lo osislemma.lo osisredletterwords.lo osisscripref.lo \
- unicodertf.lo latin1utf8.lo latin1utf16.lo utf8utf16.lo \
- utf16utf8.lo scsuutf8.lo utf8html.lo utf8latin1.lo \
- utf8cantillation.lo utf8hebrewpoints.lo utf8greekaccents.lo \
- greeklexattribs.lo $(am__objects_5) swgenbook.lo rawgenbook.lo \
- swtext.lo rawtext.lo ztext.lo swcom.lo rawcom.lo rawfiles.lo \
- zcom.lo hrefcom.lo swld.lo rawld.lo rawld4.lo zld.lo flatapi.lo
-libsword_la_OBJECTS = $(am_libsword_la_OBJECTS)
-
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Greek2Greek.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/cipherfil.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/encfiltmgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/entriesblk.Plo ./$(DEPDIR)/filemgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/flatapi.Plo ./$(DEPDIR)/ftpparse.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbffootnotes.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfheadings.Plo ./$(DEPDIR)/gbfhtml.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfhtmlhref.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfmorph.Plo ./$(DEPDIR)/gbfosis.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfplain.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfredletterwords.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfrtf.Plo ./$(DEPDIR)/gbfstrongs.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/gbfthml.Plo ./$(DEPDIR)/gbfwebif.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/greeklexattribs.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/hrefcom.Plo ./$(DEPDIR)/installmgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/latin1utf16.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/latin1utf8.Plo ./$(DEPDIR)/listkey.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/localemgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/lzsscomprs.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/markupfiltmgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisfootnotes.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisheadings.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osishtmlhref.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osislemma.Plo ./$(DEPDIR)/osismorph.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisplain.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisredletterwords.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisrtf.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisscripref.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osisstrongs.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/osiswebif.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/plainfootnotes.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/plainhtml.Plo ./$(DEPDIR)/rawcom.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/rawfiles.Plo ./$(DEPDIR)/rawgenbook.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/rawld.Plo ./$(DEPDIR)/rawld4.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/rawstr.Plo ./$(DEPDIR)/rawstr4.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/rawtext.Plo ./$(DEPDIR)/rawverse.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/regex.Plo ./$(DEPDIR)/roman.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/rtfhtml.Plo ./$(DEPDIR)/sapphire.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/scsuutf8.Plo ./$(DEPDIR)/strkey.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swbasicfilter.Plo ./$(DEPDIR)/swbuf.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swcacher.Plo ./$(DEPDIR)/swcipher.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swcom.Plo ./$(DEPDIR)/swcomprs.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swconfig.Plo ./$(DEPDIR)/swdisp.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swfiltermgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swgenbook.Plo ./$(DEPDIR)/swkey.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swld.Plo ./$(DEPDIR)/swlocale.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swlog.Plo ./$(DEPDIR)/swmgr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swmodule.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swoptfilter.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swsearchable.Plo ./$(DEPDIR)/swtext.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/swunicod.Plo ./$(DEPDIR)/swversion.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlfootnotes.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlgbf.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlheadings.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlhtml.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlhtmlhref.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmllemma.Plo ./$(DEPDIR)/thmlmorph.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlosis.Plo ./$(DEPDIR)/thmlplain.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlrtf.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlscripref.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlstrongs.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlvariants.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/thmlwebif.Plo ./$(DEPDIR)/treekey.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/treekeyidx.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/unicodertf.Plo ./$(DEPDIR)/unixstr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/untgz.Plo ./$(DEPDIR)/utf16utf8.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8arshaping.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8bidireorder.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8cantillation.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8greekaccents.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8hebrewpoints.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8html.Plo ./$(DEPDIR)/utf8latin1.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8nfc.Plo ./$(DEPDIR)/utf8nfkd.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8transliterator.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utf8utf16.Plo ./$(DEPDIR)/utilstr.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/utilweb.Plo ./$(DEPDIR)/utilxml.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/versekey.Plo ./$(DEPDIR)/zcom.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/zipcomprs.Plo ./$(DEPDIR)/zld.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/zstr.Plo ./$(DEPDIR)/ztext.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/zverse.Plo
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
- $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
-DIST_SOURCES = $(am__libsword_la_SOURCES_DIST)
-HEADERS = $(pkginclude_HEADERS)
-
-DIST_COMMON = README $(pkginclude_HEADERS) \
- $(srcdir)/../bindings/Makefile.am \
- $(srcdir)/../include/Makefile.am \
- $(srcdir)/../src/frontend/Makefile.am \
- $(srcdir)/../src/keys/Makefile.am \
- $(srcdir)/../src/mgr/Makefile.am \
- $(srcdir)/../src/modules/Makefile.am \
- $(srcdir)/../src/modules/comments/Makefile.am \
- $(srcdir)/../src/modules/comments/hrefcom/Makefile.am \
- $(srcdir)/../src/modules/comments/rawcom/Makefile.am \
- $(srcdir)/../src/modules/comments/rawfiles/Makefile.am \
- $(srcdir)/../src/modules/comments/zcom/Makefile.am \
- $(srcdir)/../src/modules/common/Makefile.am \
- $(srcdir)/../src/modules/filters/Makefile.am \
- $(srcdir)/../src/modules/genbook/Makefile.am \
- $(srcdir)/../src/modules/genbook/rawgenbook/Makefile.am \
- $(srcdir)/../src/modules/lexdict/Makefile.am \
- $(srcdir)/../src/modules/lexdict/rawld/Makefile.am \
- $(srcdir)/../src/modules/lexdict/rawld4/Makefile.am \
- $(srcdir)/../src/modules/lexdict/zld/Makefile.am \
- $(srcdir)/../src/modules/texts/Makefile.am \
- $(srcdir)/../src/modules/texts/rawtext/Makefile.am \
- $(srcdir)/../src/modules/texts/ztext/Makefile.am \
- $(srcdir)/../src/utilfuns/Makefile.am Makefile.am Makefile.in
-SOURCES = $(libsword_la_SOURCES)
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .cpp .lo .o .obj
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(srcdir)/../src/keys/Makefile.am $(srcdir)/../src/utilfuns/Makefile.am $(srcdir)/../src/mgr/Makefile.am $(srcdir)/../src/frontend/Makefile.am $(srcdir)/../src/modules/Makefile.am $(srcdir)/../src/modules/common/Makefile.am $(srcdir)/../src/modules/filters/Makefile.am $(srcdir)/../src/modules/genbook/Makefile.am $(srcdir)/../src/modules/genbook/rawgenbook/Makefile.am $(srcdir)/../src/modules/texts/Makefile.am $(srcdir)/../src/modules/texts/rawtext/Makefile.am $(srcdir)/../src/modules/texts/ztext/Makefile.am $(srcdir)/../src/modules/comments/Makefile.am $(srcdir)/../src/modules/comments/rawcom/Makefile.am $(srcdir)/../src/modules/comments/rawfiles/Makefile.am $(srcdir)/../src/modules/comments/zcom/Makefile.am $(srcdir)/../src/modules/comments/hrefcom/Makefile.am $(srcdir)/../src/modules/lexdict/Makefile.am $(srcdir)/../src/modules/lexdict/rawld/Makefile.am $(srcdir)/../src/modules/lexdict/rawld4/Makefile.am $(srcdir)/../src/modules/lexdict/zld/Makefile.am $(srcdir)/../bindings/Makefile.am $(srcdir)/../include/Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
- cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign lib/Makefile
-Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
-libLTLIBRARIES_INSTALL = $(INSTALL)
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(libdir)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
- $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
- else :; fi; \
- done
-
-uninstall-libLTLIBRARIES:
- @$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
- $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
- done
-
-clean-libLTLIBRARIES:
- -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
- test "$$dir" = "$$p" && dir=.; \
- echo "rm -f \"$${dir}/so_locations\""; \
- rm -f "$${dir}/so_locations"; \
- done
-libsword.la: $(libsword_la_OBJECTS) $(libsword_la_DEPENDENCIES)
- $(CXXLINK) -rpath $(libdir) $(libsword_la_LDFLAGS) $(libsword_la_OBJECTS) $(libsword_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT) core *.core
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Greek2Greek.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cipherfil.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encfiltmgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entriesblk.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flatapi.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftpparse.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbffootnotes.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfheadings.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfhtml.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfhtmlhref.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfmorph.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfosis.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfplain.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfredletterwords.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfrtf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfstrongs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfthml.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbfwebif.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/greeklexattribs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hrefcom.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/installmgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latin1utf16.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latin1utf8.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listkey.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localemgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzsscomprs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/markupfiltmgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisfootnotes.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisheadings.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osishtmlhref.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osislemma.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osismorph.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisplain.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisredletterwords.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisrtf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisscripref.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osisstrongs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osiswebif.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plainfootnotes.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plainhtml.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawcom.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawfiles.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawgenbook.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawld.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawld4.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr4.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawtext.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawverse.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/roman.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtfhtml.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sapphire.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsuutf8.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strkey.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swbasicfilter.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swbuf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swcacher.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swcipher.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swcom.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swcomprs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swconfig.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swdisp.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swfiltermgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swgenbook.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swkey.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swld.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swlocale.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swlog.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swmgr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swmodule.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swoptfilter.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swsearchable.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swtext.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swunicod.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swversion.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlfootnotes.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlgbf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlheadings.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlhtml.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlhtmlhref.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmllemma.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlmorph.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlosis.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlplain.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlrtf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlscripref.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlstrongs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlvariants.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thmlwebif.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treekey.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treekeyidx.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicodertf.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unixstr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untgz.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf16utf8.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8arshaping.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8bidireorder.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8cantillation.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8greekaccents.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8hebrewpoints.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8html.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8latin1.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8nfc.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8nfkd.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8transliterator.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8utf16.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilstr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilweb.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilxml.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versekey.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zcom.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zipcomprs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zld.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zstr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ztext.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zverse.Plo@am__quote@
-
-distclean-depend:
- -rm -rf ./$(DEPDIR)
-
-.c.o:
-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
-
-.c.obj:
-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
-
-.c.lo:
-@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-
-ftpparse.o: $(utilfunsdir)/ftpparse.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ftpparse.o -MD -MP -MF "$(DEPDIR)/ftpparse.Tpo" \
-@am__fastdepCC_TRUE@ -c -o ftpparse.o `test -f '$(utilfunsdir)/ftpparse.c' || echo '$(srcdir)/'`$(utilfunsdir)/ftpparse.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/ftpparse.Tpo" "$(DEPDIR)/ftpparse.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/ftpparse.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/ftpparse.c' object='ftpparse.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/ftpparse.Po' tmpdepfile='$(DEPDIR)/ftpparse.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ftpparse.o `test -f '$(utilfunsdir)/ftpparse.c' || echo '$(srcdir)/'`$(utilfunsdir)/ftpparse.c
-
-ftpparse.obj: $(utilfunsdir)/ftpparse.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ftpparse.obj -MD -MP -MF "$(DEPDIR)/ftpparse.Tpo" \
-@am__fastdepCC_TRUE@ -c -o ftpparse.obj `if test -f '$(utilfunsdir)/ftpparse.c'; then $(CYGPATH_W) '$(utilfunsdir)/ftpparse.c'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/ftpparse.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/ftpparse.Tpo" "$(DEPDIR)/ftpparse.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/ftpparse.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/ftpparse.c' object='ftpparse.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/ftpparse.Po' tmpdepfile='$(DEPDIR)/ftpparse.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ftpparse.obj `if test -f '$(utilfunsdir)/ftpparse.c'; then $(CYGPATH_W) '$(utilfunsdir)/ftpparse.c'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/ftpparse.c'; fi`
-
-ftpparse.lo: $(utilfunsdir)/ftpparse.c
-@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ftpparse.lo -MD -MP -MF "$(DEPDIR)/ftpparse.Tpo" \
-@am__fastdepCC_TRUE@ -c -o ftpparse.lo `test -f '$(utilfunsdir)/ftpparse.c' || echo '$(srcdir)/'`$(utilfunsdir)/ftpparse.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/ftpparse.Tpo" "$(DEPDIR)/ftpparse.Plo"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/ftpparse.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/ftpparse.c' object='ftpparse.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/ftpparse.Plo' tmpdepfile='$(DEPDIR)/ftpparse.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ftpparse.lo `test -f '$(utilfunsdir)/ftpparse.c' || echo '$(srcdir)/'`$(utilfunsdir)/ftpparse.c
-
-untgz.o: $(utilfunsdir)/zlib/untgz.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT untgz.o -MD -MP -MF "$(DEPDIR)/untgz.Tpo" \
-@am__fastdepCC_TRUE@ -c -o untgz.o `test -f '$(utilfunsdir)/zlib/untgz.c' || echo '$(srcdir)/'`$(utilfunsdir)/zlib/untgz.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/untgz.Tpo" "$(DEPDIR)/untgz.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/untgz.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/zlib/untgz.c' object='untgz.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/untgz.Po' tmpdepfile='$(DEPDIR)/untgz.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o untgz.o `test -f '$(utilfunsdir)/zlib/untgz.c' || echo '$(srcdir)/'`$(utilfunsdir)/zlib/untgz.c
-
-untgz.obj: $(utilfunsdir)/zlib/untgz.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT untgz.obj -MD -MP -MF "$(DEPDIR)/untgz.Tpo" \
-@am__fastdepCC_TRUE@ -c -o untgz.obj `if test -f '$(utilfunsdir)/zlib/untgz.c'; then $(CYGPATH_W) '$(utilfunsdir)/zlib/untgz.c'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/zlib/untgz.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/untgz.Tpo" "$(DEPDIR)/untgz.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/untgz.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/zlib/untgz.c' object='untgz.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/untgz.Po' tmpdepfile='$(DEPDIR)/untgz.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o untgz.obj `if test -f '$(utilfunsdir)/zlib/untgz.c'; then $(CYGPATH_W) '$(utilfunsdir)/zlib/untgz.c'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/zlib/untgz.c'; fi`
-
-untgz.lo: $(utilfunsdir)/zlib/untgz.c
-@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT untgz.lo -MD -MP -MF "$(DEPDIR)/untgz.Tpo" \
-@am__fastdepCC_TRUE@ -c -o untgz.lo `test -f '$(utilfunsdir)/zlib/untgz.c' || echo '$(srcdir)/'`$(utilfunsdir)/zlib/untgz.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/untgz.Tpo" "$(DEPDIR)/untgz.Plo"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/untgz.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/zlib/untgz.c' object='untgz.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/untgz.Plo' tmpdepfile='$(DEPDIR)/untgz.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o untgz.lo `test -f '$(utilfunsdir)/zlib/untgz.c' || echo '$(srcdir)/'`$(utilfunsdir)/zlib/untgz.c
-
-regex.o: $(utilfunsdir)/regex.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex.o -MD -MP -MF "$(DEPDIR)/regex.Tpo" \
-@am__fastdepCC_TRUE@ -c -o regex.o `test -f '$(utilfunsdir)/regex.c' || echo '$(srcdir)/'`$(utilfunsdir)/regex.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/regex.Tpo" "$(DEPDIR)/regex.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/regex.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/regex.c' object='regex.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/regex.Po' tmpdepfile='$(DEPDIR)/regex.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex.o `test -f '$(utilfunsdir)/regex.c' || echo '$(srcdir)/'`$(utilfunsdir)/regex.c
-
-regex.obj: $(utilfunsdir)/regex.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex.obj -MD -MP -MF "$(DEPDIR)/regex.Tpo" \
-@am__fastdepCC_TRUE@ -c -o regex.obj `if test -f '$(utilfunsdir)/regex.c'; then $(CYGPATH_W) '$(utilfunsdir)/regex.c'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/regex.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/regex.Tpo" "$(DEPDIR)/regex.Po"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/regex.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/regex.c' object='regex.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/regex.Po' tmpdepfile='$(DEPDIR)/regex.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex.obj `if test -f '$(utilfunsdir)/regex.c'; then $(CYGPATH_W) '$(utilfunsdir)/regex.c'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/regex.c'; fi`
-
-regex.lo: $(utilfunsdir)/regex.c
-@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex.lo -MD -MP -MF "$(DEPDIR)/regex.Tpo" \
-@am__fastdepCC_TRUE@ -c -o regex.lo `test -f '$(utilfunsdir)/regex.c' || echo '$(srcdir)/'`$(utilfunsdir)/regex.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/regex.Tpo" "$(DEPDIR)/regex.Plo"; \
-@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/regex.Tpo"; exit 1; \
-@am__fastdepCC_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(utilfunsdir)/regex.c' object='regex.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/regex.Plo' tmpdepfile='$(DEPDIR)/regex.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex.lo `test -f '$(utilfunsdir)/regex.c' || echo '$(srcdir)/'`$(utilfunsdir)/regex.c
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
-
-.cpp.lo:
-@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-
-swkey.o: $(keysdir)/swkey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swkey.o -MD -MP -MF "$(DEPDIR)/swkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swkey.o `test -f '$(keysdir)/swkey.cpp' || echo '$(srcdir)/'`$(keysdir)/swkey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swkey.Tpo" "$(DEPDIR)/swkey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/swkey.cpp' object='swkey.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swkey.Po' tmpdepfile='$(DEPDIR)/swkey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swkey.o `test -f '$(keysdir)/swkey.cpp' || echo '$(srcdir)/'`$(keysdir)/swkey.cpp
-
-swkey.obj: $(keysdir)/swkey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swkey.obj -MD -MP -MF "$(DEPDIR)/swkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swkey.obj `if test -f '$(keysdir)/swkey.cpp'; then $(CYGPATH_W) '$(keysdir)/swkey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/swkey.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swkey.Tpo" "$(DEPDIR)/swkey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/swkey.cpp' object='swkey.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swkey.Po' tmpdepfile='$(DEPDIR)/swkey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swkey.obj `if test -f '$(keysdir)/swkey.cpp'; then $(CYGPATH_W) '$(keysdir)/swkey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/swkey.cpp'; fi`
-
-swkey.lo: $(keysdir)/swkey.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swkey.lo -MD -MP -MF "$(DEPDIR)/swkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swkey.lo `test -f '$(keysdir)/swkey.cpp' || echo '$(srcdir)/'`$(keysdir)/swkey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swkey.Tpo" "$(DEPDIR)/swkey.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/swkey.cpp' object='swkey.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swkey.Plo' tmpdepfile='$(DEPDIR)/swkey.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swkey.lo `test -f '$(keysdir)/swkey.cpp' || echo '$(srcdir)/'`$(keysdir)/swkey.cpp
-
-listkey.o: $(keysdir)/listkey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT listkey.o -MD -MP -MF "$(DEPDIR)/listkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o listkey.o `test -f '$(keysdir)/listkey.cpp' || echo '$(srcdir)/'`$(keysdir)/listkey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/listkey.Tpo" "$(DEPDIR)/listkey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/listkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/listkey.cpp' object='listkey.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/listkey.Po' tmpdepfile='$(DEPDIR)/listkey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o listkey.o `test -f '$(keysdir)/listkey.cpp' || echo '$(srcdir)/'`$(keysdir)/listkey.cpp
-
-listkey.obj: $(keysdir)/listkey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT listkey.obj -MD -MP -MF "$(DEPDIR)/listkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o listkey.obj `if test -f '$(keysdir)/listkey.cpp'; then $(CYGPATH_W) '$(keysdir)/listkey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/listkey.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/listkey.Tpo" "$(DEPDIR)/listkey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/listkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/listkey.cpp' object='listkey.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/listkey.Po' tmpdepfile='$(DEPDIR)/listkey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o listkey.obj `if test -f '$(keysdir)/listkey.cpp'; then $(CYGPATH_W) '$(keysdir)/listkey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/listkey.cpp'; fi`
-
-listkey.lo: $(keysdir)/listkey.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT listkey.lo -MD -MP -MF "$(DEPDIR)/listkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o listkey.lo `test -f '$(keysdir)/listkey.cpp' || echo '$(srcdir)/'`$(keysdir)/listkey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/listkey.Tpo" "$(DEPDIR)/listkey.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/listkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/listkey.cpp' object='listkey.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/listkey.Plo' tmpdepfile='$(DEPDIR)/listkey.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o listkey.lo `test -f '$(keysdir)/listkey.cpp' || echo '$(srcdir)/'`$(keysdir)/listkey.cpp
-
-versekey.o: $(keysdir)/versekey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT versekey.o -MD -MP -MF "$(DEPDIR)/versekey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o versekey.o `test -f '$(keysdir)/versekey.cpp' || echo '$(srcdir)/'`$(keysdir)/versekey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/versekey.Tpo" "$(DEPDIR)/versekey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/versekey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/versekey.cpp' object='versekey.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/versekey.Po' tmpdepfile='$(DEPDIR)/versekey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o versekey.o `test -f '$(keysdir)/versekey.cpp' || echo '$(srcdir)/'`$(keysdir)/versekey.cpp
-
-versekey.obj: $(keysdir)/versekey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT versekey.obj -MD -MP -MF "$(DEPDIR)/versekey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o versekey.obj `if test -f '$(keysdir)/versekey.cpp'; then $(CYGPATH_W) '$(keysdir)/versekey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/versekey.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/versekey.Tpo" "$(DEPDIR)/versekey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/versekey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/versekey.cpp' object='versekey.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/versekey.Po' tmpdepfile='$(DEPDIR)/versekey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o versekey.obj `if test -f '$(keysdir)/versekey.cpp'; then $(CYGPATH_W) '$(keysdir)/versekey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/versekey.cpp'; fi`
-
-versekey.lo: $(keysdir)/versekey.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT versekey.lo -MD -MP -MF "$(DEPDIR)/versekey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o versekey.lo `test -f '$(keysdir)/versekey.cpp' || echo '$(srcdir)/'`$(keysdir)/versekey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/versekey.Tpo" "$(DEPDIR)/versekey.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/versekey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/versekey.cpp' object='versekey.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/versekey.Plo' tmpdepfile='$(DEPDIR)/versekey.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o versekey.lo `test -f '$(keysdir)/versekey.cpp' || echo '$(srcdir)/'`$(keysdir)/versekey.cpp
-
-strkey.o: $(keysdir)/strkey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strkey.o -MD -MP -MF "$(DEPDIR)/strkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o strkey.o `test -f '$(keysdir)/strkey.cpp' || echo '$(srcdir)/'`$(keysdir)/strkey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/strkey.Tpo" "$(DEPDIR)/strkey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/strkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/strkey.cpp' object='strkey.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/strkey.Po' tmpdepfile='$(DEPDIR)/strkey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strkey.o `test -f '$(keysdir)/strkey.cpp' || echo '$(srcdir)/'`$(keysdir)/strkey.cpp
-
-strkey.obj: $(keysdir)/strkey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strkey.obj -MD -MP -MF "$(DEPDIR)/strkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o strkey.obj `if test -f '$(keysdir)/strkey.cpp'; then $(CYGPATH_W) '$(keysdir)/strkey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/strkey.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/strkey.Tpo" "$(DEPDIR)/strkey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/strkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/strkey.cpp' object='strkey.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/strkey.Po' tmpdepfile='$(DEPDIR)/strkey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strkey.obj `if test -f '$(keysdir)/strkey.cpp'; then $(CYGPATH_W) '$(keysdir)/strkey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/strkey.cpp'; fi`
-
-strkey.lo: $(keysdir)/strkey.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strkey.lo -MD -MP -MF "$(DEPDIR)/strkey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o strkey.lo `test -f '$(keysdir)/strkey.cpp' || echo '$(srcdir)/'`$(keysdir)/strkey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/strkey.Tpo" "$(DEPDIR)/strkey.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/strkey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/strkey.cpp' object='strkey.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/strkey.Plo' tmpdepfile='$(DEPDIR)/strkey.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strkey.lo `test -f '$(keysdir)/strkey.cpp' || echo '$(srcdir)/'`$(keysdir)/strkey.cpp
-
-treekey.o: $(keysdir)/treekey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT treekey.o -MD -MP -MF "$(DEPDIR)/treekey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o treekey.o `test -f '$(keysdir)/treekey.cpp' || echo '$(srcdir)/'`$(keysdir)/treekey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/treekey.Tpo" "$(DEPDIR)/treekey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/treekey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/treekey.cpp' object='treekey.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/treekey.Po' tmpdepfile='$(DEPDIR)/treekey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o treekey.o `test -f '$(keysdir)/treekey.cpp' || echo '$(srcdir)/'`$(keysdir)/treekey.cpp
-
-treekey.obj: $(keysdir)/treekey.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT treekey.obj -MD -MP -MF "$(DEPDIR)/treekey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o treekey.obj `if test -f '$(keysdir)/treekey.cpp'; then $(CYGPATH_W) '$(keysdir)/treekey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/treekey.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/treekey.Tpo" "$(DEPDIR)/treekey.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/treekey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/treekey.cpp' object='treekey.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/treekey.Po' tmpdepfile='$(DEPDIR)/treekey.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o treekey.obj `if test -f '$(keysdir)/treekey.cpp'; then $(CYGPATH_W) '$(keysdir)/treekey.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/treekey.cpp'; fi`
-
-treekey.lo: $(keysdir)/treekey.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT treekey.lo -MD -MP -MF "$(DEPDIR)/treekey.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o treekey.lo `test -f '$(keysdir)/treekey.cpp' || echo '$(srcdir)/'`$(keysdir)/treekey.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/treekey.Tpo" "$(DEPDIR)/treekey.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/treekey.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/treekey.cpp' object='treekey.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/treekey.Plo' tmpdepfile='$(DEPDIR)/treekey.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o treekey.lo `test -f '$(keysdir)/treekey.cpp' || echo '$(srcdir)/'`$(keysdir)/treekey.cpp
-
-treekeyidx.o: $(keysdir)/treekeyidx.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT treekeyidx.o -MD -MP -MF "$(DEPDIR)/treekeyidx.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o treekeyidx.o `test -f '$(keysdir)/treekeyidx.cpp' || echo '$(srcdir)/'`$(keysdir)/treekeyidx.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/treekeyidx.Tpo" "$(DEPDIR)/treekeyidx.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/treekeyidx.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/treekeyidx.cpp' object='treekeyidx.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/treekeyidx.Po' tmpdepfile='$(DEPDIR)/treekeyidx.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o treekeyidx.o `test -f '$(keysdir)/treekeyidx.cpp' || echo '$(srcdir)/'`$(keysdir)/treekeyidx.cpp
-
-treekeyidx.obj: $(keysdir)/treekeyidx.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT treekeyidx.obj -MD -MP -MF "$(DEPDIR)/treekeyidx.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o treekeyidx.obj `if test -f '$(keysdir)/treekeyidx.cpp'; then $(CYGPATH_W) '$(keysdir)/treekeyidx.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/treekeyidx.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/treekeyidx.Tpo" "$(DEPDIR)/treekeyidx.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/treekeyidx.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/treekeyidx.cpp' object='treekeyidx.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/treekeyidx.Po' tmpdepfile='$(DEPDIR)/treekeyidx.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o treekeyidx.obj `if test -f '$(keysdir)/treekeyidx.cpp'; then $(CYGPATH_W) '$(keysdir)/treekeyidx.cpp'; else $(CYGPATH_W) '$(srcdir)/$(keysdir)/treekeyidx.cpp'; fi`
-
-treekeyidx.lo: $(keysdir)/treekeyidx.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT treekeyidx.lo -MD -MP -MF "$(DEPDIR)/treekeyidx.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o treekeyidx.lo `test -f '$(keysdir)/treekeyidx.cpp' || echo '$(srcdir)/'`$(keysdir)/treekeyidx.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/treekeyidx.Tpo" "$(DEPDIR)/treekeyidx.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/treekeyidx.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(keysdir)/treekeyidx.cpp' object='treekeyidx.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/treekeyidx.Plo' tmpdepfile='$(DEPDIR)/treekeyidx.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o treekeyidx.lo `test -f '$(keysdir)/treekeyidx.cpp' || echo '$(srcdir)/'`$(keysdir)/treekeyidx.cpp
-
-Greek2Greek.o: $(utilfunsdir)/Greek2Greek.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Greek2Greek.o -MD -MP -MF "$(DEPDIR)/Greek2Greek.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o Greek2Greek.o `test -f '$(utilfunsdir)/Greek2Greek.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/Greek2Greek.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/Greek2Greek.Tpo" "$(DEPDIR)/Greek2Greek.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/Greek2Greek.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/Greek2Greek.cpp' object='Greek2Greek.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/Greek2Greek.Po' tmpdepfile='$(DEPDIR)/Greek2Greek.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Greek2Greek.o `test -f '$(utilfunsdir)/Greek2Greek.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/Greek2Greek.cpp
-
-Greek2Greek.obj: $(utilfunsdir)/Greek2Greek.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Greek2Greek.obj -MD -MP -MF "$(DEPDIR)/Greek2Greek.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o Greek2Greek.obj `if test -f '$(utilfunsdir)/Greek2Greek.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/Greek2Greek.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/Greek2Greek.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/Greek2Greek.Tpo" "$(DEPDIR)/Greek2Greek.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/Greek2Greek.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/Greek2Greek.cpp' object='Greek2Greek.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/Greek2Greek.Po' tmpdepfile='$(DEPDIR)/Greek2Greek.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Greek2Greek.obj `if test -f '$(utilfunsdir)/Greek2Greek.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/Greek2Greek.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/Greek2Greek.cpp'; fi`
-
-Greek2Greek.lo: $(utilfunsdir)/Greek2Greek.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Greek2Greek.lo -MD -MP -MF "$(DEPDIR)/Greek2Greek.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o Greek2Greek.lo `test -f '$(utilfunsdir)/Greek2Greek.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/Greek2Greek.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/Greek2Greek.Tpo" "$(DEPDIR)/Greek2Greek.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/Greek2Greek.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/Greek2Greek.cpp' object='Greek2Greek.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/Greek2Greek.Plo' tmpdepfile='$(DEPDIR)/Greek2Greek.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Greek2Greek.lo `test -f '$(utilfunsdir)/Greek2Greek.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/Greek2Greek.cpp
-
-utilstr.o: $(utilfunsdir)/utilstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilstr.o -MD -MP -MF "$(DEPDIR)/utilstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilstr.o `test -f '$(utilfunsdir)/utilstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilstr.Tpo" "$(DEPDIR)/utilstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilstr.cpp' object='utilstr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilstr.Po' tmpdepfile='$(DEPDIR)/utilstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilstr.o `test -f '$(utilfunsdir)/utilstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilstr.cpp
-
-utilstr.obj: $(utilfunsdir)/utilstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilstr.obj -MD -MP -MF "$(DEPDIR)/utilstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilstr.obj `if test -f '$(utilfunsdir)/utilstr.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/utilstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/utilstr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilstr.Tpo" "$(DEPDIR)/utilstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilstr.cpp' object='utilstr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilstr.Po' tmpdepfile='$(DEPDIR)/utilstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilstr.obj `if test -f '$(utilfunsdir)/utilstr.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/utilstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/utilstr.cpp'; fi`
-
-utilstr.lo: $(utilfunsdir)/utilstr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilstr.lo -MD -MP -MF "$(DEPDIR)/utilstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilstr.lo `test -f '$(utilfunsdir)/utilstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilstr.Tpo" "$(DEPDIR)/utilstr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilstr.cpp' object='utilstr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilstr.Plo' tmpdepfile='$(DEPDIR)/utilstr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilstr.lo `test -f '$(utilfunsdir)/utilstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilstr.cpp
-
-utilweb.o: $(utilfunsdir)/utilweb.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilweb.o -MD -MP -MF "$(DEPDIR)/utilweb.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilweb.o `test -f '$(utilfunsdir)/utilweb.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilweb.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilweb.Tpo" "$(DEPDIR)/utilweb.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilweb.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilweb.cpp' object='utilweb.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilweb.Po' tmpdepfile='$(DEPDIR)/utilweb.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilweb.o `test -f '$(utilfunsdir)/utilweb.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilweb.cpp
-
-utilweb.obj: $(utilfunsdir)/utilweb.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilweb.obj -MD -MP -MF "$(DEPDIR)/utilweb.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilweb.obj `if test -f '$(utilfunsdir)/utilweb.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/utilweb.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/utilweb.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilweb.Tpo" "$(DEPDIR)/utilweb.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilweb.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilweb.cpp' object='utilweb.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilweb.Po' tmpdepfile='$(DEPDIR)/utilweb.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilweb.obj `if test -f '$(utilfunsdir)/utilweb.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/utilweb.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/utilweb.cpp'; fi`
-
-utilweb.lo: $(utilfunsdir)/utilweb.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilweb.lo -MD -MP -MF "$(DEPDIR)/utilweb.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilweb.lo `test -f '$(utilfunsdir)/utilweb.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilweb.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilweb.Tpo" "$(DEPDIR)/utilweb.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilweb.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilweb.cpp' object='utilweb.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilweb.Plo' tmpdepfile='$(DEPDIR)/utilweb.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilweb.lo `test -f '$(utilfunsdir)/utilweb.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilweb.cpp
-
-utilxml.o: $(utilfunsdir)/utilxml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilxml.o -MD -MP -MF "$(DEPDIR)/utilxml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilxml.o `test -f '$(utilfunsdir)/utilxml.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilxml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilxml.Tpo" "$(DEPDIR)/utilxml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilxml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilxml.cpp' object='utilxml.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilxml.Po' tmpdepfile='$(DEPDIR)/utilxml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilxml.o `test -f '$(utilfunsdir)/utilxml.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilxml.cpp
-
-utilxml.obj: $(utilfunsdir)/utilxml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilxml.obj -MD -MP -MF "$(DEPDIR)/utilxml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilxml.obj `if test -f '$(utilfunsdir)/utilxml.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/utilxml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/utilxml.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilxml.Tpo" "$(DEPDIR)/utilxml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilxml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilxml.cpp' object='utilxml.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilxml.Po' tmpdepfile='$(DEPDIR)/utilxml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilxml.obj `if test -f '$(utilfunsdir)/utilxml.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/utilxml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/utilxml.cpp'; fi`
-
-utilxml.lo: $(utilfunsdir)/utilxml.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utilxml.lo -MD -MP -MF "$(DEPDIR)/utilxml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utilxml.lo `test -f '$(utilfunsdir)/utilxml.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilxml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utilxml.Tpo" "$(DEPDIR)/utilxml.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utilxml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/utilxml.cpp' object='utilxml.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utilxml.Plo' tmpdepfile='$(DEPDIR)/utilxml.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utilxml.lo `test -f '$(utilfunsdir)/utilxml.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/utilxml.cpp
-
-unixstr.o: $(utilfunsdir)/unixstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unixstr.o -MD -MP -MF "$(DEPDIR)/unixstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o unixstr.o `test -f '$(utilfunsdir)/unixstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/unixstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/unixstr.Tpo" "$(DEPDIR)/unixstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/unixstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/unixstr.cpp' object='unixstr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/unixstr.Po' tmpdepfile='$(DEPDIR)/unixstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unixstr.o `test -f '$(utilfunsdir)/unixstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/unixstr.cpp
-
-unixstr.obj: $(utilfunsdir)/unixstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unixstr.obj -MD -MP -MF "$(DEPDIR)/unixstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o unixstr.obj `if test -f '$(utilfunsdir)/unixstr.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/unixstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/unixstr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/unixstr.Tpo" "$(DEPDIR)/unixstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/unixstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/unixstr.cpp' object='unixstr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/unixstr.Po' tmpdepfile='$(DEPDIR)/unixstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unixstr.obj `if test -f '$(utilfunsdir)/unixstr.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/unixstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/unixstr.cpp'; fi`
-
-unixstr.lo: $(utilfunsdir)/unixstr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unixstr.lo -MD -MP -MF "$(DEPDIR)/unixstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o unixstr.lo `test -f '$(utilfunsdir)/unixstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/unixstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/unixstr.Tpo" "$(DEPDIR)/unixstr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/unixstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/unixstr.cpp' object='unixstr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/unixstr.Plo' tmpdepfile='$(DEPDIR)/unixstr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unixstr.lo `test -f '$(utilfunsdir)/unixstr.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/unixstr.cpp
-
-swunicod.o: $(utilfunsdir)/swunicod.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swunicod.o -MD -MP -MF "$(DEPDIR)/swunicod.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swunicod.o `test -f '$(utilfunsdir)/swunicod.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swunicod.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swunicod.Tpo" "$(DEPDIR)/swunicod.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swunicod.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swunicod.cpp' object='swunicod.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swunicod.Po' tmpdepfile='$(DEPDIR)/swunicod.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swunicod.o `test -f '$(utilfunsdir)/swunicod.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swunicod.cpp
-
-swunicod.obj: $(utilfunsdir)/swunicod.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swunicod.obj -MD -MP -MF "$(DEPDIR)/swunicod.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swunicod.obj `if test -f '$(utilfunsdir)/swunicod.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/swunicod.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/swunicod.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swunicod.Tpo" "$(DEPDIR)/swunicod.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swunicod.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swunicod.cpp' object='swunicod.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swunicod.Po' tmpdepfile='$(DEPDIR)/swunicod.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swunicod.obj `if test -f '$(utilfunsdir)/swunicod.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/swunicod.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/swunicod.cpp'; fi`
-
-swunicod.lo: $(utilfunsdir)/swunicod.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swunicod.lo -MD -MP -MF "$(DEPDIR)/swunicod.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swunicod.lo `test -f '$(utilfunsdir)/swunicod.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swunicod.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swunicod.Tpo" "$(DEPDIR)/swunicod.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swunicod.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swunicod.cpp' object='swunicod.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swunicod.Plo' tmpdepfile='$(DEPDIR)/swunicod.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swunicod.lo `test -f '$(utilfunsdir)/swunicod.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swunicod.cpp
-
-swversion.o: $(utilfunsdir)/swversion.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swversion.o -MD -MP -MF "$(DEPDIR)/swversion.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swversion.o `test -f '$(utilfunsdir)/swversion.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swversion.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swversion.Tpo" "$(DEPDIR)/swversion.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swversion.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swversion.cpp' object='swversion.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swversion.Po' tmpdepfile='$(DEPDIR)/swversion.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swversion.o `test -f '$(utilfunsdir)/swversion.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swversion.cpp
-
-swversion.obj: $(utilfunsdir)/swversion.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swversion.obj -MD -MP -MF "$(DEPDIR)/swversion.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swversion.obj `if test -f '$(utilfunsdir)/swversion.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/swversion.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/swversion.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swversion.Tpo" "$(DEPDIR)/swversion.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swversion.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swversion.cpp' object='swversion.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swversion.Po' tmpdepfile='$(DEPDIR)/swversion.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swversion.obj `if test -f '$(utilfunsdir)/swversion.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/swversion.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/swversion.cpp'; fi`
-
-swversion.lo: $(utilfunsdir)/swversion.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swversion.lo -MD -MP -MF "$(DEPDIR)/swversion.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swversion.lo `test -f '$(utilfunsdir)/swversion.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swversion.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swversion.Tpo" "$(DEPDIR)/swversion.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swversion.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swversion.cpp' object='swversion.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swversion.Plo' tmpdepfile='$(DEPDIR)/swversion.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swversion.lo `test -f '$(utilfunsdir)/swversion.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swversion.cpp
-
-swbuf.o: $(utilfunsdir)/swbuf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swbuf.o -MD -MP -MF "$(DEPDIR)/swbuf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swbuf.o `test -f '$(utilfunsdir)/swbuf.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swbuf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swbuf.Tpo" "$(DEPDIR)/swbuf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swbuf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swbuf.cpp' object='swbuf.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swbuf.Po' tmpdepfile='$(DEPDIR)/swbuf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swbuf.o `test -f '$(utilfunsdir)/swbuf.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swbuf.cpp
-
-swbuf.obj: $(utilfunsdir)/swbuf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swbuf.obj -MD -MP -MF "$(DEPDIR)/swbuf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swbuf.obj `if test -f '$(utilfunsdir)/swbuf.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/swbuf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/swbuf.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swbuf.Tpo" "$(DEPDIR)/swbuf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swbuf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swbuf.cpp' object='swbuf.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swbuf.Po' tmpdepfile='$(DEPDIR)/swbuf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swbuf.obj `if test -f '$(utilfunsdir)/swbuf.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/swbuf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/swbuf.cpp'; fi`
-
-swbuf.lo: $(utilfunsdir)/swbuf.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swbuf.lo -MD -MP -MF "$(DEPDIR)/swbuf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swbuf.lo `test -f '$(utilfunsdir)/swbuf.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swbuf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swbuf.Tpo" "$(DEPDIR)/swbuf.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swbuf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/swbuf.cpp' object='swbuf.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swbuf.Plo' tmpdepfile='$(DEPDIR)/swbuf.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swbuf.lo `test -f '$(utilfunsdir)/swbuf.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/swbuf.cpp
-
-roman.o: $(utilfunsdir)/roman.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT roman.o -MD -MP -MF "$(DEPDIR)/roman.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o roman.o `test -f '$(utilfunsdir)/roman.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/roman.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/roman.Tpo" "$(DEPDIR)/roman.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/roman.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/roman.cpp' object='roman.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/roman.Po' tmpdepfile='$(DEPDIR)/roman.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o roman.o `test -f '$(utilfunsdir)/roman.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/roman.cpp
-
-roman.obj: $(utilfunsdir)/roman.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT roman.obj -MD -MP -MF "$(DEPDIR)/roman.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o roman.obj `if test -f '$(utilfunsdir)/roman.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/roman.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/roman.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/roman.Tpo" "$(DEPDIR)/roman.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/roman.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/roman.cpp' object='roman.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/roman.Po' tmpdepfile='$(DEPDIR)/roman.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o roman.obj `if test -f '$(utilfunsdir)/roman.cpp'; then $(CYGPATH_W) '$(utilfunsdir)/roman.cpp'; else $(CYGPATH_W) '$(srcdir)/$(utilfunsdir)/roman.cpp'; fi`
-
-roman.lo: $(utilfunsdir)/roman.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT roman.lo -MD -MP -MF "$(DEPDIR)/roman.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o roman.lo `test -f '$(utilfunsdir)/roman.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/roman.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/roman.Tpo" "$(DEPDIR)/roman.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/roman.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(utilfunsdir)/roman.cpp' object='roman.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/roman.Plo' tmpdepfile='$(DEPDIR)/roman.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o roman.lo `test -f '$(utilfunsdir)/roman.cpp' || echo '$(srcdir)/'`$(utilfunsdir)/roman.cpp
-
-swconfig.o: $(mgrdir)/swconfig.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swconfig.o -MD -MP -MF "$(DEPDIR)/swconfig.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swconfig.o `test -f '$(mgrdir)/swconfig.cpp' || echo '$(srcdir)/'`$(mgrdir)/swconfig.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swconfig.Tpo" "$(DEPDIR)/swconfig.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swconfig.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swconfig.cpp' object='swconfig.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swconfig.Po' tmpdepfile='$(DEPDIR)/swconfig.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swconfig.o `test -f '$(mgrdir)/swconfig.cpp' || echo '$(srcdir)/'`$(mgrdir)/swconfig.cpp
-
-swconfig.obj: $(mgrdir)/swconfig.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swconfig.obj -MD -MP -MF "$(DEPDIR)/swconfig.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swconfig.obj `if test -f '$(mgrdir)/swconfig.cpp'; then $(CYGPATH_W) '$(mgrdir)/swconfig.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swconfig.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swconfig.Tpo" "$(DEPDIR)/swconfig.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swconfig.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swconfig.cpp' object='swconfig.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swconfig.Po' tmpdepfile='$(DEPDIR)/swconfig.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swconfig.obj `if test -f '$(mgrdir)/swconfig.cpp'; then $(CYGPATH_W) '$(mgrdir)/swconfig.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swconfig.cpp'; fi`
-
-swconfig.lo: $(mgrdir)/swconfig.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swconfig.lo -MD -MP -MF "$(DEPDIR)/swconfig.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swconfig.lo `test -f '$(mgrdir)/swconfig.cpp' || echo '$(srcdir)/'`$(mgrdir)/swconfig.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swconfig.Tpo" "$(DEPDIR)/swconfig.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swconfig.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swconfig.cpp' object='swconfig.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swconfig.Plo' tmpdepfile='$(DEPDIR)/swconfig.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swconfig.lo `test -f '$(mgrdir)/swconfig.cpp' || echo '$(srcdir)/'`$(mgrdir)/swconfig.cpp
-
-swmgr.o: $(mgrdir)/swmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swmgr.o -MD -MP -MF "$(DEPDIR)/swmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swmgr.o `test -f '$(mgrdir)/swmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swmgr.Tpo" "$(DEPDIR)/swmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swmgr.cpp' object='swmgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swmgr.Po' tmpdepfile='$(DEPDIR)/swmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swmgr.o `test -f '$(mgrdir)/swmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swmgr.cpp
-
-swmgr.obj: $(mgrdir)/swmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swmgr.obj -MD -MP -MF "$(DEPDIR)/swmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swmgr.obj `if test -f '$(mgrdir)/swmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/swmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swmgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swmgr.Tpo" "$(DEPDIR)/swmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swmgr.cpp' object='swmgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swmgr.Po' tmpdepfile='$(DEPDIR)/swmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swmgr.obj `if test -f '$(mgrdir)/swmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/swmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swmgr.cpp'; fi`
-
-swmgr.lo: $(mgrdir)/swmgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swmgr.lo -MD -MP -MF "$(DEPDIR)/swmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swmgr.lo `test -f '$(mgrdir)/swmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swmgr.Tpo" "$(DEPDIR)/swmgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swmgr.cpp' object='swmgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swmgr.Plo' tmpdepfile='$(DEPDIR)/swmgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swmgr.lo `test -f '$(mgrdir)/swmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swmgr.cpp
-
-swfiltermgr.o: $(mgrdir)/swfiltermgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swfiltermgr.o -MD -MP -MF "$(DEPDIR)/swfiltermgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swfiltermgr.o `test -f '$(mgrdir)/swfiltermgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swfiltermgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swfiltermgr.Tpo" "$(DEPDIR)/swfiltermgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swfiltermgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swfiltermgr.cpp' object='swfiltermgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swfiltermgr.Po' tmpdepfile='$(DEPDIR)/swfiltermgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swfiltermgr.o `test -f '$(mgrdir)/swfiltermgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swfiltermgr.cpp
-
-swfiltermgr.obj: $(mgrdir)/swfiltermgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swfiltermgr.obj -MD -MP -MF "$(DEPDIR)/swfiltermgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swfiltermgr.obj `if test -f '$(mgrdir)/swfiltermgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/swfiltermgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swfiltermgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swfiltermgr.Tpo" "$(DEPDIR)/swfiltermgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swfiltermgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swfiltermgr.cpp' object='swfiltermgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swfiltermgr.Po' tmpdepfile='$(DEPDIR)/swfiltermgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swfiltermgr.obj `if test -f '$(mgrdir)/swfiltermgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/swfiltermgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swfiltermgr.cpp'; fi`
-
-swfiltermgr.lo: $(mgrdir)/swfiltermgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swfiltermgr.lo -MD -MP -MF "$(DEPDIR)/swfiltermgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swfiltermgr.lo `test -f '$(mgrdir)/swfiltermgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swfiltermgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swfiltermgr.Tpo" "$(DEPDIR)/swfiltermgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swfiltermgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swfiltermgr.cpp' object='swfiltermgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swfiltermgr.Plo' tmpdepfile='$(DEPDIR)/swfiltermgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swfiltermgr.lo `test -f '$(mgrdir)/swfiltermgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swfiltermgr.cpp
-
-encfiltmgr.o: $(mgrdir)/encfiltmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT encfiltmgr.o -MD -MP -MF "$(DEPDIR)/encfiltmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o encfiltmgr.o `test -f '$(mgrdir)/encfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/encfiltmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/encfiltmgr.Tpo" "$(DEPDIR)/encfiltmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/encfiltmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/encfiltmgr.cpp' object='encfiltmgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/encfiltmgr.Po' tmpdepfile='$(DEPDIR)/encfiltmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o encfiltmgr.o `test -f '$(mgrdir)/encfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/encfiltmgr.cpp
-
-encfiltmgr.obj: $(mgrdir)/encfiltmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT encfiltmgr.obj -MD -MP -MF "$(DEPDIR)/encfiltmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o encfiltmgr.obj `if test -f '$(mgrdir)/encfiltmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/encfiltmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/encfiltmgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/encfiltmgr.Tpo" "$(DEPDIR)/encfiltmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/encfiltmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/encfiltmgr.cpp' object='encfiltmgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/encfiltmgr.Po' tmpdepfile='$(DEPDIR)/encfiltmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o encfiltmgr.obj `if test -f '$(mgrdir)/encfiltmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/encfiltmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/encfiltmgr.cpp'; fi`
-
-encfiltmgr.lo: $(mgrdir)/encfiltmgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT encfiltmgr.lo -MD -MP -MF "$(DEPDIR)/encfiltmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o encfiltmgr.lo `test -f '$(mgrdir)/encfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/encfiltmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/encfiltmgr.Tpo" "$(DEPDIR)/encfiltmgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/encfiltmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/encfiltmgr.cpp' object='encfiltmgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/encfiltmgr.Plo' tmpdepfile='$(DEPDIR)/encfiltmgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o encfiltmgr.lo `test -f '$(mgrdir)/encfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/encfiltmgr.cpp
-
-markupfiltmgr.o: $(mgrdir)/markupfiltmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT markupfiltmgr.o -MD -MP -MF "$(DEPDIR)/markupfiltmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o markupfiltmgr.o `test -f '$(mgrdir)/markupfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/markupfiltmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/markupfiltmgr.Tpo" "$(DEPDIR)/markupfiltmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/markupfiltmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/markupfiltmgr.cpp' object='markupfiltmgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/markupfiltmgr.Po' tmpdepfile='$(DEPDIR)/markupfiltmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o markupfiltmgr.o `test -f '$(mgrdir)/markupfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/markupfiltmgr.cpp
-
-markupfiltmgr.obj: $(mgrdir)/markupfiltmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT markupfiltmgr.obj -MD -MP -MF "$(DEPDIR)/markupfiltmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o markupfiltmgr.obj `if test -f '$(mgrdir)/markupfiltmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/markupfiltmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/markupfiltmgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/markupfiltmgr.Tpo" "$(DEPDIR)/markupfiltmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/markupfiltmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/markupfiltmgr.cpp' object='markupfiltmgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/markupfiltmgr.Po' tmpdepfile='$(DEPDIR)/markupfiltmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o markupfiltmgr.obj `if test -f '$(mgrdir)/markupfiltmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/markupfiltmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/markupfiltmgr.cpp'; fi`
-
-markupfiltmgr.lo: $(mgrdir)/markupfiltmgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT markupfiltmgr.lo -MD -MP -MF "$(DEPDIR)/markupfiltmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o markupfiltmgr.lo `test -f '$(mgrdir)/markupfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/markupfiltmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/markupfiltmgr.Tpo" "$(DEPDIR)/markupfiltmgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/markupfiltmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/markupfiltmgr.cpp' object='markupfiltmgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/markupfiltmgr.Plo' tmpdepfile='$(DEPDIR)/markupfiltmgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o markupfiltmgr.lo `test -f '$(mgrdir)/markupfiltmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/markupfiltmgr.cpp
-
-filemgr.o: $(mgrdir)/filemgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filemgr.o -MD -MP -MF "$(DEPDIR)/filemgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o filemgr.o `test -f '$(mgrdir)/filemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/filemgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/filemgr.Tpo" "$(DEPDIR)/filemgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/filemgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/filemgr.cpp' object='filemgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/filemgr.Po' tmpdepfile='$(DEPDIR)/filemgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filemgr.o `test -f '$(mgrdir)/filemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/filemgr.cpp
-
-filemgr.obj: $(mgrdir)/filemgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filemgr.obj -MD -MP -MF "$(DEPDIR)/filemgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o filemgr.obj `if test -f '$(mgrdir)/filemgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/filemgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/filemgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/filemgr.Tpo" "$(DEPDIR)/filemgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/filemgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/filemgr.cpp' object='filemgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/filemgr.Po' tmpdepfile='$(DEPDIR)/filemgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filemgr.obj `if test -f '$(mgrdir)/filemgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/filemgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/filemgr.cpp'; fi`
-
-filemgr.lo: $(mgrdir)/filemgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filemgr.lo -MD -MP -MF "$(DEPDIR)/filemgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o filemgr.lo `test -f '$(mgrdir)/filemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/filemgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/filemgr.Tpo" "$(DEPDIR)/filemgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/filemgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/filemgr.cpp' object='filemgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/filemgr.Plo' tmpdepfile='$(DEPDIR)/filemgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filemgr.lo `test -f '$(mgrdir)/filemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/filemgr.cpp
-
-swlocale.o: $(mgrdir)/swlocale.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swlocale.o -MD -MP -MF "$(DEPDIR)/swlocale.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swlocale.o `test -f '$(mgrdir)/swlocale.cpp' || echo '$(srcdir)/'`$(mgrdir)/swlocale.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swlocale.Tpo" "$(DEPDIR)/swlocale.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swlocale.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swlocale.cpp' object='swlocale.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swlocale.Po' tmpdepfile='$(DEPDIR)/swlocale.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swlocale.o `test -f '$(mgrdir)/swlocale.cpp' || echo '$(srcdir)/'`$(mgrdir)/swlocale.cpp
-
-swlocale.obj: $(mgrdir)/swlocale.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swlocale.obj -MD -MP -MF "$(DEPDIR)/swlocale.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swlocale.obj `if test -f '$(mgrdir)/swlocale.cpp'; then $(CYGPATH_W) '$(mgrdir)/swlocale.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swlocale.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swlocale.Tpo" "$(DEPDIR)/swlocale.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swlocale.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swlocale.cpp' object='swlocale.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swlocale.Po' tmpdepfile='$(DEPDIR)/swlocale.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swlocale.obj `if test -f '$(mgrdir)/swlocale.cpp'; then $(CYGPATH_W) '$(mgrdir)/swlocale.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swlocale.cpp'; fi`
-
-swlocale.lo: $(mgrdir)/swlocale.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swlocale.lo -MD -MP -MF "$(DEPDIR)/swlocale.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swlocale.lo `test -f '$(mgrdir)/swlocale.cpp' || echo '$(srcdir)/'`$(mgrdir)/swlocale.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swlocale.Tpo" "$(DEPDIR)/swlocale.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swlocale.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swlocale.cpp' object='swlocale.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swlocale.Plo' tmpdepfile='$(DEPDIR)/swlocale.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swlocale.lo `test -f '$(mgrdir)/swlocale.cpp' || echo '$(srcdir)/'`$(mgrdir)/swlocale.cpp
-
-localemgr.o: $(mgrdir)/localemgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT localemgr.o -MD -MP -MF "$(DEPDIR)/localemgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o localemgr.o `test -f '$(mgrdir)/localemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/localemgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/localemgr.Tpo" "$(DEPDIR)/localemgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/localemgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/localemgr.cpp' object='localemgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/localemgr.Po' tmpdepfile='$(DEPDIR)/localemgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o localemgr.o `test -f '$(mgrdir)/localemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/localemgr.cpp
-
-localemgr.obj: $(mgrdir)/localemgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT localemgr.obj -MD -MP -MF "$(DEPDIR)/localemgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o localemgr.obj `if test -f '$(mgrdir)/localemgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/localemgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/localemgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/localemgr.Tpo" "$(DEPDIR)/localemgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/localemgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/localemgr.cpp' object='localemgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/localemgr.Po' tmpdepfile='$(DEPDIR)/localemgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o localemgr.obj `if test -f '$(mgrdir)/localemgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/localemgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/localemgr.cpp'; fi`
-
-localemgr.lo: $(mgrdir)/localemgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT localemgr.lo -MD -MP -MF "$(DEPDIR)/localemgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o localemgr.lo `test -f '$(mgrdir)/localemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/localemgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/localemgr.Tpo" "$(DEPDIR)/localemgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/localemgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/localemgr.cpp' object='localemgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/localemgr.Plo' tmpdepfile='$(DEPDIR)/localemgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o localemgr.lo `test -f '$(mgrdir)/localemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/localemgr.cpp
-
-swcacher.o: $(mgrdir)/swcacher.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcacher.o -MD -MP -MF "$(DEPDIR)/swcacher.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcacher.o `test -f '$(mgrdir)/swcacher.cpp' || echo '$(srcdir)/'`$(mgrdir)/swcacher.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcacher.Tpo" "$(DEPDIR)/swcacher.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcacher.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swcacher.cpp' object='swcacher.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcacher.Po' tmpdepfile='$(DEPDIR)/swcacher.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcacher.o `test -f '$(mgrdir)/swcacher.cpp' || echo '$(srcdir)/'`$(mgrdir)/swcacher.cpp
-
-swcacher.obj: $(mgrdir)/swcacher.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcacher.obj -MD -MP -MF "$(DEPDIR)/swcacher.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcacher.obj `if test -f '$(mgrdir)/swcacher.cpp'; then $(CYGPATH_W) '$(mgrdir)/swcacher.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swcacher.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcacher.Tpo" "$(DEPDIR)/swcacher.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcacher.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swcacher.cpp' object='swcacher.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcacher.Po' tmpdepfile='$(DEPDIR)/swcacher.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcacher.obj `if test -f '$(mgrdir)/swcacher.cpp'; then $(CYGPATH_W) '$(mgrdir)/swcacher.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swcacher.cpp'; fi`
-
-swcacher.lo: $(mgrdir)/swcacher.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcacher.lo -MD -MP -MF "$(DEPDIR)/swcacher.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcacher.lo `test -f '$(mgrdir)/swcacher.cpp' || echo '$(srcdir)/'`$(mgrdir)/swcacher.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcacher.Tpo" "$(DEPDIR)/swcacher.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcacher.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swcacher.cpp' object='swcacher.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcacher.Plo' tmpdepfile='$(DEPDIR)/swcacher.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcacher.lo `test -f '$(mgrdir)/swcacher.cpp' || echo '$(srcdir)/'`$(mgrdir)/swcacher.cpp
-
-swsearchable.o: $(mgrdir)/swsearchable.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swsearchable.o -MD -MP -MF "$(DEPDIR)/swsearchable.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swsearchable.o `test -f '$(mgrdir)/swsearchable.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsearchable.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swsearchable.Tpo" "$(DEPDIR)/swsearchable.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swsearchable.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swsearchable.cpp' object='swsearchable.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swsearchable.Po' tmpdepfile='$(DEPDIR)/swsearchable.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swsearchable.o `test -f '$(mgrdir)/swsearchable.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsearchable.cpp
-
-swsearchable.obj: $(mgrdir)/swsearchable.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swsearchable.obj -MD -MP -MF "$(DEPDIR)/swsearchable.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swsearchable.obj `if test -f '$(mgrdir)/swsearchable.cpp'; then $(CYGPATH_W) '$(mgrdir)/swsearchable.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swsearchable.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swsearchable.Tpo" "$(DEPDIR)/swsearchable.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swsearchable.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swsearchable.cpp' object='swsearchable.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swsearchable.Po' tmpdepfile='$(DEPDIR)/swsearchable.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swsearchable.obj `if test -f '$(mgrdir)/swsearchable.cpp'; then $(CYGPATH_W) '$(mgrdir)/swsearchable.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swsearchable.cpp'; fi`
-
-swsearchable.lo: $(mgrdir)/swsearchable.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swsearchable.lo -MD -MP -MF "$(DEPDIR)/swsearchable.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swsearchable.lo `test -f '$(mgrdir)/swsearchable.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsearchable.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swsearchable.Tpo" "$(DEPDIR)/swsearchable.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swsearchable.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/swsearchable.cpp' object='swsearchable.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swsearchable.Plo' tmpdepfile='$(DEPDIR)/swsearchable.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swsearchable.lo `test -f '$(mgrdir)/swsearchable.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsearchable.cpp
-
-installmgr.o: $(mgrdir)/installmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT installmgr.o -MD -MP -MF "$(DEPDIR)/installmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o installmgr.o `test -f '$(mgrdir)/installmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/installmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/installmgr.Tpo" "$(DEPDIR)/installmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/installmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/installmgr.cpp' object='installmgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/installmgr.Po' tmpdepfile='$(DEPDIR)/installmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o installmgr.o `test -f '$(mgrdir)/installmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/installmgr.cpp
-
-installmgr.obj: $(mgrdir)/installmgr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT installmgr.obj -MD -MP -MF "$(DEPDIR)/installmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o installmgr.obj `if test -f '$(mgrdir)/installmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/installmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/installmgr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/installmgr.Tpo" "$(DEPDIR)/installmgr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/installmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/installmgr.cpp' object='installmgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/installmgr.Po' tmpdepfile='$(DEPDIR)/installmgr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o installmgr.obj `if test -f '$(mgrdir)/installmgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/installmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/installmgr.cpp'; fi`
-
-installmgr.lo: $(mgrdir)/installmgr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT installmgr.lo -MD -MP -MF "$(DEPDIR)/installmgr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o installmgr.lo `test -f '$(mgrdir)/installmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/installmgr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/installmgr.Tpo" "$(DEPDIR)/installmgr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/installmgr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(mgrdir)/installmgr.cpp' object='installmgr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/installmgr.Plo' tmpdepfile='$(DEPDIR)/installmgr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o installmgr.lo `test -f '$(mgrdir)/installmgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/installmgr.cpp
-
-swdisp.o: $(frontenddir)/swdisp.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swdisp.o -MD -MP -MF "$(DEPDIR)/swdisp.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swdisp.o `test -f '$(frontenddir)/swdisp.cpp' || echo '$(srcdir)/'`$(frontenddir)/swdisp.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swdisp.Tpo" "$(DEPDIR)/swdisp.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swdisp.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(frontenddir)/swdisp.cpp' object='swdisp.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swdisp.Po' tmpdepfile='$(DEPDIR)/swdisp.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swdisp.o `test -f '$(frontenddir)/swdisp.cpp' || echo '$(srcdir)/'`$(frontenddir)/swdisp.cpp
-
-swdisp.obj: $(frontenddir)/swdisp.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swdisp.obj -MD -MP -MF "$(DEPDIR)/swdisp.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swdisp.obj `if test -f '$(frontenddir)/swdisp.cpp'; then $(CYGPATH_W) '$(frontenddir)/swdisp.cpp'; else $(CYGPATH_W) '$(srcdir)/$(frontenddir)/swdisp.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swdisp.Tpo" "$(DEPDIR)/swdisp.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swdisp.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(frontenddir)/swdisp.cpp' object='swdisp.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swdisp.Po' tmpdepfile='$(DEPDIR)/swdisp.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swdisp.obj `if test -f '$(frontenddir)/swdisp.cpp'; then $(CYGPATH_W) '$(frontenddir)/swdisp.cpp'; else $(CYGPATH_W) '$(srcdir)/$(frontenddir)/swdisp.cpp'; fi`
-
-swdisp.lo: $(frontenddir)/swdisp.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swdisp.lo -MD -MP -MF "$(DEPDIR)/swdisp.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swdisp.lo `test -f '$(frontenddir)/swdisp.cpp' || echo '$(srcdir)/'`$(frontenddir)/swdisp.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swdisp.Tpo" "$(DEPDIR)/swdisp.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swdisp.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(frontenddir)/swdisp.cpp' object='swdisp.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swdisp.Plo' tmpdepfile='$(DEPDIR)/swdisp.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swdisp.lo `test -f '$(frontenddir)/swdisp.cpp' || echo '$(srcdir)/'`$(frontenddir)/swdisp.cpp
-
-swlog.o: $(frontenddir)/swlog.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swlog.o -MD -MP -MF "$(DEPDIR)/swlog.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swlog.o `test -f '$(frontenddir)/swlog.cpp' || echo '$(srcdir)/'`$(frontenddir)/swlog.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swlog.Tpo" "$(DEPDIR)/swlog.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swlog.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(frontenddir)/swlog.cpp' object='swlog.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swlog.Po' tmpdepfile='$(DEPDIR)/swlog.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swlog.o `test -f '$(frontenddir)/swlog.cpp' || echo '$(srcdir)/'`$(frontenddir)/swlog.cpp
-
-swlog.obj: $(frontenddir)/swlog.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swlog.obj -MD -MP -MF "$(DEPDIR)/swlog.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swlog.obj `if test -f '$(frontenddir)/swlog.cpp'; then $(CYGPATH_W) '$(frontenddir)/swlog.cpp'; else $(CYGPATH_W) '$(srcdir)/$(frontenddir)/swlog.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swlog.Tpo" "$(DEPDIR)/swlog.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swlog.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(frontenddir)/swlog.cpp' object='swlog.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swlog.Po' tmpdepfile='$(DEPDIR)/swlog.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swlog.obj `if test -f '$(frontenddir)/swlog.cpp'; then $(CYGPATH_W) '$(frontenddir)/swlog.cpp'; else $(CYGPATH_W) '$(srcdir)/$(frontenddir)/swlog.cpp'; fi`
-
-swlog.lo: $(frontenddir)/swlog.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swlog.lo -MD -MP -MF "$(DEPDIR)/swlog.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swlog.lo `test -f '$(frontenddir)/swlog.cpp' || echo '$(srcdir)/'`$(frontenddir)/swlog.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swlog.Tpo" "$(DEPDIR)/swlog.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swlog.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(frontenddir)/swlog.cpp' object='swlog.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swlog.Plo' tmpdepfile='$(DEPDIR)/swlog.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swlog.lo `test -f '$(frontenddir)/swlog.cpp' || echo '$(srcdir)/'`$(frontenddir)/swlog.cpp
-
-swmodule.o: $(modulesdir)/swmodule.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swmodule.o -MD -MP -MF "$(DEPDIR)/swmodule.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swmodule.o `test -f '$(modulesdir)/swmodule.cpp' || echo '$(srcdir)/'`$(modulesdir)/swmodule.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swmodule.Tpo" "$(DEPDIR)/swmodule.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swmodule.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(modulesdir)/swmodule.cpp' object='swmodule.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swmodule.Po' tmpdepfile='$(DEPDIR)/swmodule.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swmodule.o `test -f '$(modulesdir)/swmodule.cpp' || echo '$(srcdir)/'`$(modulesdir)/swmodule.cpp
-
-swmodule.obj: $(modulesdir)/swmodule.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swmodule.obj -MD -MP -MF "$(DEPDIR)/swmodule.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swmodule.obj `if test -f '$(modulesdir)/swmodule.cpp'; then $(CYGPATH_W) '$(modulesdir)/swmodule.cpp'; else $(CYGPATH_W) '$(srcdir)/$(modulesdir)/swmodule.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swmodule.Tpo" "$(DEPDIR)/swmodule.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swmodule.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(modulesdir)/swmodule.cpp' object='swmodule.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swmodule.Po' tmpdepfile='$(DEPDIR)/swmodule.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swmodule.obj `if test -f '$(modulesdir)/swmodule.cpp'; then $(CYGPATH_W) '$(modulesdir)/swmodule.cpp'; else $(CYGPATH_W) '$(srcdir)/$(modulesdir)/swmodule.cpp'; fi`
-
-swmodule.lo: $(modulesdir)/swmodule.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swmodule.lo -MD -MP -MF "$(DEPDIR)/swmodule.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swmodule.lo `test -f '$(modulesdir)/swmodule.cpp' || echo '$(srcdir)/'`$(modulesdir)/swmodule.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swmodule.Tpo" "$(DEPDIR)/swmodule.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swmodule.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(modulesdir)/swmodule.cpp' object='swmodule.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swmodule.Plo' tmpdepfile='$(DEPDIR)/swmodule.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swmodule.lo `test -f '$(modulesdir)/swmodule.cpp' || echo '$(srcdir)/'`$(modulesdir)/swmodule.cpp
-
-rawstr.o: $(commondir)/rawstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawstr.o -MD -MP -MF "$(DEPDIR)/rawstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawstr.o `test -f '$(commondir)/rawstr.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawstr.cpp' object='rawstr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawstr.Po' tmpdepfile='$(DEPDIR)/rawstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawstr.o `test -f '$(commondir)/rawstr.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr.cpp
-
-rawstr.obj: $(commondir)/rawstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawstr.obj -MD -MP -MF "$(DEPDIR)/rawstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawstr.obj `if test -f '$(commondir)/rawstr.cpp'; then $(CYGPATH_W) '$(commondir)/rawstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/rawstr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawstr.cpp' object='rawstr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawstr.Po' tmpdepfile='$(DEPDIR)/rawstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawstr.obj `if test -f '$(commondir)/rawstr.cpp'; then $(CYGPATH_W) '$(commondir)/rawstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/rawstr.cpp'; fi`
-
-rawstr.lo: $(commondir)/rawstr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawstr.lo -MD -MP -MF "$(DEPDIR)/rawstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawstr.lo `test -f '$(commondir)/rawstr.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawstr.cpp' object='rawstr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawstr.Plo' tmpdepfile='$(DEPDIR)/rawstr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawstr.lo `test -f '$(commondir)/rawstr.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr.cpp
-
-rawstr4.o: $(commondir)/rawstr4.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawstr4.o -MD -MP -MF "$(DEPDIR)/rawstr4.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawstr4.o `test -f '$(commondir)/rawstr4.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr4.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawstr4.Tpo" "$(DEPDIR)/rawstr4.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawstr4.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawstr4.cpp' object='rawstr4.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawstr4.Po' tmpdepfile='$(DEPDIR)/rawstr4.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawstr4.o `test -f '$(commondir)/rawstr4.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr4.cpp
-
-rawstr4.obj: $(commondir)/rawstr4.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawstr4.obj -MD -MP -MF "$(DEPDIR)/rawstr4.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawstr4.obj `if test -f '$(commondir)/rawstr4.cpp'; then $(CYGPATH_W) '$(commondir)/rawstr4.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/rawstr4.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawstr4.Tpo" "$(DEPDIR)/rawstr4.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawstr4.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawstr4.cpp' object='rawstr4.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawstr4.Po' tmpdepfile='$(DEPDIR)/rawstr4.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawstr4.obj `if test -f '$(commondir)/rawstr4.cpp'; then $(CYGPATH_W) '$(commondir)/rawstr4.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/rawstr4.cpp'; fi`
-
-rawstr4.lo: $(commondir)/rawstr4.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawstr4.lo -MD -MP -MF "$(DEPDIR)/rawstr4.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawstr4.lo `test -f '$(commondir)/rawstr4.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr4.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawstr4.Tpo" "$(DEPDIR)/rawstr4.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawstr4.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawstr4.cpp' object='rawstr4.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawstr4.Plo' tmpdepfile='$(DEPDIR)/rawstr4.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawstr4.lo `test -f '$(commondir)/rawstr4.cpp' || echo '$(srcdir)/'`$(commondir)/rawstr4.cpp
-
-swcomprs.o: $(commondir)/swcomprs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcomprs.o -MD -MP -MF "$(DEPDIR)/swcomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcomprs.o `test -f '$(commondir)/swcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/swcomprs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcomprs.Tpo" "$(DEPDIR)/swcomprs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/swcomprs.cpp' object='swcomprs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcomprs.Po' tmpdepfile='$(DEPDIR)/swcomprs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcomprs.o `test -f '$(commondir)/swcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/swcomprs.cpp
-
-swcomprs.obj: $(commondir)/swcomprs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcomprs.obj -MD -MP -MF "$(DEPDIR)/swcomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcomprs.obj `if test -f '$(commondir)/swcomprs.cpp'; then $(CYGPATH_W) '$(commondir)/swcomprs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/swcomprs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcomprs.Tpo" "$(DEPDIR)/swcomprs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/swcomprs.cpp' object='swcomprs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcomprs.Po' tmpdepfile='$(DEPDIR)/swcomprs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcomprs.obj `if test -f '$(commondir)/swcomprs.cpp'; then $(CYGPATH_W) '$(commondir)/swcomprs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/swcomprs.cpp'; fi`
-
-swcomprs.lo: $(commondir)/swcomprs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcomprs.lo -MD -MP -MF "$(DEPDIR)/swcomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcomprs.lo `test -f '$(commondir)/swcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/swcomprs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcomprs.Tpo" "$(DEPDIR)/swcomprs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/swcomprs.cpp' object='swcomprs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcomprs.Plo' tmpdepfile='$(DEPDIR)/swcomprs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcomprs.lo `test -f '$(commondir)/swcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/swcomprs.cpp
-
-lzsscomprs.o: $(commondir)/lzsscomprs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lzsscomprs.o -MD -MP -MF "$(DEPDIR)/lzsscomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o lzsscomprs.o `test -f '$(commondir)/lzsscomprs.cpp' || echo '$(srcdir)/'`$(commondir)/lzsscomprs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/lzsscomprs.Tpo" "$(DEPDIR)/lzsscomprs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/lzsscomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/lzsscomprs.cpp' object='lzsscomprs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/lzsscomprs.Po' tmpdepfile='$(DEPDIR)/lzsscomprs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lzsscomprs.o `test -f '$(commondir)/lzsscomprs.cpp' || echo '$(srcdir)/'`$(commondir)/lzsscomprs.cpp
-
-lzsscomprs.obj: $(commondir)/lzsscomprs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lzsscomprs.obj -MD -MP -MF "$(DEPDIR)/lzsscomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o lzsscomprs.obj `if test -f '$(commondir)/lzsscomprs.cpp'; then $(CYGPATH_W) '$(commondir)/lzsscomprs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/lzsscomprs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/lzsscomprs.Tpo" "$(DEPDIR)/lzsscomprs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/lzsscomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/lzsscomprs.cpp' object='lzsscomprs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/lzsscomprs.Po' tmpdepfile='$(DEPDIR)/lzsscomprs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lzsscomprs.obj `if test -f '$(commondir)/lzsscomprs.cpp'; then $(CYGPATH_W) '$(commondir)/lzsscomprs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/lzsscomprs.cpp'; fi`
-
-lzsscomprs.lo: $(commondir)/lzsscomprs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lzsscomprs.lo -MD -MP -MF "$(DEPDIR)/lzsscomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o lzsscomprs.lo `test -f '$(commondir)/lzsscomprs.cpp' || echo '$(srcdir)/'`$(commondir)/lzsscomprs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/lzsscomprs.Tpo" "$(DEPDIR)/lzsscomprs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/lzsscomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/lzsscomprs.cpp' object='lzsscomprs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/lzsscomprs.Plo' tmpdepfile='$(DEPDIR)/lzsscomprs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lzsscomprs.lo `test -f '$(commondir)/lzsscomprs.cpp' || echo '$(srcdir)/'`$(commondir)/lzsscomprs.cpp
-
-zipcomprs.o: $(commondir)/zipcomprs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zipcomprs.o -MD -MP -MF "$(DEPDIR)/zipcomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zipcomprs.o `test -f '$(commondir)/zipcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/zipcomprs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zipcomprs.Tpo" "$(DEPDIR)/zipcomprs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zipcomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zipcomprs.cpp' object='zipcomprs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zipcomprs.Po' tmpdepfile='$(DEPDIR)/zipcomprs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zipcomprs.o `test -f '$(commondir)/zipcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/zipcomprs.cpp
-
-zipcomprs.obj: $(commondir)/zipcomprs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zipcomprs.obj -MD -MP -MF "$(DEPDIR)/zipcomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zipcomprs.obj `if test -f '$(commondir)/zipcomprs.cpp'; then $(CYGPATH_W) '$(commondir)/zipcomprs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/zipcomprs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zipcomprs.Tpo" "$(DEPDIR)/zipcomprs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zipcomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zipcomprs.cpp' object='zipcomprs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zipcomprs.Po' tmpdepfile='$(DEPDIR)/zipcomprs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zipcomprs.obj `if test -f '$(commondir)/zipcomprs.cpp'; then $(CYGPATH_W) '$(commondir)/zipcomprs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/zipcomprs.cpp'; fi`
-
-zipcomprs.lo: $(commondir)/zipcomprs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zipcomprs.lo -MD -MP -MF "$(DEPDIR)/zipcomprs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zipcomprs.lo `test -f '$(commondir)/zipcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/zipcomprs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zipcomprs.Tpo" "$(DEPDIR)/zipcomprs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zipcomprs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zipcomprs.cpp' object='zipcomprs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zipcomprs.Plo' tmpdepfile='$(DEPDIR)/zipcomprs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zipcomprs.lo `test -f '$(commondir)/zipcomprs.cpp' || echo '$(srcdir)/'`$(commondir)/zipcomprs.cpp
-
-rawverse.o: $(commondir)/rawverse.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawverse.o -MD -MP -MF "$(DEPDIR)/rawverse.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawverse.o `test -f '$(commondir)/rawverse.cpp' || echo '$(srcdir)/'`$(commondir)/rawverse.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawverse.Tpo" "$(DEPDIR)/rawverse.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawverse.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawverse.cpp' object='rawverse.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawverse.Po' tmpdepfile='$(DEPDIR)/rawverse.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawverse.o `test -f '$(commondir)/rawverse.cpp' || echo '$(srcdir)/'`$(commondir)/rawverse.cpp
-
-rawverse.obj: $(commondir)/rawverse.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawverse.obj -MD -MP -MF "$(DEPDIR)/rawverse.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawverse.obj `if test -f '$(commondir)/rawverse.cpp'; then $(CYGPATH_W) '$(commondir)/rawverse.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/rawverse.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawverse.Tpo" "$(DEPDIR)/rawverse.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawverse.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawverse.cpp' object='rawverse.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawverse.Po' tmpdepfile='$(DEPDIR)/rawverse.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawverse.obj `if test -f '$(commondir)/rawverse.cpp'; then $(CYGPATH_W) '$(commondir)/rawverse.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/rawverse.cpp'; fi`
-
-rawverse.lo: $(commondir)/rawverse.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawverse.lo -MD -MP -MF "$(DEPDIR)/rawverse.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawverse.lo `test -f '$(commondir)/rawverse.cpp' || echo '$(srcdir)/'`$(commondir)/rawverse.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawverse.Tpo" "$(DEPDIR)/rawverse.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawverse.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/rawverse.cpp' object='rawverse.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawverse.Plo' tmpdepfile='$(DEPDIR)/rawverse.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawverse.lo `test -f '$(commondir)/rawverse.cpp' || echo '$(srcdir)/'`$(commondir)/rawverse.cpp
-
-swcipher.o: $(commondir)/swcipher.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcipher.o -MD -MP -MF "$(DEPDIR)/swcipher.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcipher.o `test -f '$(commondir)/swcipher.cpp' || echo '$(srcdir)/'`$(commondir)/swcipher.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcipher.Tpo" "$(DEPDIR)/swcipher.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcipher.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/swcipher.cpp' object='swcipher.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcipher.Po' tmpdepfile='$(DEPDIR)/swcipher.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcipher.o `test -f '$(commondir)/swcipher.cpp' || echo '$(srcdir)/'`$(commondir)/swcipher.cpp
-
-swcipher.obj: $(commondir)/swcipher.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcipher.obj -MD -MP -MF "$(DEPDIR)/swcipher.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcipher.obj `if test -f '$(commondir)/swcipher.cpp'; then $(CYGPATH_W) '$(commondir)/swcipher.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/swcipher.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcipher.Tpo" "$(DEPDIR)/swcipher.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcipher.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/swcipher.cpp' object='swcipher.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcipher.Po' tmpdepfile='$(DEPDIR)/swcipher.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcipher.obj `if test -f '$(commondir)/swcipher.cpp'; then $(CYGPATH_W) '$(commondir)/swcipher.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/swcipher.cpp'; fi`
-
-swcipher.lo: $(commondir)/swcipher.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcipher.lo -MD -MP -MF "$(DEPDIR)/swcipher.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcipher.lo `test -f '$(commondir)/swcipher.cpp' || echo '$(srcdir)/'`$(commondir)/swcipher.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcipher.Tpo" "$(DEPDIR)/swcipher.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcipher.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/swcipher.cpp' object='swcipher.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcipher.Plo' tmpdepfile='$(DEPDIR)/swcipher.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcipher.lo `test -f '$(commondir)/swcipher.cpp' || echo '$(srcdir)/'`$(commondir)/swcipher.cpp
-
-zverse.o: $(commondir)/zverse.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zverse.o -MD -MP -MF "$(DEPDIR)/zverse.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zverse.o `test -f '$(commondir)/zverse.cpp' || echo '$(srcdir)/'`$(commondir)/zverse.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zverse.Tpo" "$(DEPDIR)/zverse.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zverse.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zverse.cpp' object='zverse.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zverse.Po' tmpdepfile='$(DEPDIR)/zverse.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zverse.o `test -f '$(commondir)/zverse.cpp' || echo '$(srcdir)/'`$(commondir)/zverse.cpp
-
-zverse.obj: $(commondir)/zverse.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zverse.obj -MD -MP -MF "$(DEPDIR)/zverse.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zverse.obj `if test -f '$(commondir)/zverse.cpp'; then $(CYGPATH_W) '$(commondir)/zverse.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/zverse.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zverse.Tpo" "$(DEPDIR)/zverse.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zverse.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zverse.cpp' object='zverse.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zverse.Po' tmpdepfile='$(DEPDIR)/zverse.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zverse.obj `if test -f '$(commondir)/zverse.cpp'; then $(CYGPATH_W) '$(commondir)/zverse.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/zverse.cpp'; fi`
-
-zverse.lo: $(commondir)/zverse.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zverse.lo -MD -MP -MF "$(DEPDIR)/zverse.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zverse.lo `test -f '$(commondir)/zverse.cpp' || echo '$(srcdir)/'`$(commondir)/zverse.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zverse.Tpo" "$(DEPDIR)/zverse.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zverse.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zverse.cpp' object='zverse.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zverse.Plo' tmpdepfile='$(DEPDIR)/zverse.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zverse.lo `test -f '$(commondir)/zverse.cpp' || echo '$(srcdir)/'`$(commondir)/zverse.cpp
-
-zstr.o: $(commondir)/zstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zstr.o -MD -MP -MF "$(DEPDIR)/zstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zstr.o `test -f '$(commondir)/zstr.cpp' || echo '$(srcdir)/'`$(commondir)/zstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zstr.Tpo" "$(DEPDIR)/zstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zstr.cpp' object='zstr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zstr.Po' tmpdepfile='$(DEPDIR)/zstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zstr.o `test -f '$(commondir)/zstr.cpp' || echo '$(srcdir)/'`$(commondir)/zstr.cpp
-
-zstr.obj: $(commondir)/zstr.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zstr.obj -MD -MP -MF "$(DEPDIR)/zstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zstr.obj `if test -f '$(commondir)/zstr.cpp'; then $(CYGPATH_W) '$(commondir)/zstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/zstr.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zstr.Tpo" "$(DEPDIR)/zstr.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zstr.cpp' object='zstr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zstr.Po' tmpdepfile='$(DEPDIR)/zstr.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zstr.obj `if test -f '$(commondir)/zstr.cpp'; then $(CYGPATH_W) '$(commondir)/zstr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/zstr.cpp'; fi`
-
-zstr.lo: $(commondir)/zstr.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zstr.lo -MD -MP -MF "$(DEPDIR)/zstr.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zstr.lo `test -f '$(commondir)/zstr.cpp' || echo '$(srcdir)/'`$(commondir)/zstr.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zstr.Tpo" "$(DEPDIR)/zstr.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zstr.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/zstr.cpp' object='zstr.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zstr.Plo' tmpdepfile='$(DEPDIR)/zstr.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zstr.lo `test -f '$(commondir)/zstr.cpp' || echo '$(srcdir)/'`$(commondir)/zstr.cpp
-
-entriesblk.o: $(commondir)/entriesblk.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT entriesblk.o -MD -MP -MF "$(DEPDIR)/entriesblk.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o entriesblk.o `test -f '$(commondir)/entriesblk.cpp' || echo '$(srcdir)/'`$(commondir)/entriesblk.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/entriesblk.Tpo" "$(DEPDIR)/entriesblk.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/entriesblk.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/entriesblk.cpp' object='entriesblk.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/entriesblk.Po' tmpdepfile='$(DEPDIR)/entriesblk.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o entriesblk.o `test -f '$(commondir)/entriesblk.cpp' || echo '$(srcdir)/'`$(commondir)/entriesblk.cpp
-
-entriesblk.obj: $(commondir)/entriesblk.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT entriesblk.obj -MD -MP -MF "$(DEPDIR)/entriesblk.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o entriesblk.obj `if test -f '$(commondir)/entriesblk.cpp'; then $(CYGPATH_W) '$(commondir)/entriesblk.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/entriesblk.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/entriesblk.Tpo" "$(DEPDIR)/entriesblk.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/entriesblk.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/entriesblk.cpp' object='entriesblk.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/entriesblk.Po' tmpdepfile='$(DEPDIR)/entriesblk.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o entriesblk.obj `if test -f '$(commondir)/entriesblk.cpp'; then $(CYGPATH_W) '$(commondir)/entriesblk.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/entriesblk.cpp'; fi`
-
-entriesblk.lo: $(commondir)/entriesblk.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT entriesblk.lo -MD -MP -MF "$(DEPDIR)/entriesblk.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o entriesblk.lo `test -f '$(commondir)/entriesblk.cpp' || echo '$(srcdir)/'`$(commondir)/entriesblk.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/entriesblk.Tpo" "$(DEPDIR)/entriesblk.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/entriesblk.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/entriesblk.cpp' object='entriesblk.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/entriesblk.Plo' tmpdepfile='$(DEPDIR)/entriesblk.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o entriesblk.lo `test -f '$(commondir)/entriesblk.cpp' || echo '$(srcdir)/'`$(commondir)/entriesblk.cpp
-
-sapphire.o: $(commondir)/sapphire.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sapphire.o -MD -MP -MF "$(DEPDIR)/sapphire.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o sapphire.o `test -f '$(commondir)/sapphire.cpp' || echo '$(srcdir)/'`$(commondir)/sapphire.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/sapphire.Tpo" "$(DEPDIR)/sapphire.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/sapphire.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/sapphire.cpp' object='sapphire.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/sapphire.Po' tmpdepfile='$(DEPDIR)/sapphire.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sapphire.o `test -f '$(commondir)/sapphire.cpp' || echo '$(srcdir)/'`$(commondir)/sapphire.cpp
-
-sapphire.obj: $(commondir)/sapphire.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sapphire.obj -MD -MP -MF "$(DEPDIR)/sapphire.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o sapphire.obj `if test -f '$(commondir)/sapphire.cpp'; then $(CYGPATH_W) '$(commondir)/sapphire.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/sapphire.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/sapphire.Tpo" "$(DEPDIR)/sapphire.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/sapphire.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/sapphire.cpp' object='sapphire.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/sapphire.Po' tmpdepfile='$(DEPDIR)/sapphire.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sapphire.obj `if test -f '$(commondir)/sapphire.cpp'; then $(CYGPATH_W) '$(commondir)/sapphire.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commondir)/sapphire.cpp'; fi`
-
-sapphire.lo: $(commondir)/sapphire.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sapphire.lo -MD -MP -MF "$(DEPDIR)/sapphire.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o sapphire.lo `test -f '$(commondir)/sapphire.cpp' || echo '$(srcdir)/'`$(commondir)/sapphire.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/sapphire.Tpo" "$(DEPDIR)/sapphire.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/sapphire.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commondir)/sapphire.cpp' object='sapphire.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/sapphire.Plo' tmpdepfile='$(DEPDIR)/sapphire.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sapphire.lo `test -f '$(commondir)/sapphire.cpp' || echo '$(srcdir)/'`$(commondir)/sapphire.cpp
-
-swbasicfilter.o: $(filtersdir)/swbasicfilter.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swbasicfilter.o -MD -MP -MF "$(DEPDIR)/swbasicfilter.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swbasicfilter.o `test -f '$(filtersdir)/swbasicfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swbasicfilter.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swbasicfilter.Tpo" "$(DEPDIR)/swbasicfilter.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swbasicfilter.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/swbasicfilter.cpp' object='swbasicfilter.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swbasicfilter.Po' tmpdepfile='$(DEPDIR)/swbasicfilter.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swbasicfilter.o `test -f '$(filtersdir)/swbasicfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swbasicfilter.cpp
-
-swbasicfilter.obj: $(filtersdir)/swbasicfilter.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swbasicfilter.obj -MD -MP -MF "$(DEPDIR)/swbasicfilter.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swbasicfilter.obj `if test -f '$(filtersdir)/swbasicfilter.cpp'; then $(CYGPATH_W) '$(filtersdir)/swbasicfilter.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/swbasicfilter.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swbasicfilter.Tpo" "$(DEPDIR)/swbasicfilter.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swbasicfilter.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/swbasicfilter.cpp' object='swbasicfilter.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swbasicfilter.Po' tmpdepfile='$(DEPDIR)/swbasicfilter.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swbasicfilter.obj `if test -f '$(filtersdir)/swbasicfilter.cpp'; then $(CYGPATH_W) '$(filtersdir)/swbasicfilter.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/swbasicfilter.cpp'; fi`
-
-swbasicfilter.lo: $(filtersdir)/swbasicfilter.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swbasicfilter.lo -MD -MP -MF "$(DEPDIR)/swbasicfilter.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swbasicfilter.lo `test -f '$(filtersdir)/swbasicfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swbasicfilter.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swbasicfilter.Tpo" "$(DEPDIR)/swbasicfilter.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swbasicfilter.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/swbasicfilter.cpp' object='swbasicfilter.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swbasicfilter.Plo' tmpdepfile='$(DEPDIR)/swbasicfilter.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swbasicfilter.lo `test -f '$(filtersdir)/swbasicfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swbasicfilter.cpp
-
-swoptfilter.o: $(filtersdir)/swoptfilter.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swoptfilter.o -MD -MP -MF "$(DEPDIR)/swoptfilter.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swoptfilter.o `test -f '$(filtersdir)/swoptfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swoptfilter.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swoptfilter.Tpo" "$(DEPDIR)/swoptfilter.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swoptfilter.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/swoptfilter.cpp' object='swoptfilter.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swoptfilter.Po' tmpdepfile='$(DEPDIR)/swoptfilter.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swoptfilter.o `test -f '$(filtersdir)/swoptfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swoptfilter.cpp
-
-swoptfilter.obj: $(filtersdir)/swoptfilter.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swoptfilter.obj -MD -MP -MF "$(DEPDIR)/swoptfilter.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swoptfilter.obj `if test -f '$(filtersdir)/swoptfilter.cpp'; then $(CYGPATH_W) '$(filtersdir)/swoptfilter.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/swoptfilter.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swoptfilter.Tpo" "$(DEPDIR)/swoptfilter.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swoptfilter.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/swoptfilter.cpp' object='swoptfilter.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swoptfilter.Po' tmpdepfile='$(DEPDIR)/swoptfilter.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swoptfilter.obj `if test -f '$(filtersdir)/swoptfilter.cpp'; then $(CYGPATH_W) '$(filtersdir)/swoptfilter.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/swoptfilter.cpp'; fi`
-
-swoptfilter.lo: $(filtersdir)/swoptfilter.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swoptfilter.lo -MD -MP -MF "$(DEPDIR)/swoptfilter.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swoptfilter.lo `test -f '$(filtersdir)/swoptfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swoptfilter.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swoptfilter.Tpo" "$(DEPDIR)/swoptfilter.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swoptfilter.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/swoptfilter.cpp' object='swoptfilter.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swoptfilter.Plo' tmpdepfile='$(DEPDIR)/swoptfilter.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swoptfilter.lo `test -f '$(filtersdir)/swoptfilter.cpp' || echo '$(srcdir)/'`$(filtersdir)/swoptfilter.cpp
-
-gbfhtml.o: $(filtersdir)/gbfhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfhtml.o -MD -MP -MF "$(DEPDIR)/gbfhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfhtml.o `test -f '$(filtersdir)/gbfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfhtml.Tpo" "$(DEPDIR)/gbfhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfhtml.cpp' object='gbfhtml.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfhtml.Po' tmpdepfile='$(DEPDIR)/gbfhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfhtml.o `test -f '$(filtersdir)/gbfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtml.cpp
-
-gbfhtml.obj: $(filtersdir)/gbfhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfhtml.obj -MD -MP -MF "$(DEPDIR)/gbfhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfhtml.obj `if test -f '$(filtersdir)/gbfhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfhtml.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfhtml.Tpo" "$(DEPDIR)/gbfhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfhtml.cpp' object='gbfhtml.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfhtml.Po' tmpdepfile='$(DEPDIR)/gbfhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfhtml.obj `if test -f '$(filtersdir)/gbfhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfhtml.cpp'; fi`
-
-gbfhtml.lo: $(filtersdir)/gbfhtml.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfhtml.lo -MD -MP -MF "$(DEPDIR)/gbfhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfhtml.lo `test -f '$(filtersdir)/gbfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfhtml.Tpo" "$(DEPDIR)/gbfhtml.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfhtml.cpp' object='gbfhtml.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfhtml.Plo' tmpdepfile='$(DEPDIR)/gbfhtml.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfhtml.lo `test -f '$(filtersdir)/gbfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtml.cpp
-
-gbfhtmlhref.o: $(filtersdir)/gbfhtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfhtmlhref.o -MD -MP -MF "$(DEPDIR)/gbfhtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfhtmlhref.o `test -f '$(filtersdir)/gbfhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtmlhref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfhtmlhref.Tpo" "$(DEPDIR)/gbfhtmlhref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfhtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfhtmlhref.cpp' object='gbfhtmlhref.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfhtmlhref.Po' tmpdepfile='$(DEPDIR)/gbfhtmlhref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfhtmlhref.o `test -f '$(filtersdir)/gbfhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtmlhref.cpp
-
-gbfhtmlhref.obj: $(filtersdir)/gbfhtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfhtmlhref.obj -MD -MP -MF "$(DEPDIR)/gbfhtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfhtmlhref.obj `if test -f '$(filtersdir)/gbfhtmlhref.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfhtmlhref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfhtmlhref.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfhtmlhref.Tpo" "$(DEPDIR)/gbfhtmlhref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfhtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfhtmlhref.cpp' object='gbfhtmlhref.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfhtmlhref.Po' tmpdepfile='$(DEPDIR)/gbfhtmlhref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfhtmlhref.obj `if test -f '$(filtersdir)/gbfhtmlhref.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfhtmlhref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfhtmlhref.cpp'; fi`
-
-gbfhtmlhref.lo: $(filtersdir)/gbfhtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfhtmlhref.lo -MD -MP -MF "$(DEPDIR)/gbfhtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfhtmlhref.lo `test -f '$(filtersdir)/gbfhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtmlhref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfhtmlhref.Tpo" "$(DEPDIR)/gbfhtmlhref.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfhtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfhtmlhref.cpp' object='gbfhtmlhref.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfhtmlhref.Plo' tmpdepfile='$(DEPDIR)/gbfhtmlhref.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfhtmlhref.lo `test -f '$(filtersdir)/gbfhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfhtmlhref.cpp
-
-gbfwebif.o: $(filtersdir)/gbfwebif.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfwebif.o -MD -MP -MF "$(DEPDIR)/gbfwebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfwebif.o `test -f '$(filtersdir)/gbfwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfwebif.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfwebif.Tpo" "$(DEPDIR)/gbfwebif.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfwebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfwebif.cpp' object='gbfwebif.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfwebif.Po' tmpdepfile='$(DEPDIR)/gbfwebif.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfwebif.o `test -f '$(filtersdir)/gbfwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfwebif.cpp
-
-gbfwebif.obj: $(filtersdir)/gbfwebif.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfwebif.obj -MD -MP -MF "$(DEPDIR)/gbfwebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfwebif.obj `if test -f '$(filtersdir)/gbfwebif.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfwebif.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfwebif.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfwebif.Tpo" "$(DEPDIR)/gbfwebif.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfwebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfwebif.cpp' object='gbfwebif.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfwebif.Po' tmpdepfile='$(DEPDIR)/gbfwebif.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfwebif.obj `if test -f '$(filtersdir)/gbfwebif.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfwebif.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfwebif.cpp'; fi`
-
-gbfwebif.lo: $(filtersdir)/gbfwebif.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfwebif.lo -MD -MP -MF "$(DEPDIR)/gbfwebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfwebif.lo `test -f '$(filtersdir)/gbfwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfwebif.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfwebif.Tpo" "$(DEPDIR)/gbfwebif.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfwebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfwebif.cpp' object='gbfwebif.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfwebif.Plo' tmpdepfile='$(DEPDIR)/gbfwebif.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfwebif.lo `test -f '$(filtersdir)/gbfwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfwebif.cpp
-
-gbfplain.o: $(filtersdir)/gbfplain.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfplain.o -MD -MP -MF "$(DEPDIR)/gbfplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfplain.o `test -f '$(filtersdir)/gbfplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfplain.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfplain.Tpo" "$(DEPDIR)/gbfplain.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfplain.cpp' object='gbfplain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfplain.Po' tmpdepfile='$(DEPDIR)/gbfplain.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfplain.o `test -f '$(filtersdir)/gbfplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfplain.cpp
-
-gbfplain.obj: $(filtersdir)/gbfplain.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfplain.obj -MD -MP -MF "$(DEPDIR)/gbfplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfplain.obj `if test -f '$(filtersdir)/gbfplain.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfplain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfplain.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfplain.Tpo" "$(DEPDIR)/gbfplain.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfplain.cpp' object='gbfplain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfplain.Po' tmpdepfile='$(DEPDIR)/gbfplain.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfplain.obj `if test -f '$(filtersdir)/gbfplain.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfplain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfplain.cpp'; fi`
-
-gbfplain.lo: $(filtersdir)/gbfplain.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfplain.lo -MD -MP -MF "$(DEPDIR)/gbfplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfplain.lo `test -f '$(filtersdir)/gbfplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfplain.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfplain.Tpo" "$(DEPDIR)/gbfplain.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfplain.cpp' object='gbfplain.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfplain.Plo' tmpdepfile='$(DEPDIR)/gbfplain.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfplain.lo `test -f '$(filtersdir)/gbfplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfplain.cpp
-
-gbfrtf.o: $(filtersdir)/gbfrtf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfrtf.o -MD -MP -MF "$(DEPDIR)/gbfrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfrtf.o `test -f '$(filtersdir)/gbfrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfrtf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfrtf.Tpo" "$(DEPDIR)/gbfrtf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfrtf.cpp' object='gbfrtf.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfrtf.Po' tmpdepfile='$(DEPDIR)/gbfrtf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfrtf.o `test -f '$(filtersdir)/gbfrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfrtf.cpp
-
-gbfrtf.obj: $(filtersdir)/gbfrtf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfrtf.obj -MD -MP -MF "$(DEPDIR)/gbfrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfrtf.obj `if test -f '$(filtersdir)/gbfrtf.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfrtf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfrtf.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfrtf.Tpo" "$(DEPDIR)/gbfrtf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfrtf.cpp' object='gbfrtf.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfrtf.Po' tmpdepfile='$(DEPDIR)/gbfrtf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfrtf.obj `if test -f '$(filtersdir)/gbfrtf.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfrtf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfrtf.cpp'; fi`
-
-gbfrtf.lo: $(filtersdir)/gbfrtf.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfrtf.lo -MD -MP -MF "$(DEPDIR)/gbfrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfrtf.lo `test -f '$(filtersdir)/gbfrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfrtf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfrtf.Tpo" "$(DEPDIR)/gbfrtf.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfrtf.cpp' object='gbfrtf.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfrtf.Plo' tmpdepfile='$(DEPDIR)/gbfrtf.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfrtf.lo `test -f '$(filtersdir)/gbfrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfrtf.cpp
-
-plainhtml.o: $(filtersdir)/plainhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plainhtml.o -MD -MP -MF "$(DEPDIR)/plainhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o plainhtml.o `test -f '$(filtersdir)/plainhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/plainhtml.Tpo" "$(DEPDIR)/plainhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/plainhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/plainhtml.cpp' object='plainhtml.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/plainhtml.Po' tmpdepfile='$(DEPDIR)/plainhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plainhtml.o `test -f '$(filtersdir)/plainhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainhtml.cpp
-
-plainhtml.obj: $(filtersdir)/plainhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plainhtml.obj -MD -MP -MF "$(DEPDIR)/plainhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o plainhtml.obj `if test -f '$(filtersdir)/plainhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/plainhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/plainhtml.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/plainhtml.Tpo" "$(DEPDIR)/plainhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/plainhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/plainhtml.cpp' object='plainhtml.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/plainhtml.Po' tmpdepfile='$(DEPDIR)/plainhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plainhtml.obj `if test -f '$(filtersdir)/plainhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/plainhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/plainhtml.cpp'; fi`
-
-plainhtml.lo: $(filtersdir)/plainhtml.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plainhtml.lo -MD -MP -MF "$(DEPDIR)/plainhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o plainhtml.lo `test -f '$(filtersdir)/plainhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/plainhtml.Tpo" "$(DEPDIR)/plainhtml.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/plainhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/plainhtml.cpp' object='plainhtml.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/plainhtml.Plo' tmpdepfile='$(DEPDIR)/plainhtml.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plainhtml.lo `test -f '$(filtersdir)/plainhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainhtml.cpp
-
-cipherfil.o: $(filtersdir)/cipherfil.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cipherfil.o -MD -MP -MF "$(DEPDIR)/cipherfil.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o cipherfil.o `test -f '$(filtersdir)/cipherfil.cpp' || echo '$(srcdir)/'`$(filtersdir)/cipherfil.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/cipherfil.Tpo" "$(DEPDIR)/cipherfil.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/cipherfil.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/cipherfil.cpp' object='cipherfil.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/cipherfil.Po' tmpdepfile='$(DEPDIR)/cipherfil.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cipherfil.o `test -f '$(filtersdir)/cipherfil.cpp' || echo '$(srcdir)/'`$(filtersdir)/cipherfil.cpp
-
-cipherfil.obj: $(filtersdir)/cipherfil.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cipherfil.obj -MD -MP -MF "$(DEPDIR)/cipherfil.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o cipherfil.obj `if test -f '$(filtersdir)/cipherfil.cpp'; then $(CYGPATH_W) '$(filtersdir)/cipherfil.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/cipherfil.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/cipherfil.Tpo" "$(DEPDIR)/cipherfil.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/cipherfil.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/cipherfil.cpp' object='cipherfil.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/cipherfil.Po' tmpdepfile='$(DEPDIR)/cipherfil.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cipherfil.obj `if test -f '$(filtersdir)/cipherfil.cpp'; then $(CYGPATH_W) '$(filtersdir)/cipherfil.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/cipherfil.cpp'; fi`
-
-cipherfil.lo: $(filtersdir)/cipherfil.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cipherfil.lo -MD -MP -MF "$(DEPDIR)/cipherfil.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o cipherfil.lo `test -f '$(filtersdir)/cipherfil.cpp' || echo '$(srcdir)/'`$(filtersdir)/cipherfil.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/cipherfil.Tpo" "$(DEPDIR)/cipherfil.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/cipherfil.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/cipherfil.cpp' object='cipherfil.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/cipherfil.Plo' tmpdepfile='$(DEPDIR)/cipherfil.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cipherfil.lo `test -f '$(filtersdir)/cipherfil.cpp' || echo '$(srcdir)/'`$(filtersdir)/cipherfil.cpp
-
-rtfhtml.o: $(filtersdir)/rtfhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rtfhtml.o -MD -MP -MF "$(DEPDIR)/rtfhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rtfhtml.o `test -f '$(filtersdir)/rtfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/rtfhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rtfhtml.Tpo" "$(DEPDIR)/rtfhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rtfhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/rtfhtml.cpp' object='rtfhtml.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rtfhtml.Po' tmpdepfile='$(DEPDIR)/rtfhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rtfhtml.o `test -f '$(filtersdir)/rtfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/rtfhtml.cpp
-
-rtfhtml.obj: $(filtersdir)/rtfhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rtfhtml.obj -MD -MP -MF "$(DEPDIR)/rtfhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rtfhtml.obj `if test -f '$(filtersdir)/rtfhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/rtfhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/rtfhtml.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rtfhtml.Tpo" "$(DEPDIR)/rtfhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rtfhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/rtfhtml.cpp' object='rtfhtml.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rtfhtml.Po' tmpdepfile='$(DEPDIR)/rtfhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rtfhtml.obj `if test -f '$(filtersdir)/rtfhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/rtfhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/rtfhtml.cpp'; fi`
-
-rtfhtml.lo: $(filtersdir)/rtfhtml.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rtfhtml.lo -MD -MP -MF "$(DEPDIR)/rtfhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rtfhtml.lo `test -f '$(filtersdir)/rtfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/rtfhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rtfhtml.Tpo" "$(DEPDIR)/rtfhtml.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rtfhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/rtfhtml.cpp' object='rtfhtml.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rtfhtml.Plo' tmpdepfile='$(DEPDIR)/rtfhtml.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rtfhtml.lo `test -f '$(filtersdir)/rtfhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/rtfhtml.cpp
-
-gbfstrongs.o: $(filtersdir)/gbfstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfstrongs.o -MD -MP -MF "$(DEPDIR)/gbfstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfstrongs.o `test -f '$(filtersdir)/gbfstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfstrongs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfstrongs.Tpo" "$(DEPDIR)/gbfstrongs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfstrongs.cpp' object='gbfstrongs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfstrongs.Po' tmpdepfile='$(DEPDIR)/gbfstrongs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfstrongs.o `test -f '$(filtersdir)/gbfstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfstrongs.cpp
-
-gbfstrongs.obj: $(filtersdir)/gbfstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfstrongs.obj -MD -MP -MF "$(DEPDIR)/gbfstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfstrongs.obj `if test -f '$(filtersdir)/gbfstrongs.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfstrongs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfstrongs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfstrongs.Tpo" "$(DEPDIR)/gbfstrongs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfstrongs.cpp' object='gbfstrongs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfstrongs.Po' tmpdepfile='$(DEPDIR)/gbfstrongs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfstrongs.obj `if test -f '$(filtersdir)/gbfstrongs.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfstrongs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfstrongs.cpp'; fi`
-
-gbfstrongs.lo: $(filtersdir)/gbfstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfstrongs.lo -MD -MP -MF "$(DEPDIR)/gbfstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfstrongs.lo `test -f '$(filtersdir)/gbfstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfstrongs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfstrongs.Tpo" "$(DEPDIR)/gbfstrongs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfstrongs.cpp' object='gbfstrongs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfstrongs.Plo' tmpdepfile='$(DEPDIR)/gbfstrongs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfstrongs.lo `test -f '$(filtersdir)/gbfstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfstrongs.cpp
-
-gbffootnotes.o: $(filtersdir)/gbffootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbffootnotes.o -MD -MP -MF "$(DEPDIR)/gbffootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbffootnotes.o `test -f '$(filtersdir)/gbffootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbffootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbffootnotes.Tpo" "$(DEPDIR)/gbffootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbffootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbffootnotes.cpp' object='gbffootnotes.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbffootnotes.Po' tmpdepfile='$(DEPDIR)/gbffootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbffootnotes.o `test -f '$(filtersdir)/gbffootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbffootnotes.cpp
-
-gbffootnotes.obj: $(filtersdir)/gbffootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbffootnotes.obj -MD -MP -MF "$(DEPDIR)/gbffootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbffootnotes.obj `if test -f '$(filtersdir)/gbffootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbffootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbffootnotes.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbffootnotes.Tpo" "$(DEPDIR)/gbffootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbffootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbffootnotes.cpp' object='gbffootnotes.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbffootnotes.Po' tmpdepfile='$(DEPDIR)/gbffootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbffootnotes.obj `if test -f '$(filtersdir)/gbffootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbffootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbffootnotes.cpp'; fi`
-
-gbffootnotes.lo: $(filtersdir)/gbffootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbffootnotes.lo -MD -MP -MF "$(DEPDIR)/gbffootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbffootnotes.lo `test -f '$(filtersdir)/gbffootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbffootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbffootnotes.Tpo" "$(DEPDIR)/gbffootnotes.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbffootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbffootnotes.cpp' object='gbffootnotes.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbffootnotes.Plo' tmpdepfile='$(DEPDIR)/gbffootnotes.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbffootnotes.lo `test -f '$(filtersdir)/gbffootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbffootnotes.cpp
-
-gbfheadings.o: $(filtersdir)/gbfheadings.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfheadings.o -MD -MP -MF "$(DEPDIR)/gbfheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfheadings.o `test -f '$(filtersdir)/gbfheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfheadings.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfheadings.Tpo" "$(DEPDIR)/gbfheadings.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfheadings.cpp' object='gbfheadings.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfheadings.Po' tmpdepfile='$(DEPDIR)/gbfheadings.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfheadings.o `test -f '$(filtersdir)/gbfheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfheadings.cpp
-
-gbfheadings.obj: $(filtersdir)/gbfheadings.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfheadings.obj -MD -MP -MF "$(DEPDIR)/gbfheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfheadings.obj `if test -f '$(filtersdir)/gbfheadings.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfheadings.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfheadings.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfheadings.Tpo" "$(DEPDIR)/gbfheadings.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfheadings.cpp' object='gbfheadings.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfheadings.Po' tmpdepfile='$(DEPDIR)/gbfheadings.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfheadings.obj `if test -f '$(filtersdir)/gbfheadings.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfheadings.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfheadings.cpp'; fi`
-
-gbfheadings.lo: $(filtersdir)/gbfheadings.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfheadings.lo -MD -MP -MF "$(DEPDIR)/gbfheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfheadings.lo `test -f '$(filtersdir)/gbfheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfheadings.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfheadings.Tpo" "$(DEPDIR)/gbfheadings.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfheadings.cpp' object='gbfheadings.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfheadings.Plo' tmpdepfile='$(DEPDIR)/gbfheadings.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfheadings.lo `test -f '$(filtersdir)/gbfheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfheadings.cpp
-
-gbfredletterwords.o: $(filtersdir)/gbfredletterwords.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfredletterwords.o -MD -MP -MF "$(DEPDIR)/gbfredletterwords.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfredletterwords.o `test -f '$(filtersdir)/gbfredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfredletterwords.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfredletterwords.Tpo" "$(DEPDIR)/gbfredletterwords.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfredletterwords.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfredletterwords.cpp' object='gbfredletterwords.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfredletterwords.Po' tmpdepfile='$(DEPDIR)/gbfredletterwords.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfredletterwords.o `test -f '$(filtersdir)/gbfredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfredletterwords.cpp
-
-gbfredletterwords.obj: $(filtersdir)/gbfredletterwords.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfredletterwords.obj -MD -MP -MF "$(DEPDIR)/gbfredletterwords.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfredletterwords.obj `if test -f '$(filtersdir)/gbfredletterwords.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfredletterwords.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfredletterwords.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfredletterwords.Tpo" "$(DEPDIR)/gbfredletterwords.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfredletterwords.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfredletterwords.cpp' object='gbfredletterwords.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfredletterwords.Po' tmpdepfile='$(DEPDIR)/gbfredletterwords.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfredletterwords.obj `if test -f '$(filtersdir)/gbfredletterwords.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfredletterwords.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfredletterwords.cpp'; fi`
-
-gbfredletterwords.lo: $(filtersdir)/gbfredletterwords.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfredletterwords.lo -MD -MP -MF "$(DEPDIR)/gbfredletterwords.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfredletterwords.lo `test -f '$(filtersdir)/gbfredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfredletterwords.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfredletterwords.Tpo" "$(DEPDIR)/gbfredletterwords.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfredletterwords.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfredletterwords.cpp' object='gbfredletterwords.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfredletterwords.Plo' tmpdepfile='$(DEPDIR)/gbfredletterwords.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfredletterwords.lo `test -f '$(filtersdir)/gbfredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfredletterwords.cpp
-
-gbfmorph.o: $(filtersdir)/gbfmorph.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfmorph.o -MD -MP -MF "$(DEPDIR)/gbfmorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfmorph.o `test -f '$(filtersdir)/gbfmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfmorph.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfmorph.Tpo" "$(DEPDIR)/gbfmorph.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfmorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfmorph.cpp' object='gbfmorph.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfmorph.Po' tmpdepfile='$(DEPDIR)/gbfmorph.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfmorph.o `test -f '$(filtersdir)/gbfmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfmorph.cpp
-
-gbfmorph.obj: $(filtersdir)/gbfmorph.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfmorph.obj -MD -MP -MF "$(DEPDIR)/gbfmorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfmorph.obj `if test -f '$(filtersdir)/gbfmorph.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfmorph.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfmorph.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfmorph.Tpo" "$(DEPDIR)/gbfmorph.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfmorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfmorph.cpp' object='gbfmorph.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfmorph.Po' tmpdepfile='$(DEPDIR)/gbfmorph.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfmorph.obj `if test -f '$(filtersdir)/gbfmorph.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfmorph.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfmorph.cpp'; fi`
-
-gbfmorph.lo: $(filtersdir)/gbfmorph.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfmorph.lo -MD -MP -MF "$(DEPDIR)/gbfmorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfmorph.lo `test -f '$(filtersdir)/gbfmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfmorph.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfmorph.Tpo" "$(DEPDIR)/gbfmorph.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfmorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfmorph.cpp' object='gbfmorph.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfmorph.Plo' tmpdepfile='$(DEPDIR)/gbfmorph.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfmorph.lo `test -f '$(filtersdir)/gbfmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfmorph.cpp
-
-plainfootnotes.o: $(filtersdir)/plainfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plainfootnotes.o -MD -MP -MF "$(DEPDIR)/plainfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o plainfootnotes.o `test -f '$(filtersdir)/plainfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainfootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/plainfootnotes.Tpo" "$(DEPDIR)/plainfootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/plainfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/plainfootnotes.cpp' object='plainfootnotes.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/plainfootnotes.Po' tmpdepfile='$(DEPDIR)/plainfootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plainfootnotes.o `test -f '$(filtersdir)/plainfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainfootnotes.cpp
-
-plainfootnotes.obj: $(filtersdir)/plainfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plainfootnotes.obj -MD -MP -MF "$(DEPDIR)/plainfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o plainfootnotes.obj `if test -f '$(filtersdir)/plainfootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/plainfootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/plainfootnotes.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/plainfootnotes.Tpo" "$(DEPDIR)/plainfootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/plainfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/plainfootnotes.cpp' object='plainfootnotes.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/plainfootnotes.Po' tmpdepfile='$(DEPDIR)/plainfootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plainfootnotes.obj `if test -f '$(filtersdir)/plainfootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/plainfootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/plainfootnotes.cpp'; fi`
-
-plainfootnotes.lo: $(filtersdir)/plainfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plainfootnotes.lo -MD -MP -MF "$(DEPDIR)/plainfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o plainfootnotes.lo `test -f '$(filtersdir)/plainfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainfootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/plainfootnotes.Tpo" "$(DEPDIR)/plainfootnotes.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/plainfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/plainfootnotes.cpp' object='plainfootnotes.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/plainfootnotes.Plo' tmpdepfile='$(DEPDIR)/plainfootnotes.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plainfootnotes.lo `test -f '$(filtersdir)/plainfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/plainfootnotes.cpp
-
-thmlstrongs.o: $(filtersdir)/thmlstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlstrongs.o -MD -MP -MF "$(DEPDIR)/thmlstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlstrongs.o `test -f '$(filtersdir)/thmlstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlstrongs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlstrongs.Tpo" "$(DEPDIR)/thmlstrongs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlstrongs.cpp' object='thmlstrongs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlstrongs.Po' tmpdepfile='$(DEPDIR)/thmlstrongs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlstrongs.o `test -f '$(filtersdir)/thmlstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlstrongs.cpp
-
-thmlstrongs.obj: $(filtersdir)/thmlstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlstrongs.obj -MD -MP -MF "$(DEPDIR)/thmlstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlstrongs.obj `if test -f '$(filtersdir)/thmlstrongs.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlstrongs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlstrongs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlstrongs.Tpo" "$(DEPDIR)/thmlstrongs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlstrongs.cpp' object='thmlstrongs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlstrongs.Po' tmpdepfile='$(DEPDIR)/thmlstrongs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlstrongs.obj `if test -f '$(filtersdir)/thmlstrongs.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlstrongs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlstrongs.cpp'; fi`
-
-thmlstrongs.lo: $(filtersdir)/thmlstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlstrongs.lo -MD -MP -MF "$(DEPDIR)/thmlstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlstrongs.lo `test -f '$(filtersdir)/thmlstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlstrongs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlstrongs.Tpo" "$(DEPDIR)/thmlstrongs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlstrongs.cpp' object='thmlstrongs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlstrongs.Plo' tmpdepfile='$(DEPDIR)/thmlstrongs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlstrongs.lo `test -f '$(filtersdir)/thmlstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlstrongs.cpp
-
-thmlfootnotes.o: $(filtersdir)/thmlfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlfootnotes.o -MD -MP -MF "$(DEPDIR)/thmlfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlfootnotes.o `test -f '$(filtersdir)/thmlfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlfootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlfootnotes.Tpo" "$(DEPDIR)/thmlfootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlfootnotes.cpp' object='thmlfootnotes.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlfootnotes.Po' tmpdepfile='$(DEPDIR)/thmlfootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlfootnotes.o `test -f '$(filtersdir)/thmlfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlfootnotes.cpp
-
-thmlfootnotes.obj: $(filtersdir)/thmlfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlfootnotes.obj -MD -MP -MF "$(DEPDIR)/thmlfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlfootnotes.obj `if test -f '$(filtersdir)/thmlfootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlfootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlfootnotes.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlfootnotes.Tpo" "$(DEPDIR)/thmlfootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlfootnotes.cpp' object='thmlfootnotes.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlfootnotes.Po' tmpdepfile='$(DEPDIR)/thmlfootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlfootnotes.obj `if test -f '$(filtersdir)/thmlfootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlfootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlfootnotes.cpp'; fi`
-
-thmlfootnotes.lo: $(filtersdir)/thmlfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlfootnotes.lo -MD -MP -MF "$(DEPDIR)/thmlfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlfootnotes.lo `test -f '$(filtersdir)/thmlfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlfootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlfootnotes.Tpo" "$(DEPDIR)/thmlfootnotes.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlfootnotes.cpp' object='thmlfootnotes.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlfootnotes.Plo' tmpdepfile='$(DEPDIR)/thmlfootnotes.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlfootnotes.lo `test -f '$(filtersdir)/thmlfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlfootnotes.cpp
-
-thmlheadings.o: $(filtersdir)/thmlheadings.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlheadings.o -MD -MP -MF "$(DEPDIR)/thmlheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlheadings.o `test -f '$(filtersdir)/thmlheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlheadings.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlheadings.Tpo" "$(DEPDIR)/thmlheadings.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlheadings.cpp' object='thmlheadings.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlheadings.Po' tmpdepfile='$(DEPDIR)/thmlheadings.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlheadings.o `test -f '$(filtersdir)/thmlheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlheadings.cpp
-
-thmlheadings.obj: $(filtersdir)/thmlheadings.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlheadings.obj -MD -MP -MF "$(DEPDIR)/thmlheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlheadings.obj `if test -f '$(filtersdir)/thmlheadings.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlheadings.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlheadings.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlheadings.Tpo" "$(DEPDIR)/thmlheadings.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlheadings.cpp' object='thmlheadings.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlheadings.Po' tmpdepfile='$(DEPDIR)/thmlheadings.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlheadings.obj `if test -f '$(filtersdir)/thmlheadings.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlheadings.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlheadings.cpp'; fi`
-
-thmlheadings.lo: $(filtersdir)/thmlheadings.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlheadings.lo -MD -MP -MF "$(DEPDIR)/thmlheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlheadings.lo `test -f '$(filtersdir)/thmlheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlheadings.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlheadings.Tpo" "$(DEPDIR)/thmlheadings.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlheadings.cpp' object='thmlheadings.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlheadings.Plo' tmpdepfile='$(DEPDIR)/thmlheadings.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlheadings.lo `test -f '$(filtersdir)/thmlheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlheadings.cpp
-
-thmlmorph.o: $(filtersdir)/thmlmorph.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlmorph.o -MD -MP -MF "$(DEPDIR)/thmlmorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlmorph.o `test -f '$(filtersdir)/thmlmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlmorph.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlmorph.Tpo" "$(DEPDIR)/thmlmorph.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlmorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlmorph.cpp' object='thmlmorph.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlmorph.Po' tmpdepfile='$(DEPDIR)/thmlmorph.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlmorph.o `test -f '$(filtersdir)/thmlmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlmorph.cpp
-
-thmlmorph.obj: $(filtersdir)/thmlmorph.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlmorph.obj -MD -MP -MF "$(DEPDIR)/thmlmorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlmorph.obj `if test -f '$(filtersdir)/thmlmorph.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlmorph.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlmorph.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlmorph.Tpo" "$(DEPDIR)/thmlmorph.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlmorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlmorph.cpp' object='thmlmorph.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlmorph.Po' tmpdepfile='$(DEPDIR)/thmlmorph.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlmorph.obj `if test -f '$(filtersdir)/thmlmorph.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlmorph.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlmorph.cpp'; fi`
-
-thmlmorph.lo: $(filtersdir)/thmlmorph.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlmorph.lo -MD -MP -MF "$(DEPDIR)/thmlmorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlmorph.lo `test -f '$(filtersdir)/thmlmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlmorph.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlmorph.Tpo" "$(DEPDIR)/thmlmorph.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlmorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlmorph.cpp' object='thmlmorph.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlmorph.Plo' tmpdepfile='$(DEPDIR)/thmlmorph.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlmorph.lo `test -f '$(filtersdir)/thmlmorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlmorph.cpp
-
-thmllemma.o: $(filtersdir)/thmllemma.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmllemma.o -MD -MP -MF "$(DEPDIR)/thmllemma.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmllemma.o `test -f '$(filtersdir)/thmllemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmllemma.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmllemma.Tpo" "$(DEPDIR)/thmllemma.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmllemma.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmllemma.cpp' object='thmllemma.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmllemma.Po' tmpdepfile='$(DEPDIR)/thmllemma.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmllemma.o `test -f '$(filtersdir)/thmllemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmllemma.cpp
-
-thmllemma.obj: $(filtersdir)/thmllemma.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmllemma.obj -MD -MP -MF "$(DEPDIR)/thmllemma.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmllemma.obj `if test -f '$(filtersdir)/thmllemma.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmllemma.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmllemma.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmllemma.Tpo" "$(DEPDIR)/thmllemma.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmllemma.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmllemma.cpp' object='thmllemma.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmllemma.Po' tmpdepfile='$(DEPDIR)/thmllemma.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmllemma.obj `if test -f '$(filtersdir)/thmllemma.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmllemma.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmllemma.cpp'; fi`
-
-thmllemma.lo: $(filtersdir)/thmllemma.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmllemma.lo -MD -MP -MF "$(DEPDIR)/thmllemma.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmllemma.lo `test -f '$(filtersdir)/thmllemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmllemma.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmllemma.Tpo" "$(DEPDIR)/thmllemma.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmllemma.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmllemma.cpp' object='thmllemma.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmllemma.Plo' tmpdepfile='$(DEPDIR)/thmllemma.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmllemma.lo `test -f '$(filtersdir)/thmllemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmllemma.cpp
-
-thmlscripref.o: $(filtersdir)/thmlscripref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlscripref.o -MD -MP -MF "$(DEPDIR)/thmlscripref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlscripref.o `test -f '$(filtersdir)/thmlscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlscripref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlscripref.Tpo" "$(DEPDIR)/thmlscripref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlscripref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlscripref.cpp' object='thmlscripref.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlscripref.Po' tmpdepfile='$(DEPDIR)/thmlscripref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlscripref.o `test -f '$(filtersdir)/thmlscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlscripref.cpp
-
-thmlscripref.obj: $(filtersdir)/thmlscripref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlscripref.obj -MD -MP -MF "$(DEPDIR)/thmlscripref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlscripref.obj `if test -f '$(filtersdir)/thmlscripref.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlscripref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlscripref.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlscripref.Tpo" "$(DEPDIR)/thmlscripref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlscripref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlscripref.cpp' object='thmlscripref.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlscripref.Po' tmpdepfile='$(DEPDIR)/thmlscripref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlscripref.obj `if test -f '$(filtersdir)/thmlscripref.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlscripref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlscripref.cpp'; fi`
-
-thmlscripref.lo: $(filtersdir)/thmlscripref.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlscripref.lo -MD -MP -MF "$(DEPDIR)/thmlscripref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlscripref.lo `test -f '$(filtersdir)/thmlscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlscripref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlscripref.Tpo" "$(DEPDIR)/thmlscripref.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlscripref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlscripref.cpp' object='thmlscripref.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlscripref.Plo' tmpdepfile='$(DEPDIR)/thmlscripref.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlscripref.lo `test -f '$(filtersdir)/thmlscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlscripref.cpp
-
-thmlvariants.o: $(filtersdir)/thmlvariants.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlvariants.o -MD -MP -MF "$(DEPDIR)/thmlvariants.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlvariants.o `test -f '$(filtersdir)/thmlvariants.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlvariants.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlvariants.Tpo" "$(DEPDIR)/thmlvariants.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlvariants.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlvariants.cpp' object='thmlvariants.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlvariants.Po' tmpdepfile='$(DEPDIR)/thmlvariants.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlvariants.o `test -f '$(filtersdir)/thmlvariants.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlvariants.cpp
-
-thmlvariants.obj: $(filtersdir)/thmlvariants.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlvariants.obj -MD -MP -MF "$(DEPDIR)/thmlvariants.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlvariants.obj `if test -f '$(filtersdir)/thmlvariants.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlvariants.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlvariants.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlvariants.Tpo" "$(DEPDIR)/thmlvariants.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlvariants.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlvariants.cpp' object='thmlvariants.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlvariants.Po' tmpdepfile='$(DEPDIR)/thmlvariants.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlvariants.obj `if test -f '$(filtersdir)/thmlvariants.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlvariants.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlvariants.cpp'; fi`
-
-thmlvariants.lo: $(filtersdir)/thmlvariants.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlvariants.lo -MD -MP -MF "$(DEPDIR)/thmlvariants.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlvariants.lo `test -f '$(filtersdir)/thmlvariants.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlvariants.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlvariants.Tpo" "$(DEPDIR)/thmlvariants.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlvariants.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlvariants.cpp' object='thmlvariants.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlvariants.Plo' tmpdepfile='$(DEPDIR)/thmlvariants.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlvariants.lo `test -f '$(filtersdir)/thmlvariants.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlvariants.cpp
-
-gbfthml.o: $(filtersdir)/gbfthml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfthml.o -MD -MP -MF "$(DEPDIR)/gbfthml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfthml.o `test -f '$(filtersdir)/gbfthml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfthml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfthml.Tpo" "$(DEPDIR)/gbfthml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfthml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfthml.cpp' object='gbfthml.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfthml.Po' tmpdepfile='$(DEPDIR)/gbfthml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfthml.o `test -f '$(filtersdir)/gbfthml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfthml.cpp
-
-gbfthml.obj: $(filtersdir)/gbfthml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfthml.obj -MD -MP -MF "$(DEPDIR)/gbfthml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfthml.obj `if test -f '$(filtersdir)/gbfthml.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfthml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfthml.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfthml.Tpo" "$(DEPDIR)/gbfthml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfthml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfthml.cpp' object='gbfthml.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfthml.Po' tmpdepfile='$(DEPDIR)/gbfthml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfthml.obj `if test -f '$(filtersdir)/gbfthml.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfthml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfthml.cpp'; fi`
-
-gbfthml.lo: $(filtersdir)/gbfthml.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfthml.lo -MD -MP -MF "$(DEPDIR)/gbfthml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfthml.lo `test -f '$(filtersdir)/gbfthml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfthml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfthml.Tpo" "$(DEPDIR)/gbfthml.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfthml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfthml.cpp' object='gbfthml.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfthml.Plo' tmpdepfile='$(DEPDIR)/gbfthml.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfthml.lo `test -f '$(filtersdir)/gbfthml.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfthml.cpp
-
-thmlgbf.o: $(filtersdir)/thmlgbf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlgbf.o -MD -MP -MF "$(DEPDIR)/thmlgbf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlgbf.o `test -f '$(filtersdir)/thmlgbf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlgbf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlgbf.Tpo" "$(DEPDIR)/thmlgbf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlgbf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlgbf.cpp' object='thmlgbf.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlgbf.Po' tmpdepfile='$(DEPDIR)/thmlgbf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlgbf.o `test -f '$(filtersdir)/thmlgbf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlgbf.cpp
-
-thmlgbf.obj: $(filtersdir)/thmlgbf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlgbf.obj -MD -MP -MF "$(DEPDIR)/thmlgbf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlgbf.obj `if test -f '$(filtersdir)/thmlgbf.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlgbf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlgbf.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlgbf.Tpo" "$(DEPDIR)/thmlgbf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlgbf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlgbf.cpp' object='thmlgbf.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlgbf.Po' tmpdepfile='$(DEPDIR)/thmlgbf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlgbf.obj `if test -f '$(filtersdir)/thmlgbf.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlgbf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlgbf.cpp'; fi`
-
-thmlgbf.lo: $(filtersdir)/thmlgbf.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlgbf.lo -MD -MP -MF "$(DEPDIR)/thmlgbf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlgbf.lo `test -f '$(filtersdir)/thmlgbf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlgbf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlgbf.Tpo" "$(DEPDIR)/thmlgbf.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlgbf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlgbf.cpp' object='thmlgbf.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlgbf.Plo' tmpdepfile='$(DEPDIR)/thmlgbf.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlgbf.lo `test -f '$(filtersdir)/thmlgbf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlgbf.cpp
-
-thmlrtf.o: $(filtersdir)/thmlrtf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlrtf.o -MD -MP -MF "$(DEPDIR)/thmlrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlrtf.o `test -f '$(filtersdir)/thmlrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlrtf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlrtf.Tpo" "$(DEPDIR)/thmlrtf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlrtf.cpp' object='thmlrtf.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlrtf.Po' tmpdepfile='$(DEPDIR)/thmlrtf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlrtf.o `test -f '$(filtersdir)/thmlrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlrtf.cpp
-
-thmlrtf.obj: $(filtersdir)/thmlrtf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlrtf.obj -MD -MP -MF "$(DEPDIR)/thmlrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlrtf.obj `if test -f '$(filtersdir)/thmlrtf.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlrtf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlrtf.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlrtf.Tpo" "$(DEPDIR)/thmlrtf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlrtf.cpp' object='thmlrtf.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlrtf.Po' tmpdepfile='$(DEPDIR)/thmlrtf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlrtf.obj `if test -f '$(filtersdir)/thmlrtf.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlrtf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlrtf.cpp'; fi`
-
-thmlrtf.lo: $(filtersdir)/thmlrtf.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlrtf.lo -MD -MP -MF "$(DEPDIR)/thmlrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlrtf.lo `test -f '$(filtersdir)/thmlrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlrtf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlrtf.Tpo" "$(DEPDIR)/thmlrtf.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlrtf.cpp' object='thmlrtf.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlrtf.Plo' tmpdepfile='$(DEPDIR)/thmlrtf.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlrtf.lo `test -f '$(filtersdir)/thmlrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlrtf.cpp
-
-thmlhtml.o: $(filtersdir)/thmlhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlhtml.o -MD -MP -MF "$(DEPDIR)/thmlhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlhtml.o `test -f '$(filtersdir)/thmlhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlhtml.Tpo" "$(DEPDIR)/thmlhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlhtml.cpp' object='thmlhtml.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlhtml.Po' tmpdepfile='$(DEPDIR)/thmlhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlhtml.o `test -f '$(filtersdir)/thmlhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtml.cpp
-
-thmlhtml.obj: $(filtersdir)/thmlhtml.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlhtml.obj -MD -MP -MF "$(DEPDIR)/thmlhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlhtml.obj `if test -f '$(filtersdir)/thmlhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlhtml.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlhtml.Tpo" "$(DEPDIR)/thmlhtml.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlhtml.cpp' object='thmlhtml.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlhtml.Po' tmpdepfile='$(DEPDIR)/thmlhtml.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlhtml.obj `if test -f '$(filtersdir)/thmlhtml.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlhtml.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlhtml.cpp'; fi`
-
-thmlhtml.lo: $(filtersdir)/thmlhtml.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlhtml.lo -MD -MP -MF "$(DEPDIR)/thmlhtml.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlhtml.lo `test -f '$(filtersdir)/thmlhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtml.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlhtml.Tpo" "$(DEPDIR)/thmlhtml.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlhtml.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlhtml.cpp' object='thmlhtml.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlhtml.Plo' tmpdepfile='$(DEPDIR)/thmlhtml.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlhtml.lo `test -f '$(filtersdir)/thmlhtml.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtml.cpp
-
-thmlhtmlhref.o: $(filtersdir)/thmlhtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlhtmlhref.o -MD -MP -MF "$(DEPDIR)/thmlhtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlhtmlhref.o `test -f '$(filtersdir)/thmlhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtmlhref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlhtmlhref.Tpo" "$(DEPDIR)/thmlhtmlhref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlhtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlhtmlhref.cpp' object='thmlhtmlhref.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlhtmlhref.Po' tmpdepfile='$(DEPDIR)/thmlhtmlhref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlhtmlhref.o `test -f '$(filtersdir)/thmlhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtmlhref.cpp
-
-thmlhtmlhref.obj: $(filtersdir)/thmlhtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlhtmlhref.obj -MD -MP -MF "$(DEPDIR)/thmlhtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlhtmlhref.obj `if test -f '$(filtersdir)/thmlhtmlhref.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlhtmlhref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlhtmlhref.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlhtmlhref.Tpo" "$(DEPDIR)/thmlhtmlhref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlhtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlhtmlhref.cpp' object='thmlhtmlhref.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlhtmlhref.Po' tmpdepfile='$(DEPDIR)/thmlhtmlhref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlhtmlhref.obj `if test -f '$(filtersdir)/thmlhtmlhref.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlhtmlhref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlhtmlhref.cpp'; fi`
-
-thmlhtmlhref.lo: $(filtersdir)/thmlhtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlhtmlhref.lo -MD -MP -MF "$(DEPDIR)/thmlhtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlhtmlhref.lo `test -f '$(filtersdir)/thmlhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtmlhref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlhtmlhref.Tpo" "$(DEPDIR)/thmlhtmlhref.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlhtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlhtmlhref.cpp' object='thmlhtmlhref.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlhtmlhref.Plo' tmpdepfile='$(DEPDIR)/thmlhtmlhref.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlhtmlhref.lo `test -f '$(filtersdir)/thmlhtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlhtmlhref.cpp
-
-thmlwebif.o: $(filtersdir)/thmlwebif.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlwebif.o -MD -MP -MF "$(DEPDIR)/thmlwebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlwebif.o `test -f '$(filtersdir)/thmlwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlwebif.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlwebif.Tpo" "$(DEPDIR)/thmlwebif.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlwebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlwebif.cpp' object='thmlwebif.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlwebif.Po' tmpdepfile='$(DEPDIR)/thmlwebif.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlwebif.o `test -f '$(filtersdir)/thmlwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlwebif.cpp
-
-thmlwebif.obj: $(filtersdir)/thmlwebif.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlwebif.obj -MD -MP -MF "$(DEPDIR)/thmlwebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlwebif.obj `if test -f '$(filtersdir)/thmlwebif.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlwebif.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlwebif.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlwebif.Tpo" "$(DEPDIR)/thmlwebif.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlwebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlwebif.cpp' object='thmlwebif.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlwebif.Po' tmpdepfile='$(DEPDIR)/thmlwebif.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlwebif.obj `if test -f '$(filtersdir)/thmlwebif.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlwebif.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlwebif.cpp'; fi`
-
-thmlwebif.lo: $(filtersdir)/thmlwebif.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlwebif.lo -MD -MP -MF "$(DEPDIR)/thmlwebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlwebif.lo `test -f '$(filtersdir)/thmlwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlwebif.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlwebif.Tpo" "$(DEPDIR)/thmlwebif.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlwebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlwebif.cpp' object='thmlwebif.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlwebif.Plo' tmpdepfile='$(DEPDIR)/thmlwebif.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlwebif.lo `test -f '$(filtersdir)/thmlwebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlwebif.cpp
-
-thmlosis.o: $(filtersdir)/thmlosis.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlosis.o -MD -MP -MF "$(DEPDIR)/thmlosis.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlosis.o `test -f '$(filtersdir)/thmlosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlosis.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlosis.Tpo" "$(DEPDIR)/thmlosis.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlosis.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlosis.cpp' object='thmlosis.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlosis.Po' tmpdepfile='$(DEPDIR)/thmlosis.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlosis.o `test -f '$(filtersdir)/thmlosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlosis.cpp
-
-thmlosis.obj: $(filtersdir)/thmlosis.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlosis.obj -MD -MP -MF "$(DEPDIR)/thmlosis.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlosis.obj `if test -f '$(filtersdir)/thmlosis.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlosis.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlosis.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlosis.Tpo" "$(DEPDIR)/thmlosis.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlosis.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlosis.cpp' object='thmlosis.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlosis.Po' tmpdepfile='$(DEPDIR)/thmlosis.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlosis.obj `if test -f '$(filtersdir)/thmlosis.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlosis.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlosis.cpp'; fi`
-
-thmlosis.lo: $(filtersdir)/thmlosis.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlosis.lo -MD -MP -MF "$(DEPDIR)/thmlosis.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlosis.lo `test -f '$(filtersdir)/thmlosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlosis.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlosis.Tpo" "$(DEPDIR)/thmlosis.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlosis.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlosis.cpp' object='thmlosis.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlosis.Plo' tmpdepfile='$(DEPDIR)/thmlosis.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlosis.lo `test -f '$(filtersdir)/thmlosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlosis.cpp
-
-gbfosis.o: $(filtersdir)/gbfosis.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfosis.o -MD -MP -MF "$(DEPDIR)/gbfosis.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfosis.o `test -f '$(filtersdir)/gbfosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfosis.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfosis.Tpo" "$(DEPDIR)/gbfosis.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfosis.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfosis.cpp' object='gbfosis.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfosis.Po' tmpdepfile='$(DEPDIR)/gbfosis.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfosis.o `test -f '$(filtersdir)/gbfosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfosis.cpp
-
-gbfosis.obj: $(filtersdir)/gbfosis.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfosis.obj -MD -MP -MF "$(DEPDIR)/gbfosis.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfosis.obj `if test -f '$(filtersdir)/gbfosis.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfosis.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfosis.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfosis.Tpo" "$(DEPDIR)/gbfosis.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfosis.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfosis.cpp' object='gbfosis.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfosis.Po' tmpdepfile='$(DEPDIR)/gbfosis.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfosis.obj `if test -f '$(filtersdir)/gbfosis.cpp'; then $(CYGPATH_W) '$(filtersdir)/gbfosis.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/gbfosis.cpp'; fi`
-
-gbfosis.lo: $(filtersdir)/gbfosis.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gbfosis.lo -MD -MP -MF "$(DEPDIR)/gbfosis.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o gbfosis.lo `test -f '$(filtersdir)/gbfosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfosis.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/gbfosis.Tpo" "$(DEPDIR)/gbfosis.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/gbfosis.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/gbfosis.cpp' object='gbfosis.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/gbfosis.Plo' tmpdepfile='$(DEPDIR)/gbfosis.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gbfosis.lo `test -f '$(filtersdir)/gbfosis.cpp' || echo '$(srcdir)/'`$(filtersdir)/gbfosis.cpp
-
-thmlplain.o: $(filtersdir)/thmlplain.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlplain.o -MD -MP -MF "$(DEPDIR)/thmlplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlplain.o `test -f '$(filtersdir)/thmlplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlplain.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlplain.Tpo" "$(DEPDIR)/thmlplain.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlplain.cpp' object='thmlplain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlplain.Po' tmpdepfile='$(DEPDIR)/thmlplain.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlplain.o `test -f '$(filtersdir)/thmlplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlplain.cpp
-
-thmlplain.obj: $(filtersdir)/thmlplain.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlplain.obj -MD -MP -MF "$(DEPDIR)/thmlplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlplain.obj `if test -f '$(filtersdir)/thmlplain.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlplain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlplain.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlplain.Tpo" "$(DEPDIR)/thmlplain.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlplain.cpp' object='thmlplain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlplain.Po' tmpdepfile='$(DEPDIR)/thmlplain.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlplain.obj `if test -f '$(filtersdir)/thmlplain.cpp'; then $(CYGPATH_W) '$(filtersdir)/thmlplain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/thmlplain.cpp'; fi`
-
-thmlplain.lo: $(filtersdir)/thmlplain.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlplain.lo -MD -MP -MF "$(DEPDIR)/thmlplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o thmlplain.lo `test -f '$(filtersdir)/thmlplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlplain.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/thmlplain.Tpo" "$(DEPDIR)/thmlplain.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/thmlplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/thmlplain.cpp' object='thmlplain.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/thmlplain.Plo' tmpdepfile='$(DEPDIR)/thmlplain.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o thmlplain.lo `test -f '$(filtersdir)/thmlplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/thmlplain.cpp
-
-osisheadings.o: $(filtersdir)/osisheadings.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisheadings.o -MD -MP -MF "$(DEPDIR)/osisheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisheadings.o `test -f '$(filtersdir)/osisheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisheadings.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisheadings.Tpo" "$(DEPDIR)/osisheadings.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisheadings.cpp' object='osisheadings.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisheadings.Po' tmpdepfile='$(DEPDIR)/osisheadings.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisheadings.o `test -f '$(filtersdir)/osisheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisheadings.cpp
-
-osisheadings.obj: $(filtersdir)/osisheadings.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisheadings.obj -MD -MP -MF "$(DEPDIR)/osisheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisheadings.obj `if test -f '$(filtersdir)/osisheadings.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisheadings.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisheadings.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisheadings.Tpo" "$(DEPDIR)/osisheadings.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisheadings.cpp' object='osisheadings.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisheadings.Po' tmpdepfile='$(DEPDIR)/osisheadings.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisheadings.obj `if test -f '$(filtersdir)/osisheadings.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisheadings.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisheadings.cpp'; fi`
-
-osisheadings.lo: $(filtersdir)/osisheadings.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisheadings.lo -MD -MP -MF "$(DEPDIR)/osisheadings.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisheadings.lo `test -f '$(filtersdir)/osisheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisheadings.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisheadings.Tpo" "$(DEPDIR)/osisheadings.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisheadings.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisheadings.cpp' object='osisheadings.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisheadings.Plo' tmpdepfile='$(DEPDIR)/osisheadings.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisheadings.lo `test -f '$(filtersdir)/osisheadings.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisheadings.cpp
-
-osisfootnotes.o: $(filtersdir)/osisfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisfootnotes.o -MD -MP -MF "$(DEPDIR)/osisfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisfootnotes.o `test -f '$(filtersdir)/osisfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisfootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisfootnotes.Tpo" "$(DEPDIR)/osisfootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisfootnotes.cpp' object='osisfootnotes.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisfootnotes.Po' tmpdepfile='$(DEPDIR)/osisfootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisfootnotes.o `test -f '$(filtersdir)/osisfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisfootnotes.cpp
-
-osisfootnotes.obj: $(filtersdir)/osisfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisfootnotes.obj -MD -MP -MF "$(DEPDIR)/osisfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisfootnotes.obj `if test -f '$(filtersdir)/osisfootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisfootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisfootnotes.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisfootnotes.Tpo" "$(DEPDIR)/osisfootnotes.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisfootnotes.cpp' object='osisfootnotes.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisfootnotes.Po' tmpdepfile='$(DEPDIR)/osisfootnotes.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisfootnotes.obj `if test -f '$(filtersdir)/osisfootnotes.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisfootnotes.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisfootnotes.cpp'; fi`
-
-osisfootnotes.lo: $(filtersdir)/osisfootnotes.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisfootnotes.lo -MD -MP -MF "$(DEPDIR)/osisfootnotes.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisfootnotes.lo `test -f '$(filtersdir)/osisfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisfootnotes.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisfootnotes.Tpo" "$(DEPDIR)/osisfootnotes.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisfootnotes.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisfootnotes.cpp' object='osisfootnotes.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisfootnotes.Plo' tmpdepfile='$(DEPDIR)/osisfootnotes.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisfootnotes.lo `test -f '$(filtersdir)/osisfootnotes.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisfootnotes.cpp
-
-osishtmlhref.o: $(filtersdir)/osishtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osishtmlhref.o -MD -MP -MF "$(DEPDIR)/osishtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osishtmlhref.o `test -f '$(filtersdir)/osishtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osishtmlhref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osishtmlhref.Tpo" "$(DEPDIR)/osishtmlhref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osishtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osishtmlhref.cpp' object='osishtmlhref.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osishtmlhref.Po' tmpdepfile='$(DEPDIR)/osishtmlhref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osishtmlhref.o `test -f '$(filtersdir)/osishtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osishtmlhref.cpp
-
-osishtmlhref.obj: $(filtersdir)/osishtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osishtmlhref.obj -MD -MP -MF "$(DEPDIR)/osishtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osishtmlhref.obj `if test -f '$(filtersdir)/osishtmlhref.cpp'; then $(CYGPATH_W) '$(filtersdir)/osishtmlhref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osishtmlhref.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osishtmlhref.Tpo" "$(DEPDIR)/osishtmlhref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osishtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osishtmlhref.cpp' object='osishtmlhref.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osishtmlhref.Po' tmpdepfile='$(DEPDIR)/osishtmlhref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osishtmlhref.obj `if test -f '$(filtersdir)/osishtmlhref.cpp'; then $(CYGPATH_W) '$(filtersdir)/osishtmlhref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osishtmlhref.cpp'; fi`
-
-osishtmlhref.lo: $(filtersdir)/osishtmlhref.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osishtmlhref.lo -MD -MP -MF "$(DEPDIR)/osishtmlhref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osishtmlhref.lo `test -f '$(filtersdir)/osishtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osishtmlhref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osishtmlhref.Tpo" "$(DEPDIR)/osishtmlhref.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osishtmlhref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osishtmlhref.cpp' object='osishtmlhref.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osishtmlhref.Plo' tmpdepfile='$(DEPDIR)/osishtmlhref.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osishtmlhref.lo `test -f '$(filtersdir)/osishtmlhref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osishtmlhref.cpp
-
-osiswebif.o: $(filtersdir)/osiswebif.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osiswebif.o -MD -MP -MF "$(DEPDIR)/osiswebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osiswebif.o `test -f '$(filtersdir)/osiswebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/osiswebif.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osiswebif.Tpo" "$(DEPDIR)/osiswebif.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osiswebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osiswebif.cpp' object='osiswebif.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osiswebif.Po' tmpdepfile='$(DEPDIR)/osiswebif.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osiswebif.o `test -f '$(filtersdir)/osiswebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/osiswebif.cpp
-
-osiswebif.obj: $(filtersdir)/osiswebif.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osiswebif.obj -MD -MP -MF "$(DEPDIR)/osiswebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osiswebif.obj `if test -f '$(filtersdir)/osiswebif.cpp'; then $(CYGPATH_W) '$(filtersdir)/osiswebif.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osiswebif.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osiswebif.Tpo" "$(DEPDIR)/osiswebif.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osiswebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osiswebif.cpp' object='osiswebif.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osiswebif.Po' tmpdepfile='$(DEPDIR)/osiswebif.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osiswebif.obj `if test -f '$(filtersdir)/osiswebif.cpp'; then $(CYGPATH_W) '$(filtersdir)/osiswebif.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osiswebif.cpp'; fi`
-
-osiswebif.lo: $(filtersdir)/osiswebif.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osiswebif.lo -MD -MP -MF "$(DEPDIR)/osiswebif.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osiswebif.lo `test -f '$(filtersdir)/osiswebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/osiswebif.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osiswebif.Tpo" "$(DEPDIR)/osiswebif.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osiswebif.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osiswebif.cpp' object='osiswebif.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osiswebif.Plo' tmpdepfile='$(DEPDIR)/osiswebif.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osiswebif.lo `test -f '$(filtersdir)/osiswebif.cpp' || echo '$(srcdir)/'`$(filtersdir)/osiswebif.cpp
-
-osismorph.o: $(filtersdir)/osismorph.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osismorph.o -MD -MP -MF "$(DEPDIR)/osismorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osismorph.o `test -f '$(filtersdir)/osismorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/osismorph.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osismorph.Tpo" "$(DEPDIR)/osismorph.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osismorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osismorph.cpp' object='osismorph.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osismorph.Po' tmpdepfile='$(DEPDIR)/osismorph.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osismorph.o `test -f '$(filtersdir)/osismorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/osismorph.cpp
-
-osismorph.obj: $(filtersdir)/osismorph.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osismorph.obj -MD -MP -MF "$(DEPDIR)/osismorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osismorph.obj `if test -f '$(filtersdir)/osismorph.cpp'; then $(CYGPATH_W) '$(filtersdir)/osismorph.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osismorph.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osismorph.Tpo" "$(DEPDIR)/osismorph.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osismorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osismorph.cpp' object='osismorph.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osismorph.Po' tmpdepfile='$(DEPDIR)/osismorph.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osismorph.obj `if test -f '$(filtersdir)/osismorph.cpp'; then $(CYGPATH_W) '$(filtersdir)/osismorph.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osismorph.cpp'; fi`
-
-osismorph.lo: $(filtersdir)/osismorph.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osismorph.lo -MD -MP -MF "$(DEPDIR)/osismorph.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osismorph.lo `test -f '$(filtersdir)/osismorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/osismorph.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osismorph.Tpo" "$(DEPDIR)/osismorph.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osismorph.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osismorph.cpp' object='osismorph.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osismorph.Plo' tmpdepfile='$(DEPDIR)/osismorph.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osismorph.lo `test -f '$(filtersdir)/osismorph.cpp' || echo '$(srcdir)/'`$(filtersdir)/osismorph.cpp
-
-osisstrongs.o: $(filtersdir)/osisstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisstrongs.o -MD -MP -MF "$(DEPDIR)/osisstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisstrongs.o `test -f '$(filtersdir)/osisstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisstrongs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisstrongs.Tpo" "$(DEPDIR)/osisstrongs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisstrongs.cpp' object='osisstrongs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisstrongs.Po' tmpdepfile='$(DEPDIR)/osisstrongs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisstrongs.o `test -f '$(filtersdir)/osisstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisstrongs.cpp
-
-osisstrongs.obj: $(filtersdir)/osisstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisstrongs.obj -MD -MP -MF "$(DEPDIR)/osisstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisstrongs.obj `if test -f '$(filtersdir)/osisstrongs.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisstrongs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisstrongs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisstrongs.Tpo" "$(DEPDIR)/osisstrongs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisstrongs.cpp' object='osisstrongs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisstrongs.Po' tmpdepfile='$(DEPDIR)/osisstrongs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisstrongs.obj `if test -f '$(filtersdir)/osisstrongs.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisstrongs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisstrongs.cpp'; fi`
-
-osisstrongs.lo: $(filtersdir)/osisstrongs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisstrongs.lo -MD -MP -MF "$(DEPDIR)/osisstrongs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisstrongs.lo `test -f '$(filtersdir)/osisstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisstrongs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisstrongs.Tpo" "$(DEPDIR)/osisstrongs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisstrongs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisstrongs.cpp' object='osisstrongs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisstrongs.Plo' tmpdepfile='$(DEPDIR)/osisstrongs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisstrongs.lo `test -f '$(filtersdir)/osisstrongs.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisstrongs.cpp
-
-osisplain.o: $(filtersdir)/osisplain.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisplain.o -MD -MP -MF "$(DEPDIR)/osisplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisplain.o `test -f '$(filtersdir)/osisplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisplain.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisplain.Tpo" "$(DEPDIR)/osisplain.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisplain.cpp' object='osisplain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisplain.Po' tmpdepfile='$(DEPDIR)/osisplain.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisplain.o `test -f '$(filtersdir)/osisplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisplain.cpp
-
-osisplain.obj: $(filtersdir)/osisplain.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisplain.obj -MD -MP -MF "$(DEPDIR)/osisplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisplain.obj `if test -f '$(filtersdir)/osisplain.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisplain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisplain.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisplain.Tpo" "$(DEPDIR)/osisplain.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisplain.cpp' object='osisplain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisplain.Po' tmpdepfile='$(DEPDIR)/osisplain.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisplain.obj `if test -f '$(filtersdir)/osisplain.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisplain.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisplain.cpp'; fi`
-
-osisplain.lo: $(filtersdir)/osisplain.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisplain.lo -MD -MP -MF "$(DEPDIR)/osisplain.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisplain.lo `test -f '$(filtersdir)/osisplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisplain.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisplain.Tpo" "$(DEPDIR)/osisplain.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisplain.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisplain.cpp' object='osisplain.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisplain.Plo' tmpdepfile='$(DEPDIR)/osisplain.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisplain.lo `test -f '$(filtersdir)/osisplain.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisplain.cpp
-
-osisrtf.o: $(filtersdir)/osisrtf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisrtf.o -MD -MP -MF "$(DEPDIR)/osisrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisrtf.o `test -f '$(filtersdir)/osisrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisrtf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisrtf.Tpo" "$(DEPDIR)/osisrtf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisrtf.cpp' object='osisrtf.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisrtf.Po' tmpdepfile='$(DEPDIR)/osisrtf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisrtf.o `test -f '$(filtersdir)/osisrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisrtf.cpp
-
-osisrtf.obj: $(filtersdir)/osisrtf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisrtf.obj -MD -MP -MF "$(DEPDIR)/osisrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisrtf.obj `if test -f '$(filtersdir)/osisrtf.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisrtf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisrtf.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisrtf.Tpo" "$(DEPDIR)/osisrtf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisrtf.cpp' object='osisrtf.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisrtf.Po' tmpdepfile='$(DEPDIR)/osisrtf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisrtf.obj `if test -f '$(filtersdir)/osisrtf.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisrtf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisrtf.cpp'; fi`
-
-osisrtf.lo: $(filtersdir)/osisrtf.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisrtf.lo -MD -MP -MF "$(DEPDIR)/osisrtf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisrtf.lo `test -f '$(filtersdir)/osisrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisrtf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisrtf.Tpo" "$(DEPDIR)/osisrtf.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisrtf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisrtf.cpp' object='osisrtf.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisrtf.Plo' tmpdepfile='$(DEPDIR)/osisrtf.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisrtf.lo `test -f '$(filtersdir)/osisrtf.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisrtf.cpp
-
-osislemma.o: $(filtersdir)/osislemma.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osislemma.o -MD -MP -MF "$(DEPDIR)/osislemma.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osislemma.o `test -f '$(filtersdir)/osislemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/osislemma.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osislemma.Tpo" "$(DEPDIR)/osislemma.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osislemma.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osislemma.cpp' object='osislemma.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osislemma.Po' tmpdepfile='$(DEPDIR)/osislemma.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osislemma.o `test -f '$(filtersdir)/osislemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/osislemma.cpp
-
-osislemma.obj: $(filtersdir)/osislemma.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osislemma.obj -MD -MP -MF "$(DEPDIR)/osislemma.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osislemma.obj `if test -f '$(filtersdir)/osislemma.cpp'; then $(CYGPATH_W) '$(filtersdir)/osislemma.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osislemma.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osislemma.Tpo" "$(DEPDIR)/osislemma.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osislemma.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osislemma.cpp' object='osislemma.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osislemma.Po' tmpdepfile='$(DEPDIR)/osislemma.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osislemma.obj `if test -f '$(filtersdir)/osislemma.cpp'; then $(CYGPATH_W) '$(filtersdir)/osislemma.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osislemma.cpp'; fi`
-
-osislemma.lo: $(filtersdir)/osislemma.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osislemma.lo -MD -MP -MF "$(DEPDIR)/osislemma.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osislemma.lo `test -f '$(filtersdir)/osislemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/osislemma.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osislemma.Tpo" "$(DEPDIR)/osislemma.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osislemma.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osislemma.cpp' object='osislemma.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osislemma.Plo' tmpdepfile='$(DEPDIR)/osislemma.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osislemma.lo `test -f '$(filtersdir)/osislemma.cpp' || echo '$(srcdir)/'`$(filtersdir)/osislemma.cpp
-
-osisredletterwords.o: $(filtersdir)/osisredletterwords.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisredletterwords.o -MD -MP -MF "$(DEPDIR)/osisredletterwords.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisredletterwords.o `test -f '$(filtersdir)/osisredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisredletterwords.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisredletterwords.Tpo" "$(DEPDIR)/osisredletterwords.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisredletterwords.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisredletterwords.cpp' object='osisredletterwords.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisredletterwords.Po' tmpdepfile='$(DEPDIR)/osisredletterwords.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisredletterwords.o `test -f '$(filtersdir)/osisredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisredletterwords.cpp
-
-osisredletterwords.obj: $(filtersdir)/osisredletterwords.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisredletterwords.obj -MD -MP -MF "$(DEPDIR)/osisredletterwords.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisredletterwords.obj `if test -f '$(filtersdir)/osisredletterwords.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisredletterwords.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisredletterwords.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisredletterwords.Tpo" "$(DEPDIR)/osisredletterwords.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisredletterwords.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisredletterwords.cpp' object='osisredletterwords.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisredletterwords.Po' tmpdepfile='$(DEPDIR)/osisredletterwords.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisredletterwords.obj `if test -f '$(filtersdir)/osisredletterwords.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisredletterwords.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisredletterwords.cpp'; fi`
-
-osisredletterwords.lo: $(filtersdir)/osisredletterwords.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisredletterwords.lo -MD -MP -MF "$(DEPDIR)/osisredletterwords.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisredletterwords.lo `test -f '$(filtersdir)/osisredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisredletterwords.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisredletterwords.Tpo" "$(DEPDIR)/osisredletterwords.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisredletterwords.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisredletterwords.cpp' object='osisredletterwords.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisredletterwords.Plo' tmpdepfile='$(DEPDIR)/osisredletterwords.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisredletterwords.lo `test -f '$(filtersdir)/osisredletterwords.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisredletterwords.cpp
-
-osisscripref.o: $(filtersdir)/osisscripref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisscripref.o -MD -MP -MF "$(DEPDIR)/osisscripref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisscripref.o `test -f '$(filtersdir)/osisscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisscripref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisscripref.Tpo" "$(DEPDIR)/osisscripref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisscripref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisscripref.cpp' object='osisscripref.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisscripref.Po' tmpdepfile='$(DEPDIR)/osisscripref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisscripref.o `test -f '$(filtersdir)/osisscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisscripref.cpp
-
-osisscripref.obj: $(filtersdir)/osisscripref.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisscripref.obj -MD -MP -MF "$(DEPDIR)/osisscripref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisscripref.obj `if test -f '$(filtersdir)/osisscripref.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisscripref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisscripref.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisscripref.Tpo" "$(DEPDIR)/osisscripref.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisscripref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisscripref.cpp' object='osisscripref.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisscripref.Po' tmpdepfile='$(DEPDIR)/osisscripref.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisscripref.obj `if test -f '$(filtersdir)/osisscripref.cpp'; then $(CYGPATH_W) '$(filtersdir)/osisscripref.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/osisscripref.cpp'; fi`
-
-osisscripref.lo: $(filtersdir)/osisscripref.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT osisscripref.lo -MD -MP -MF "$(DEPDIR)/osisscripref.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o osisscripref.lo `test -f '$(filtersdir)/osisscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisscripref.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/osisscripref.Tpo" "$(DEPDIR)/osisscripref.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/osisscripref.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/osisscripref.cpp' object='osisscripref.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/osisscripref.Plo' tmpdepfile='$(DEPDIR)/osisscripref.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o osisscripref.lo `test -f '$(filtersdir)/osisscripref.cpp' || echo '$(srcdir)/'`$(filtersdir)/osisscripref.cpp
-
-unicodertf.o: $(filtersdir)/unicodertf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unicodertf.o -MD -MP -MF "$(DEPDIR)/unicodertf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o unicodertf.o `test -f '$(filtersdir)/unicodertf.cpp' || echo '$(srcdir)/'`$(filtersdir)/unicodertf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/unicodertf.Tpo" "$(DEPDIR)/unicodertf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/unicodertf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/unicodertf.cpp' object='unicodertf.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/unicodertf.Po' tmpdepfile='$(DEPDIR)/unicodertf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unicodertf.o `test -f '$(filtersdir)/unicodertf.cpp' || echo '$(srcdir)/'`$(filtersdir)/unicodertf.cpp
-
-unicodertf.obj: $(filtersdir)/unicodertf.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unicodertf.obj -MD -MP -MF "$(DEPDIR)/unicodertf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o unicodertf.obj `if test -f '$(filtersdir)/unicodertf.cpp'; then $(CYGPATH_W) '$(filtersdir)/unicodertf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/unicodertf.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/unicodertf.Tpo" "$(DEPDIR)/unicodertf.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/unicodertf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/unicodertf.cpp' object='unicodertf.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/unicodertf.Po' tmpdepfile='$(DEPDIR)/unicodertf.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unicodertf.obj `if test -f '$(filtersdir)/unicodertf.cpp'; then $(CYGPATH_W) '$(filtersdir)/unicodertf.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/unicodertf.cpp'; fi`
-
-unicodertf.lo: $(filtersdir)/unicodertf.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unicodertf.lo -MD -MP -MF "$(DEPDIR)/unicodertf.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o unicodertf.lo `test -f '$(filtersdir)/unicodertf.cpp' || echo '$(srcdir)/'`$(filtersdir)/unicodertf.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/unicodertf.Tpo" "$(DEPDIR)/unicodertf.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/unicodertf.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/unicodertf.cpp' object='unicodertf.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/unicodertf.Plo' tmpdepfile='$(DEPDIR)/unicodertf.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unicodertf.lo `test -f '$(filtersdir)/unicodertf.cpp' || echo '$(srcdir)/'`$(filtersdir)/unicodertf.cpp
-
-latin1utf8.o: $(filtersdir)/latin1utf8.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT latin1utf8.o -MD -MP -MF "$(DEPDIR)/latin1utf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o latin1utf8.o `test -f '$(filtersdir)/latin1utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf8.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/latin1utf8.Tpo" "$(DEPDIR)/latin1utf8.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/latin1utf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/latin1utf8.cpp' object='latin1utf8.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/latin1utf8.Po' tmpdepfile='$(DEPDIR)/latin1utf8.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o latin1utf8.o `test -f '$(filtersdir)/latin1utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf8.cpp
-
-latin1utf8.obj: $(filtersdir)/latin1utf8.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT latin1utf8.obj -MD -MP -MF "$(DEPDIR)/latin1utf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o latin1utf8.obj `if test -f '$(filtersdir)/latin1utf8.cpp'; then $(CYGPATH_W) '$(filtersdir)/latin1utf8.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/latin1utf8.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/latin1utf8.Tpo" "$(DEPDIR)/latin1utf8.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/latin1utf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/latin1utf8.cpp' object='latin1utf8.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/latin1utf8.Po' tmpdepfile='$(DEPDIR)/latin1utf8.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o latin1utf8.obj `if test -f '$(filtersdir)/latin1utf8.cpp'; then $(CYGPATH_W) '$(filtersdir)/latin1utf8.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/latin1utf8.cpp'; fi`
-
-latin1utf8.lo: $(filtersdir)/latin1utf8.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT latin1utf8.lo -MD -MP -MF "$(DEPDIR)/latin1utf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o latin1utf8.lo `test -f '$(filtersdir)/latin1utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf8.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/latin1utf8.Tpo" "$(DEPDIR)/latin1utf8.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/latin1utf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/latin1utf8.cpp' object='latin1utf8.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/latin1utf8.Plo' tmpdepfile='$(DEPDIR)/latin1utf8.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o latin1utf8.lo `test -f '$(filtersdir)/latin1utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf8.cpp
-
-latin1utf16.o: $(filtersdir)/latin1utf16.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT latin1utf16.o -MD -MP -MF "$(DEPDIR)/latin1utf16.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o latin1utf16.o `test -f '$(filtersdir)/latin1utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf16.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/latin1utf16.Tpo" "$(DEPDIR)/latin1utf16.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/latin1utf16.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/latin1utf16.cpp' object='latin1utf16.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/latin1utf16.Po' tmpdepfile='$(DEPDIR)/latin1utf16.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o latin1utf16.o `test -f '$(filtersdir)/latin1utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf16.cpp
-
-latin1utf16.obj: $(filtersdir)/latin1utf16.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT latin1utf16.obj -MD -MP -MF "$(DEPDIR)/latin1utf16.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o latin1utf16.obj `if test -f '$(filtersdir)/latin1utf16.cpp'; then $(CYGPATH_W) '$(filtersdir)/latin1utf16.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/latin1utf16.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/latin1utf16.Tpo" "$(DEPDIR)/latin1utf16.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/latin1utf16.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/latin1utf16.cpp' object='latin1utf16.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/latin1utf16.Po' tmpdepfile='$(DEPDIR)/latin1utf16.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o latin1utf16.obj `if test -f '$(filtersdir)/latin1utf16.cpp'; then $(CYGPATH_W) '$(filtersdir)/latin1utf16.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/latin1utf16.cpp'; fi`
-
-latin1utf16.lo: $(filtersdir)/latin1utf16.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT latin1utf16.lo -MD -MP -MF "$(DEPDIR)/latin1utf16.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o latin1utf16.lo `test -f '$(filtersdir)/latin1utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf16.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/latin1utf16.Tpo" "$(DEPDIR)/latin1utf16.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/latin1utf16.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/latin1utf16.cpp' object='latin1utf16.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/latin1utf16.Plo' tmpdepfile='$(DEPDIR)/latin1utf16.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o latin1utf16.lo `test -f '$(filtersdir)/latin1utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/latin1utf16.cpp
-
-utf8utf16.o: $(filtersdir)/utf8utf16.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8utf16.o -MD -MP -MF "$(DEPDIR)/utf8utf16.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8utf16.o `test -f '$(filtersdir)/utf8utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8utf16.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8utf16.Tpo" "$(DEPDIR)/utf8utf16.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8utf16.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8utf16.cpp' object='utf8utf16.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8utf16.Po' tmpdepfile='$(DEPDIR)/utf8utf16.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8utf16.o `test -f '$(filtersdir)/utf8utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8utf16.cpp
-
-utf8utf16.obj: $(filtersdir)/utf8utf16.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8utf16.obj -MD -MP -MF "$(DEPDIR)/utf8utf16.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8utf16.obj `if test -f '$(filtersdir)/utf8utf16.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8utf16.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8utf16.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8utf16.Tpo" "$(DEPDIR)/utf8utf16.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8utf16.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8utf16.cpp' object='utf8utf16.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8utf16.Po' tmpdepfile='$(DEPDIR)/utf8utf16.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8utf16.obj `if test -f '$(filtersdir)/utf8utf16.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8utf16.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8utf16.cpp'; fi`
-
-utf8utf16.lo: $(filtersdir)/utf8utf16.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8utf16.lo -MD -MP -MF "$(DEPDIR)/utf8utf16.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8utf16.lo `test -f '$(filtersdir)/utf8utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8utf16.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8utf16.Tpo" "$(DEPDIR)/utf8utf16.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8utf16.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8utf16.cpp' object='utf8utf16.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8utf16.Plo' tmpdepfile='$(DEPDIR)/utf8utf16.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8utf16.lo `test -f '$(filtersdir)/utf8utf16.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8utf16.cpp
-
-utf16utf8.o: $(filtersdir)/utf16utf8.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf16utf8.o -MD -MP -MF "$(DEPDIR)/utf16utf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf16utf8.o `test -f '$(filtersdir)/utf16utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf16utf8.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf16utf8.Tpo" "$(DEPDIR)/utf16utf8.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf16utf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf16utf8.cpp' object='utf16utf8.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf16utf8.Po' tmpdepfile='$(DEPDIR)/utf16utf8.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf16utf8.o `test -f '$(filtersdir)/utf16utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf16utf8.cpp
-
-utf16utf8.obj: $(filtersdir)/utf16utf8.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf16utf8.obj -MD -MP -MF "$(DEPDIR)/utf16utf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf16utf8.obj `if test -f '$(filtersdir)/utf16utf8.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf16utf8.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf16utf8.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf16utf8.Tpo" "$(DEPDIR)/utf16utf8.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf16utf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf16utf8.cpp' object='utf16utf8.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf16utf8.Po' tmpdepfile='$(DEPDIR)/utf16utf8.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf16utf8.obj `if test -f '$(filtersdir)/utf16utf8.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf16utf8.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf16utf8.cpp'; fi`
-
-utf16utf8.lo: $(filtersdir)/utf16utf8.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf16utf8.lo -MD -MP -MF "$(DEPDIR)/utf16utf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf16utf8.lo `test -f '$(filtersdir)/utf16utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf16utf8.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf16utf8.Tpo" "$(DEPDIR)/utf16utf8.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf16utf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf16utf8.cpp' object='utf16utf8.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf16utf8.Plo' tmpdepfile='$(DEPDIR)/utf16utf8.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf16utf8.lo `test -f '$(filtersdir)/utf16utf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf16utf8.cpp
-
-scsuutf8.o: $(filtersdir)/scsuutf8.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT scsuutf8.o -MD -MP -MF "$(DEPDIR)/scsuutf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o scsuutf8.o `test -f '$(filtersdir)/scsuutf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/scsuutf8.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/scsuutf8.Tpo" "$(DEPDIR)/scsuutf8.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/scsuutf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/scsuutf8.cpp' object='scsuutf8.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/scsuutf8.Po' tmpdepfile='$(DEPDIR)/scsuutf8.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o scsuutf8.o `test -f '$(filtersdir)/scsuutf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/scsuutf8.cpp
-
-scsuutf8.obj: $(filtersdir)/scsuutf8.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT scsuutf8.obj -MD -MP -MF "$(DEPDIR)/scsuutf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o scsuutf8.obj `if test -f '$(filtersdir)/scsuutf8.cpp'; then $(CYGPATH_W) '$(filtersdir)/scsuutf8.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/scsuutf8.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/scsuutf8.Tpo" "$(DEPDIR)/scsuutf8.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/scsuutf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/scsuutf8.cpp' object='scsuutf8.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/scsuutf8.Po' tmpdepfile='$(DEPDIR)/scsuutf8.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o scsuutf8.obj `if test -f '$(filtersdir)/scsuutf8.cpp'; then $(CYGPATH_W) '$(filtersdir)/scsuutf8.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/scsuutf8.cpp'; fi`
-
-scsuutf8.lo: $(filtersdir)/scsuutf8.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT scsuutf8.lo -MD -MP -MF "$(DEPDIR)/scsuutf8.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o scsuutf8.lo `test -f '$(filtersdir)/scsuutf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/scsuutf8.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/scsuutf8.Tpo" "$(DEPDIR)/scsuutf8.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/scsuutf8.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/scsuutf8.cpp' object='scsuutf8.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/scsuutf8.Plo' tmpdepfile='$(DEPDIR)/scsuutf8.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o scsuutf8.lo `test -f '$(filtersdir)/scsuutf8.cpp' || echo '$(srcdir)/'`$(filtersdir)/scsuutf8.cpp
-
-utf8html.o: $(filtersdir)/utf8html.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8html.o -MD -MP -MF "$(DEPDIR)/utf8html.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8html.o `test -f '$(filtersdir)/utf8html.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8html.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8html.Tpo" "$(DEPDIR)/utf8html.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8html.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8html.cpp' object='utf8html.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8html.Po' tmpdepfile='$(DEPDIR)/utf8html.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8html.o `test -f '$(filtersdir)/utf8html.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8html.cpp
-
-utf8html.obj: $(filtersdir)/utf8html.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8html.obj -MD -MP -MF "$(DEPDIR)/utf8html.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8html.obj `if test -f '$(filtersdir)/utf8html.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8html.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8html.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8html.Tpo" "$(DEPDIR)/utf8html.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8html.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8html.cpp' object='utf8html.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8html.Po' tmpdepfile='$(DEPDIR)/utf8html.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8html.obj `if test -f '$(filtersdir)/utf8html.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8html.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8html.cpp'; fi`
-
-utf8html.lo: $(filtersdir)/utf8html.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8html.lo -MD -MP -MF "$(DEPDIR)/utf8html.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8html.lo `test -f '$(filtersdir)/utf8html.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8html.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8html.Tpo" "$(DEPDIR)/utf8html.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8html.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8html.cpp' object='utf8html.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8html.Plo' tmpdepfile='$(DEPDIR)/utf8html.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8html.lo `test -f '$(filtersdir)/utf8html.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8html.cpp
-
-utf8latin1.o: $(filtersdir)/utf8latin1.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8latin1.o -MD -MP -MF "$(DEPDIR)/utf8latin1.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8latin1.o `test -f '$(filtersdir)/utf8latin1.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8latin1.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8latin1.Tpo" "$(DEPDIR)/utf8latin1.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8latin1.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8latin1.cpp' object='utf8latin1.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8latin1.Po' tmpdepfile='$(DEPDIR)/utf8latin1.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8latin1.o `test -f '$(filtersdir)/utf8latin1.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8latin1.cpp
-
-utf8latin1.obj: $(filtersdir)/utf8latin1.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8latin1.obj -MD -MP -MF "$(DEPDIR)/utf8latin1.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8latin1.obj `if test -f '$(filtersdir)/utf8latin1.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8latin1.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8latin1.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8latin1.Tpo" "$(DEPDIR)/utf8latin1.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8latin1.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8latin1.cpp' object='utf8latin1.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8latin1.Po' tmpdepfile='$(DEPDIR)/utf8latin1.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8latin1.obj `if test -f '$(filtersdir)/utf8latin1.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8latin1.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8latin1.cpp'; fi`
-
-utf8latin1.lo: $(filtersdir)/utf8latin1.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8latin1.lo -MD -MP -MF "$(DEPDIR)/utf8latin1.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8latin1.lo `test -f '$(filtersdir)/utf8latin1.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8latin1.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8latin1.Tpo" "$(DEPDIR)/utf8latin1.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8latin1.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8latin1.cpp' object='utf8latin1.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8latin1.Plo' tmpdepfile='$(DEPDIR)/utf8latin1.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8latin1.lo `test -f '$(filtersdir)/utf8latin1.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8latin1.cpp
-
-utf8cantillation.o: $(filtersdir)/utf8cantillation.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8cantillation.o -MD -MP -MF "$(DEPDIR)/utf8cantillation.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8cantillation.o `test -f '$(filtersdir)/utf8cantillation.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8cantillation.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8cantillation.Tpo" "$(DEPDIR)/utf8cantillation.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8cantillation.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8cantillation.cpp' object='utf8cantillation.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8cantillation.Po' tmpdepfile='$(DEPDIR)/utf8cantillation.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8cantillation.o `test -f '$(filtersdir)/utf8cantillation.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8cantillation.cpp
-
-utf8cantillation.obj: $(filtersdir)/utf8cantillation.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8cantillation.obj -MD -MP -MF "$(DEPDIR)/utf8cantillation.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8cantillation.obj `if test -f '$(filtersdir)/utf8cantillation.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8cantillation.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8cantillation.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8cantillation.Tpo" "$(DEPDIR)/utf8cantillation.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8cantillation.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8cantillation.cpp' object='utf8cantillation.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8cantillation.Po' tmpdepfile='$(DEPDIR)/utf8cantillation.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8cantillation.obj `if test -f '$(filtersdir)/utf8cantillation.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8cantillation.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8cantillation.cpp'; fi`
-
-utf8cantillation.lo: $(filtersdir)/utf8cantillation.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8cantillation.lo -MD -MP -MF "$(DEPDIR)/utf8cantillation.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8cantillation.lo `test -f '$(filtersdir)/utf8cantillation.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8cantillation.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8cantillation.Tpo" "$(DEPDIR)/utf8cantillation.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8cantillation.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8cantillation.cpp' object='utf8cantillation.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8cantillation.Plo' tmpdepfile='$(DEPDIR)/utf8cantillation.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8cantillation.lo `test -f '$(filtersdir)/utf8cantillation.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8cantillation.cpp
-
-utf8hebrewpoints.o: $(filtersdir)/utf8hebrewpoints.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8hebrewpoints.o -MD -MP -MF "$(DEPDIR)/utf8hebrewpoints.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8hebrewpoints.o `test -f '$(filtersdir)/utf8hebrewpoints.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8hebrewpoints.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8hebrewpoints.Tpo" "$(DEPDIR)/utf8hebrewpoints.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8hebrewpoints.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8hebrewpoints.cpp' object='utf8hebrewpoints.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8hebrewpoints.Po' tmpdepfile='$(DEPDIR)/utf8hebrewpoints.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8hebrewpoints.o `test -f '$(filtersdir)/utf8hebrewpoints.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8hebrewpoints.cpp
-
-utf8hebrewpoints.obj: $(filtersdir)/utf8hebrewpoints.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8hebrewpoints.obj -MD -MP -MF "$(DEPDIR)/utf8hebrewpoints.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8hebrewpoints.obj `if test -f '$(filtersdir)/utf8hebrewpoints.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8hebrewpoints.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8hebrewpoints.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8hebrewpoints.Tpo" "$(DEPDIR)/utf8hebrewpoints.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8hebrewpoints.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8hebrewpoints.cpp' object='utf8hebrewpoints.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8hebrewpoints.Po' tmpdepfile='$(DEPDIR)/utf8hebrewpoints.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8hebrewpoints.obj `if test -f '$(filtersdir)/utf8hebrewpoints.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8hebrewpoints.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8hebrewpoints.cpp'; fi`
-
-utf8hebrewpoints.lo: $(filtersdir)/utf8hebrewpoints.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8hebrewpoints.lo -MD -MP -MF "$(DEPDIR)/utf8hebrewpoints.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8hebrewpoints.lo `test -f '$(filtersdir)/utf8hebrewpoints.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8hebrewpoints.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8hebrewpoints.Tpo" "$(DEPDIR)/utf8hebrewpoints.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8hebrewpoints.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8hebrewpoints.cpp' object='utf8hebrewpoints.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8hebrewpoints.Plo' tmpdepfile='$(DEPDIR)/utf8hebrewpoints.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8hebrewpoints.lo `test -f '$(filtersdir)/utf8hebrewpoints.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8hebrewpoints.cpp
-
-utf8greekaccents.o: $(filtersdir)/utf8greekaccents.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8greekaccents.o -MD -MP -MF "$(DEPDIR)/utf8greekaccents.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8greekaccents.o `test -f '$(filtersdir)/utf8greekaccents.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8greekaccents.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8greekaccents.Tpo" "$(DEPDIR)/utf8greekaccents.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8greekaccents.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8greekaccents.cpp' object='utf8greekaccents.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8greekaccents.Po' tmpdepfile='$(DEPDIR)/utf8greekaccents.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8greekaccents.o `test -f '$(filtersdir)/utf8greekaccents.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8greekaccents.cpp
-
-utf8greekaccents.obj: $(filtersdir)/utf8greekaccents.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8greekaccents.obj -MD -MP -MF "$(DEPDIR)/utf8greekaccents.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8greekaccents.obj `if test -f '$(filtersdir)/utf8greekaccents.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8greekaccents.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8greekaccents.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8greekaccents.Tpo" "$(DEPDIR)/utf8greekaccents.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8greekaccents.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8greekaccents.cpp' object='utf8greekaccents.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8greekaccents.Po' tmpdepfile='$(DEPDIR)/utf8greekaccents.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8greekaccents.obj `if test -f '$(filtersdir)/utf8greekaccents.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8greekaccents.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8greekaccents.cpp'; fi`
-
-utf8greekaccents.lo: $(filtersdir)/utf8greekaccents.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8greekaccents.lo -MD -MP -MF "$(DEPDIR)/utf8greekaccents.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8greekaccents.lo `test -f '$(filtersdir)/utf8greekaccents.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8greekaccents.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8greekaccents.Tpo" "$(DEPDIR)/utf8greekaccents.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8greekaccents.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8greekaccents.cpp' object='utf8greekaccents.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8greekaccents.Plo' tmpdepfile='$(DEPDIR)/utf8greekaccents.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8greekaccents.lo `test -f '$(filtersdir)/utf8greekaccents.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8greekaccents.cpp
-
-greeklexattribs.o: $(filtersdir)/greeklexattribs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT greeklexattribs.o -MD -MP -MF "$(DEPDIR)/greeklexattribs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o greeklexattribs.o `test -f '$(filtersdir)/greeklexattribs.cpp' || echo '$(srcdir)/'`$(filtersdir)/greeklexattribs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/greeklexattribs.Tpo" "$(DEPDIR)/greeklexattribs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/greeklexattribs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/greeklexattribs.cpp' object='greeklexattribs.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/greeklexattribs.Po' tmpdepfile='$(DEPDIR)/greeklexattribs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o greeklexattribs.o `test -f '$(filtersdir)/greeklexattribs.cpp' || echo '$(srcdir)/'`$(filtersdir)/greeklexattribs.cpp
-
-greeklexattribs.obj: $(filtersdir)/greeklexattribs.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT greeklexattribs.obj -MD -MP -MF "$(DEPDIR)/greeklexattribs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o greeklexattribs.obj `if test -f '$(filtersdir)/greeklexattribs.cpp'; then $(CYGPATH_W) '$(filtersdir)/greeklexattribs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/greeklexattribs.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/greeklexattribs.Tpo" "$(DEPDIR)/greeklexattribs.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/greeklexattribs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/greeklexattribs.cpp' object='greeklexattribs.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/greeklexattribs.Po' tmpdepfile='$(DEPDIR)/greeklexattribs.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o greeklexattribs.obj `if test -f '$(filtersdir)/greeklexattribs.cpp'; then $(CYGPATH_W) '$(filtersdir)/greeklexattribs.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/greeklexattribs.cpp'; fi`
-
-greeklexattribs.lo: $(filtersdir)/greeklexattribs.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT greeklexattribs.lo -MD -MP -MF "$(DEPDIR)/greeklexattribs.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o greeklexattribs.lo `test -f '$(filtersdir)/greeklexattribs.cpp' || echo '$(srcdir)/'`$(filtersdir)/greeklexattribs.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/greeklexattribs.Tpo" "$(DEPDIR)/greeklexattribs.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/greeklexattribs.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/greeklexattribs.cpp' object='greeklexattribs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/greeklexattribs.Plo' tmpdepfile='$(DEPDIR)/greeklexattribs.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o greeklexattribs.lo `test -f '$(filtersdir)/greeklexattribs.cpp' || echo '$(srcdir)/'`$(filtersdir)/greeklexattribs.cpp
-
-utf8transliterator.o: $(filtersdir)/utf8transliterator.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8transliterator.o -MD -MP -MF "$(DEPDIR)/utf8transliterator.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8transliterator.o `test -f '$(filtersdir)/utf8transliterator.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8transliterator.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8transliterator.Tpo" "$(DEPDIR)/utf8transliterator.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8transliterator.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8transliterator.cpp' object='utf8transliterator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8transliterator.Po' tmpdepfile='$(DEPDIR)/utf8transliterator.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8transliterator.o `test -f '$(filtersdir)/utf8transliterator.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8transliterator.cpp
-
-utf8transliterator.obj: $(filtersdir)/utf8transliterator.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8transliterator.obj -MD -MP -MF "$(DEPDIR)/utf8transliterator.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8transliterator.obj `if test -f '$(filtersdir)/utf8transliterator.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8transliterator.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8transliterator.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8transliterator.Tpo" "$(DEPDIR)/utf8transliterator.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8transliterator.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8transliterator.cpp' object='utf8transliterator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8transliterator.Po' tmpdepfile='$(DEPDIR)/utf8transliterator.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8transliterator.obj `if test -f '$(filtersdir)/utf8transliterator.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8transliterator.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8transliterator.cpp'; fi`
-
-utf8transliterator.lo: $(filtersdir)/utf8transliterator.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8transliterator.lo -MD -MP -MF "$(DEPDIR)/utf8transliterator.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8transliterator.lo `test -f '$(filtersdir)/utf8transliterator.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8transliterator.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8transliterator.Tpo" "$(DEPDIR)/utf8transliterator.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8transliterator.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8transliterator.cpp' object='utf8transliterator.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8transliterator.Plo' tmpdepfile='$(DEPDIR)/utf8transliterator.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8transliterator.lo `test -f '$(filtersdir)/utf8transliterator.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8transliterator.cpp
-
-utf8nfc.o: $(filtersdir)/utf8nfc.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8nfc.o -MD -MP -MF "$(DEPDIR)/utf8nfc.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8nfc.o `test -f '$(filtersdir)/utf8nfc.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfc.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8nfc.Tpo" "$(DEPDIR)/utf8nfc.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8nfc.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8nfc.cpp' object='utf8nfc.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8nfc.Po' tmpdepfile='$(DEPDIR)/utf8nfc.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8nfc.o `test -f '$(filtersdir)/utf8nfc.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfc.cpp
-
-utf8nfc.obj: $(filtersdir)/utf8nfc.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8nfc.obj -MD -MP -MF "$(DEPDIR)/utf8nfc.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8nfc.obj `if test -f '$(filtersdir)/utf8nfc.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8nfc.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8nfc.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8nfc.Tpo" "$(DEPDIR)/utf8nfc.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8nfc.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8nfc.cpp' object='utf8nfc.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8nfc.Po' tmpdepfile='$(DEPDIR)/utf8nfc.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8nfc.obj `if test -f '$(filtersdir)/utf8nfc.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8nfc.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8nfc.cpp'; fi`
-
-utf8nfc.lo: $(filtersdir)/utf8nfc.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8nfc.lo -MD -MP -MF "$(DEPDIR)/utf8nfc.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8nfc.lo `test -f '$(filtersdir)/utf8nfc.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfc.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8nfc.Tpo" "$(DEPDIR)/utf8nfc.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8nfc.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8nfc.cpp' object='utf8nfc.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8nfc.Plo' tmpdepfile='$(DEPDIR)/utf8nfc.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8nfc.lo `test -f '$(filtersdir)/utf8nfc.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfc.cpp
-
-utf8nfkd.o: $(filtersdir)/utf8nfkd.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8nfkd.o -MD -MP -MF "$(DEPDIR)/utf8nfkd.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8nfkd.o `test -f '$(filtersdir)/utf8nfkd.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfkd.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8nfkd.Tpo" "$(DEPDIR)/utf8nfkd.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8nfkd.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8nfkd.cpp' object='utf8nfkd.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8nfkd.Po' tmpdepfile='$(DEPDIR)/utf8nfkd.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8nfkd.o `test -f '$(filtersdir)/utf8nfkd.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfkd.cpp
-
-utf8nfkd.obj: $(filtersdir)/utf8nfkd.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8nfkd.obj -MD -MP -MF "$(DEPDIR)/utf8nfkd.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8nfkd.obj `if test -f '$(filtersdir)/utf8nfkd.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8nfkd.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8nfkd.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8nfkd.Tpo" "$(DEPDIR)/utf8nfkd.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8nfkd.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8nfkd.cpp' object='utf8nfkd.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8nfkd.Po' tmpdepfile='$(DEPDIR)/utf8nfkd.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8nfkd.obj `if test -f '$(filtersdir)/utf8nfkd.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8nfkd.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8nfkd.cpp'; fi`
-
-utf8nfkd.lo: $(filtersdir)/utf8nfkd.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8nfkd.lo -MD -MP -MF "$(DEPDIR)/utf8nfkd.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8nfkd.lo `test -f '$(filtersdir)/utf8nfkd.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfkd.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8nfkd.Tpo" "$(DEPDIR)/utf8nfkd.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8nfkd.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8nfkd.cpp' object='utf8nfkd.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8nfkd.Plo' tmpdepfile='$(DEPDIR)/utf8nfkd.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8nfkd.lo `test -f '$(filtersdir)/utf8nfkd.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8nfkd.cpp
-
-utf8arshaping.o: $(filtersdir)/utf8arshaping.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8arshaping.o -MD -MP -MF "$(DEPDIR)/utf8arshaping.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8arshaping.o `test -f '$(filtersdir)/utf8arshaping.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8arshaping.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8arshaping.Tpo" "$(DEPDIR)/utf8arshaping.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8arshaping.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8arshaping.cpp' object='utf8arshaping.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8arshaping.Po' tmpdepfile='$(DEPDIR)/utf8arshaping.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8arshaping.o `test -f '$(filtersdir)/utf8arshaping.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8arshaping.cpp
-
-utf8arshaping.obj: $(filtersdir)/utf8arshaping.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8arshaping.obj -MD -MP -MF "$(DEPDIR)/utf8arshaping.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8arshaping.obj `if test -f '$(filtersdir)/utf8arshaping.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8arshaping.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8arshaping.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8arshaping.Tpo" "$(DEPDIR)/utf8arshaping.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8arshaping.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8arshaping.cpp' object='utf8arshaping.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8arshaping.Po' tmpdepfile='$(DEPDIR)/utf8arshaping.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8arshaping.obj `if test -f '$(filtersdir)/utf8arshaping.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8arshaping.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8arshaping.cpp'; fi`
-
-utf8arshaping.lo: $(filtersdir)/utf8arshaping.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8arshaping.lo -MD -MP -MF "$(DEPDIR)/utf8arshaping.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8arshaping.lo `test -f '$(filtersdir)/utf8arshaping.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8arshaping.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8arshaping.Tpo" "$(DEPDIR)/utf8arshaping.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8arshaping.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8arshaping.cpp' object='utf8arshaping.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8arshaping.Plo' tmpdepfile='$(DEPDIR)/utf8arshaping.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8arshaping.lo `test -f '$(filtersdir)/utf8arshaping.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8arshaping.cpp
-
-utf8bidireorder.o: $(filtersdir)/utf8bidireorder.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8bidireorder.o -MD -MP -MF "$(DEPDIR)/utf8bidireorder.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8bidireorder.o `test -f '$(filtersdir)/utf8bidireorder.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8bidireorder.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8bidireorder.Tpo" "$(DEPDIR)/utf8bidireorder.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8bidireorder.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8bidireorder.cpp' object='utf8bidireorder.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8bidireorder.Po' tmpdepfile='$(DEPDIR)/utf8bidireorder.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8bidireorder.o `test -f '$(filtersdir)/utf8bidireorder.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8bidireorder.cpp
-
-utf8bidireorder.obj: $(filtersdir)/utf8bidireorder.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8bidireorder.obj -MD -MP -MF "$(DEPDIR)/utf8bidireorder.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8bidireorder.obj `if test -f '$(filtersdir)/utf8bidireorder.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8bidireorder.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8bidireorder.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8bidireorder.Tpo" "$(DEPDIR)/utf8bidireorder.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8bidireorder.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8bidireorder.cpp' object='utf8bidireorder.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8bidireorder.Po' tmpdepfile='$(DEPDIR)/utf8bidireorder.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8bidireorder.obj `if test -f '$(filtersdir)/utf8bidireorder.cpp'; then $(CYGPATH_W) '$(filtersdir)/utf8bidireorder.cpp'; else $(CYGPATH_W) '$(srcdir)/$(filtersdir)/utf8bidireorder.cpp'; fi`
-
-utf8bidireorder.lo: $(filtersdir)/utf8bidireorder.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT utf8bidireorder.lo -MD -MP -MF "$(DEPDIR)/utf8bidireorder.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o utf8bidireorder.lo `test -f '$(filtersdir)/utf8bidireorder.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8bidireorder.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/utf8bidireorder.Tpo" "$(DEPDIR)/utf8bidireorder.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/utf8bidireorder.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(filtersdir)/utf8bidireorder.cpp' object='utf8bidireorder.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/utf8bidireorder.Plo' tmpdepfile='$(DEPDIR)/utf8bidireorder.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o utf8bidireorder.lo `test -f '$(filtersdir)/utf8bidireorder.cpp' || echo '$(srcdir)/'`$(filtersdir)/utf8bidireorder.cpp
-
-swgenbook.o: $(genbookdir)/swgenbook.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swgenbook.o -MD -MP -MF "$(DEPDIR)/swgenbook.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swgenbook.o `test -f '$(genbookdir)/swgenbook.cpp' || echo '$(srcdir)/'`$(genbookdir)/swgenbook.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swgenbook.Tpo" "$(DEPDIR)/swgenbook.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swgenbook.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(genbookdir)/swgenbook.cpp' object='swgenbook.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swgenbook.Po' tmpdepfile='$(DEPDIR)/swgenbook.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swgenbook.o `test -f '$(genbookdir)/swgenbook.cpp' || echo '$(srcdir)/'`$(genbookdir)/swgenbook.cpp
-
-swgenbook.obj: $(genbookdir)/swgenbook.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swgenbook.obj -MD -MP -MF "$(DEPDIR)/swgenbook.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swgenbook.obj `if test -f '$(genbookdir)/swgenbook.cpp'; then $(CYGPATH_W) '$(genbookdir)/swgenbook.cpp'; else $(CYGPATH_W) '$(srcdir)/$(genbookdir)/swgenbook.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swgenbook.Tpo" "$(DEPDIR)/swgenbook.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swgenbook.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(genbookdir)/swgenbook.cpp' object='swgenbook.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swgenbook.Po' tmpdepfile='$(DEPDIR)/swgenbook.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swgenbook.obj `if test -f '$(genbookdir)/swgenbook.cpp'; then $(CYGPATH_W) '$(genbookdir)/swgenbook.cpp'; else $(CYGPATH_W) '$(srcdir)/$(genbookdir)/swgenbook.cpp'; fi`
-
-swgenbook.lo: $(genbookdir)/swgenbook.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swgenbook.lo -MD -MP -MF "$(DEPDIR)/swgenbook.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swgenbook.lo `test -f '$(genbookdir)/swgenbook.cpp' || echo '$(srcdir)/'`$(genbookdir)/swgenbook.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swgenbook.Tpo" "$(DEPDIR)/swgenbook.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swgenbook.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(genbookdir)/swgenbook.cpp' object='swgenbook.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swgenbook.Plo' tmpdepfile='$(DEPDIR)/swgenbook.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swgenbook.lo `test -f '$(genbookdir)/swgenbook.cpp' || echo '$(srcdir)/'`$(genbookdir)/swgenbook.cpp
-
-rawgenbook.o: $(rawgenbookdir)/rawgenbook.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawgenbook.o -MD -MP -MF "$(DEPDIR)/rawgenbook.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawgenbook.o `test -f '$(rawgenbookdir)/rawgenbook.cpp' || echo '$(srcdir)/'`$(rawgenbookdir)/rawgenbook.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawgenbook.Tpo" "$(DEPDIR)/rawgenbook.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawgenbook.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawgenbookdir)/rawgenbook.cpp' object='rawgenbook.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawgenbook.Po' tmpdepfile='$(DEPDIR)/rawgenbook.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawgenbook.o `test -f '$(rawgenbookdir)/rawgenbook.cpp' || echo '$(srcdir)/'`$(rawgenbookdir)/rawgenbook.cpp
-
-rawgenbook.obj: $(rawgenbookdir)/rawgenbook.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawgenbook.obj -MD -MP -MF "$(DEPDIR)/rawgenbook.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawgenbook.obj `if test -f '$(rawgenbookdir)/rawgenbook.cpp'; then $(CYGPATH_W) '$(rawgenbookdir)/rawgenbook.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawgenbookdir)/rawgenbook.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawgenbook.Tpo" "$(DEPDIR)/rawgenbook.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawgenbook.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawgenbookdir)/rawgenbook.cpp' object='rawgenbook.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawgenbook.Po' tmpdepfile='$(DEPDIR)/rawgenbook.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawgenbook.obj `if test -f '$(rawgenbookdir)/rawgenbook.cpp'; then $(CYGPATH_W) '$(rawgenbookdir)/rawgenbook.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawgenbookdir)/rawgenbook.cpp'; fi`
-
-rawgenbook.lo: $(rawgenbookdir)/rawgenbook.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawgenbook.lo -MD -MP -MF "$(DEPDIR)/rawgenbook.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawgenbook.lo `test -f '$(rawgenbookdir)/rawgenbook.cpp' || echo '$(srcdir)/'`$(rawgenbookdir)/rawgenbook.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawgenbook.Tpo" "$(DEPDIR)/rawgenbook.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawgenbook.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawgenbookdir)/rawgenbook.cpp' object='rawgenbook.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawgenbook.Plo' tmpdepfile='$(DEPDIR)/rawgenbook.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawgenbook.lo `test -f '$(rawgenbookdir)/rawgenbook.cpp' || echo '$(srcdir)/'`$(rawgenbookdir)/rawgenbook.cpp
-
-swtext.o: $(textsdir)/swtext.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swtext.o -MD -MP -MF "$(DEPDIR)/swtext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swtext.o `test -f '$(textsdir)/swtext.cpp' || echo '$(srcdir)/'`$(textsdir)/swtext.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swtext.Tpo" "$(DEPDIR)/swtext.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swtext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(textsdir)/swtext.cpp' object='swtext.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swtext.Po' tmpdepfile='$(DEPDIR)/swtext.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swtext.o `test -f '$(textsdir)/swtext.cpp' || echo '$(srcdir)/'`$(textsdir)/swtext.cpp
-
-swtext.obj: $(textsdir)/swtext.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swtext.obj -MD -MP -MF "$(DEPDIR)/swtext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swtext.obj `if test -f '$(textsdir)/swtext.cpp'; then $(CYGPATH_W) '$(textsdir)/swtext.cpp'; else $(CYGPATH_W) '$(srcdir)/$(textsdir)/swtext.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swtext.Tpo" "$(DEPDIR)/swtext.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swtext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(textsdir)/swtext.cpp' object='swtext.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swtext.Po' tmpdepfile='$(DEPDIR)/swtext.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swtext.obj `if test -f '$(textsdir)/swtext.cpp'; then $(CYGPATH_W) '$(textsdir)/swtext.cpp'; else $(CYGPATH_W) '$(srcdir)/$(textsdir)/swtext.cpp'; fi`
-
-swtext.lo: $(textsdir)/swtext.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swtext.lo -MD -MP -MF "$(DEPDIR)/swtext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swtext.lo `test -f '$(textsdir)/swtext.cpp' || echo '$(srcdir)/'`$(textsdir)/swtext.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swtext.Tpo" "$(DEPDIR)/swtext.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swtext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(textsdir)/swtext.cpp' object='swtext.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swtext.Plo' tmpdepfile='$(DEPDIR)/swtext.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swtext.lo `test -f '$(textsdir)/swtext.cpp' || echo '$(srcdir)/'`$(textsdir)/swtext.cpp
-
-rawtext.o: $(rawtextdir)/rawtext.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawtext.o -MD -MP -MF "$(DEPDIR)/rawtext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawtext.o `test -f '$(rawtextdir)/rawtext.cpp' || echo '$(srcdir)/'`$(rawtextdir)/rawtext.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawtext.Tpo" "$(DEPDIR)/rawtext.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawtext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawtextdir)/rawtext.cpp' object='rawtext.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawtext.Po' tmpdepfile='$(DEPDIR)/rawtext.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawtext.o `test -f '$(rawtextdir)/rawtext.cpp' || echo '$(srcdir)/'`$(rawtextdir)/rawtext.cpp
-
-rawtext.obj: $(rawtextdir)/rawtext.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawtext.obj -MD -MP -MF "$(DEPDIR)/rawtext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawtext.obj `if test -f '$(rawtextdir)/rawtext.cpp'; then $(CYGPATH_W) '$(rawtextdir)/rawtext.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawtextdir)/rawtext.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawtext.Tpo" "$(DEPDIR)/rawtext.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawtext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawtextdir)/rawtext.cpp' object='rawtext.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawtext.Po' tmpdepfile='$(DEPDIR)/rawtext.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawtext.obj `if test -f '$(rawtextdir)/rawtext.cpp'; then $(CYGPATH_W) '$(rawtextdir)/rawtext.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawtextdir)/rawtext.cpp'; fi`
-
-rawtext.lo: $(rawtextdir)/rawtext.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawtext.lo -MD -MP -MF "$(DEPDIR)/rawtext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawtext.lo `test -f '$(rawtextdir)/rawtext.cpp' || echo '$(srcdir)/'`$(rawtextdir)/rawtext.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawtext.Tpo" "$(DEPDIR)/rawtext.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawtext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawtextdir)/rawtext.cpp' object='rawtext.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawtext.Plo' tmpdepfile='$(DEPDIR)/rawtext.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawtext.lo `test -f '$(rawtextdir)/rawtext.cpp' || echo '$(srcdir)/'`$(rawtextdir)/rawtext.cpp
-
-ztext.o: $(ztextdir)/ztext.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ztext.o -MD -MP -MF "$(DEPDIR)/ztext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o ztext.o `test -f '$(ztextdir)/ztext.cpp' || echo '$(srcdir)/'`$(ztextdir)/ztext.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ztext.Tpo" "$(DEPDIR)/ztext.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/ztext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(ztextdir)/ztext.cpp' object='ztext.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ztext.Po' tmpdepfile='$(DEPDIR)/ztext.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ztext.o `test -f '$(ztextdir)/ztext.cpp' || echo '$(srcdir)/'`$(ztextdir)/ztext.cpp
-
-ztext.obj: $(ztextdir)/ztext.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ztext.obj -MD -MP -MF "$(DEPDIR)/ztext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o ztext.obj `if test -f '$(ztextdir)/ztext.cpp'; then $(CYGPATH_W) '$(ztextdir)/ztext.cpp'; else $(CYGPATH_W) '$(srcdir)/$(ztextdir)/ztext.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ztext.Tpo" "$(DEPDIR)/ztext.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/ztext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(ztextdir)/ztext.cpp' object='ztext.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ztext.Po' tmpdepfile='$(DEPDIR)/ztext.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ztext.obj `if test -f '$(ztextdir)/ztext.cpp'; then $(CYGPATH_W) '$(ztextdir)/ztext.cpp'; else $(CYGPATH_W) '$(srcdir)/$(ztextdir)/ztext.cpp'; fi`
-
-ztext.lo: $(ztextdir)/ztext.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ztext.lo -MD -MP -MF "$(DEPDIR)/ztext.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o ztext.lo `test -f '$(ztextdir)/ztext.cpp' || echo '$(srcdir)/'`$(ztextdir)/ztext.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ztext.Tpo" "$(DEPDIR)/ztext.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/ztext.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(ztextdir)/ztext.cpp' object='ztext.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ztext.Plo' tmpdepfile='$(DEPDIR)/ztext.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ztext.lo `test -f '$(ztextdir)/ztext.cpp' || echo '$(srcdir)/'`$(ztextdir)/ztext.cpp
-
-swcom.o: $(commentsdir)/swcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcom.o -MD -MP -MF "$(DEPDIR)/swcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcom.o `test -f '$(commentsdir)/swcom.cpp' || echo '$(srcdir)/'`$(commentsdir)/swcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcom.Tpo" "$(DEPDIR)/swcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commentsdir)/swcom.cpp' object='swcom.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcom.Po' tmpdepfile='$(DEPDIR)/swcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcom.o `test -f '$(commentsdir)/swcom.cpp' || echo '$(srcdir)/'`$(commentsdir)/swcom.cpp
-
-swcom.obj: $(commentsdir)/swcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcom.obj -MD -MP -MF "$(DEPDIR)/swcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcom.obj `if test -f '$(commentsdir)/swcom.cpp'; then $(CYGPATH_W) '$(commentsdir)/swcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commentsdir)/swcom.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcom.Tpo" "$(DEPDIR)/swcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commentsdir)/swcom.cpp' object='swcom.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcom.Po' tmpdepfile='$(DEPDIR)/swcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcom.obj `if test -f '$(commentsdir)/swcom.cpp'; then $(CYGPATH_W) '$(commentsdir)/swcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(commentsdir)/swcom.cpp'; fi`
-
-swcom.lo: $(commentsdir)/swcom.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swcom.lo -MD -MP -MF "$(DEPDIR)/swcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swcom.lo `test -f '$(commentsdir)/swcom.cpp' || echo '$(srcdir)/'`$(commentsdir)/swcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swcom.Tpo" "$(DEPDIR)/swcom.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(commentsdir)/swcom.cpp' object='swcom.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swcom.Plo' tmpdepfile='$(DEPDIR)/swcom.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swcom.lo `test -f '$(commentsdir)/swcom.cpp' || echo '$(srcdir)/'`$(commentsdir)/swcom.cpp
-
-rawcom.o: $(rawcomdir)/rawcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawcom.o -MD -MP -MF "$(DEPDIR)/rawcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawcom.o `test -f '$(rawcomdir)/rawcom.cpp' || echo '$(srcdir)/'`$(rawcomdir)/rawcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawcom.Tpo" "$(DEPDIR)/rawcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawcomdir)/rawcom.cpp' object='rawcom.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawcom.Po' tmpdepfile='$(DEPDIR)/rawcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawcom.o `test -f '$(rawcomdir)/rawcom.cpp' || echo '$(srcdir)/'`$(rawcomdir)/rawcom.cpp
-
-rawcom.obj: $(rawcomdir)/rawcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawcom.obj -MD -MP -MF "$(DEPDIR)/rawcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawcom.obj `if test -f '$(rawcomdir)/rawcom.cpp'; then $(CYGPATH_W) '$(rawcomdir)/rawcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawcomdir)/rawcom.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawcom.Tpo" "$(DEPDIR)/rawcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawcomdir)/rawcom.cpp' object='rawcom.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawcom.Po' tmpdepfile='$(DEPDIR)/rawcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawcom.obj `if test -f '$(rawcomdir)/rawcom.cpp'; then $(CYGPATH_W) '$(rawcomdir)/rawcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawcomdir)/rawcom.cpp'; fi`
-
-rawcom.lo: $(rawcomdir)/rawcom.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawcom.lo -MD -MP -MF "$(DEPDIR)/rawcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawcom.lo `test -f '$(rawcomdir)/rawcom.cpp' || echo '$(srcdir)/'`$(rawcomdir)/rawcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawcom.Tpo" "$(DEPDIR)/rawcom.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawcomdir)/rawcom.cpp' object='rawcom.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawcom.Plo' tmpdepfile='$(DEPDIR)/rawcom.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawcom.lo `test -f '$(rawcomdir)/rawcom.cpp' || echo '$(srcdir)/'`$(rawcomdir)/rawcom.cpp
-
-rawfiles.o: $(rawfilesdir)/rawfiles.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawfiles.o -MD -MP -MF "$(DEPDIR)/rawfiles.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawfiles.o `test -f '$(rawfilesdir)/rawfiles.cpp' || echo '$(srcdir)/'`$(rawfilesdir)/rawfiles.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawfiles.Tpo" "$(DEPDIR)/rawfiles.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawfiles.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawfilesdir)/rawfiles.cpp' object='rawfiles.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawfiles.Po' tmpdepfile='$(DEPDIR)/rawfiles.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawfiles.o `test -f '$(rawfilesdir)/rawfiles.cpp' || echo '$(srcdir)/'`$(rawfilesdir)/rawfiles.cpp
-
-rawfiles.obj: $(rawfilesdir)/rawfiles.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawfiles.obj -MD -MP -MF "$(DEPDIR)/rawfiles.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawfiles.obj `if test -f '$(rawfilesdir)/rawfiles.cpp'; then $(CYGPATH_W) '$(rawfilesdir)/rawfiles.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawfilesdir)/rawfiles.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawfiles.Tpo" "$(DEPDIR)/rawfiles.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawfiles.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawfilesdir)/rawfiles.cpp' object='rawfiles.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawfiles.Po' tmpdepfile='$(DEPDIR)/rawfiles.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawfiles.obj `if test -f '$(rawfilesdir)/rawfiles.cpp'; then $(CYGPATH_W) '$(rawfilesdir)/rawfiles.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawfilesdir)/rawfiles.cpp'; fi`
-
-rawfiles.lo: $(rawfilesdir)/rawfiles.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawfiles.lo -MD -MP -MF "$(DEPDIR)/rawfiles.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawfiles.lo `test -f '$(rawfilesdir)/rawfiles.cpp' || echo '$(srcdir)/'`$(rawfilesdir)/rawfiles.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawfiles.Tpo" "$(DEPDIR)/rawfiles.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawfiles.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawfilesdir)/rawfiles.cpp' object='rawfiles.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawfiles.Plo' tmpdepfile='$(DEPDIR)/rawfiles.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawfiles.lo `test -f '$(rawfilesdir)/rawfiles.cpp' || echo '$(srcdir)/'`$(rawfilesdir)/rawfiles.cpp
-
-zcom.o: $(zcomdir)/zcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zcom.o -MD -MP -MF "$(DEPDIR)/zcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zcom.o `test -f '$(zcomdir)/zcom.cpp' || echo '$(srcdir)/'`$(zcomdir)/zcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zcom.Tpo" "$(DEPDIR)/zcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(zcomdir)/zcom.cpp' object='zcom.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zcom.Po' tmpdepfile='$(DEPDIR)/zcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zcom.o `test -f '$(zcomdir)/zcom.cpp' || echo '$(srcdir)/'`$(zcomdir)/zcom.cpp
-
-zcom.obj: $(zcomdir)/zcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zcom.obj -MD -MP -MF "$(DEPDIR)/zcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zcom.obj `if test -f '$(zcomdir)/zcom.cpp'; then $(CYGPATH_W) '$(zcomdir)/zcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(zcomdir)/zcom.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zcom.Tpo" "$(DEPDIR)/zcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(zcomdir)/zcom.cpp' object='zcom.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zcom.Po' tmpdepfile='$(DEPDIR)/zcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zcom.obj `if test -f '$(zcomdir)/zcom.cpp'; then $(CYGPATH_W) '$(zcomdir)/zcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(zcomdir)/zcom.cpp'; fi`
-
-zcom.lo: $(zcomdir)/zcom.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zcom.lo -MD -MP -MF "$(DEPDIR)/zcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zcom.lo `test -f '$(zcomdir)/zcom.cpp' || echo '$(srcdir)/'`$(zcomdir)/zcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zcom.Tpo" "$(DEPDIR)/zcom.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(zcomdir)/zcom.cpp' object='zcom.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zcom.Plo' tmpdepfile='$(DEPDIR)/zcom.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zcom.lo `test -f '$(zcomdir)/zcom.cpp' || echo '$(srcdir)/'`$(zcomdir)/zcom.cpp
-
-hrefcom.o: $(hrefcomdir)/hrefcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hrefcom.o -MD -MP -MF "$(DEPDIR)/hrefcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o hrefcom.o `test -f '$(hrefcomdir)/hrefcom.cpp' || echo '$(srcdir)/'`$(hrefcomdir)/hrefcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hrefcom.Tpo" "$(DEPDIR)/hrefcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/hrefcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(hrefcomdir)/hrefcom.cpp' object='hrefcom.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/hrefcom.Po' tmpdepfile='$(DEPDIR)/hrefcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hrefcom.o `test -f '$(hrefcomdir)/hrefcom.cpp' || echo '$(srcdir)/'`$(hrefcomdir)/hrefcom.cpp
-
-hrefcom.obj: $(hrefcomdir)/hrefcom.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hrefcom.obj -MD -MP -MF "$(DEPDIR)/hrefcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o hrefcom.obj `if test -f '$(hrefcomdir)/hrefcom.cpp'; then $(CYGPATH_W) '$(hrefcomdir)/hrefcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(hrefcomdir)/hrefcom.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hrefcom.Tpo" "$(DEPDIR)/hrefcom.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/hrefcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(hrefcomdir)/hrefcom.cpp' object='hrefcom.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/hrefcom.Po' tmpdepfile='$(DEPDIR)/hrefcom.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hrefcom.obj `if test -f '$(hrefcomdir)/hrefcom.cpp'; then $(CYGPATH_W) '$(hrefcomdir)/hrefcom.cpp'; else $(CYGPATH_W) '$(srcdir)/$(hrefcomdir)/hrefcom.cpp'; fi`
-
-hrefcom.lo: $(hrefcomdir)/hrefcom.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hrefcom.lo -MD -MP -MF "$(DEPDIR)/hrefcom.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o hrefcom.lo `test -f '$(hrefcomdir)/hrefcom.cpp' || echo '$(srcdir)/'`$(hrefcomdir)/hrefcom.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hrefcom.Tpo" "$(DEPDIR)/hrefcom.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/hrefcom.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(hrefcomdir)/hrefcom.cpp' object='hrefcom.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/hrefcom.Plo' tmpdepfile='$(DEPDIR)/hrefcom.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hrefcom.lo `test -f '$(hrefcomdir)/hrefcom.cpp' || echo '$(srcdir)/'`$(hrefcomdir)/hrefcom.cpp
-
-swld.o: $(lexdictdir)/swld.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swld.o -MD -MP -MF "$(DEPDIR)/swld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swld.o `test -f '$(lexdictdir)/swld.cpp' || echo '$(srcdir)/'`$(lexdictdir)/swld.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swld.Tpo" "$(DEPDIR)/swld.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(lexdictdir)/swld.cpp' object='swld.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swld.Po' tmpdepfile='$(DEPDIR)/swld.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swld.o `test -f '$(lexdictdir)/swld.cpp' || echo '$(srcdir)/'`$(lexdictdir)/swld.cpp
-
-swld.obj: $(lexdictdir)/swld.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swld.obj -MD -MP -MF "$(DEPDIR)/swld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swld.obj `if test -f '$(lexdictdir)/swld.cpp'; then $(CYGPATH_W) '$(lexdictdir)/swld.cpp'; else $(CYGPATH_W) '$(srcdir)/$(lexdictdir)/swld.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swld.Tpo" "$(DEPDIR)/swld.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(lexdictdir)/swld.cpp' object='swld.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swld.Po' tmpdepfile='$(DEPDIR)/swld.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swld.obj `if test -f '$(lexdictdir)/swld.cpp'; then $(CYGPATH_W) '$(lexdictdir)/swld.cpp'; else $(CYGPATH_W) '$(srcdir)/$(lexdictdir)/swld.cpp'; fi`
-
-swld.lo: $(lexdictdir)/swld.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swld.lo -MD -MP -MF "$(DEPDIR)/swld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o swld.lo `test -f '$(lexdictdir)/swld.cpp' || echo '$(srcdir)/'`$(lexdictdir)/swld.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/swld.Tpo" "$(DEPDIR)/swld.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/swld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(lexdictdir)/swld.cpp' object='swld.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/swld.Plo' tmpdepfile='$(DEPDIR)/swld.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o swld.lo `test -f '$(lexdictdir)/swld.cpp' || echo '$(srcdir)/'`$(lexdictdir)/swld.cpp
-
-rawld.o: $(rawlddir)/rawld.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawld.o -MD -MP -MF "$(DEPDIR)/rawld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawld.o `test -f '$(rawlddir)/rawld.cpp' || echo '$(srcdir)/'`$(rawlddir)/rawld.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawld.Tpo" "$(DEPDIR)/rawld.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawlddir)/rawld.cpp' object='rawld.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawld.Po' tmpdepfile='$(DEPDIR)/rawld.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawld.o `test -f '$(rawlddir)/rawld.cpp' || echo '$(srcdir)/'`$(rawlddir)/rawld.cpp
-
-rawld.obj: $(rawlddir)/rawld.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawld.obj -MD -MP -MF "$(DEPDIR)/rawld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawld.obj `if test -f '$(rawlddir)/rawld.cpp'; then $(CYGPATH_W) '$(rawlddir)/rawld.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawlddir)/rawld.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawld.Tpo" "$(DEPDIR)/rawld.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawlddir)/rawld.cpp' object='rawld.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawld.Po' tmpdepfile='$(DEPDIR)/rawld.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawld.obj `if test -f '$(rawlddir)/rawld.cpp'; then $(CYGPATH_W) '$(rawlddir)/rawld.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawlddir)/rawld.cpp'; fi`
-
-rawld.lo: $(rawlddir)/rawld.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawld.lo -MD -MP -MF "$(DEPDIR)/rawld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawld.lo `test -f '$(rawlddir)/rawld.cpp' || echo '$(srcdir)/'`$(rawlddir)/rawld.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawld.Tpo" "$(DEPDIR)/rawld.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawlddir)/rawld.cpp' object='rawld.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawld.Plo' tmpdepfile='$(DEPDIR)/rawld.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawld.lo `test -f '$(rawlddir)/rawld.cpp' || echo '$(srcdir)/'`$(rawlddir)/rawld.cpp
-
-rawld4.o: $(rawld4dir)/rawld4.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawld4.o -MD -MP -MF "$(DEPDIR)/rawld4.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawld4.o `test -f '$(rawld4dir)/rawld4.cpp' || echo '$(srcdir)/'`$(rawld4dir)/rawld4.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawld4.Tpo" "$(DEPDIR)/rawld4.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawld4.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawld4dir)/rawld4.cpp' object='rawld4.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawld4.Po' tmpdepfile='$(DEPDIR)/rawld4.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawld4.o `test -f '$(rawld4dir)/rawld4.cpp' || echo '$(srcdir)/'`$(rawld4dir)/rawld4.cpp
-
-rawld4.obj: $(rawld4dir)/rawld4.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawld4.obj -MD -MP -MF "$(DEPDIR)/rawld4.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawld4.obj `if test -f '$(rawld4dir)/rawld4.cpp'; then $(CYGPATH_W) '$(rawld4dir)/rawld4.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawld4dir)/rawld4.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawld4.Tpo" "$(DEPDIR)/rawld4.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawld4.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawld4dir)/rawld4.cpp' object='rawld4.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawld4.Po' tmpdepfile='$(DEPDIR)/rawld4.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawld4.obj `if test -f '$(rawld4dir)/rawld4.cpp'; then $(CYGPATH_W) '$(rawld4dir)/rawld4.cpp'; else $(CYGPATH_W) '$(srcdir)/$(rawld4dir)/rawld4.cpp'; fi`
-
-rawld4.lo: $(rawld4dir)/rawld4.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rawld4.lo -MD -MP -MF "$(DEPDIR)/rawld4.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o rawld4.lo `test -f '$(rawld4dir)/rawld4.cpp' || echo '$(srcdir)/'`$(rawld4dir)/rawld4.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rawld4.Tpo" "$(DEPDIR)/rawld4.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/rawld4.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(rawld4dir)/rawld4.cpp' object='rawld4.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rawld4.Plo' tmpdepfile='$(DEPDIR)/rawld4.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rawld4.lo `test -f '$(rawld4dir)/rawld4.cpp' || echo '$(srcdir)/'`$(rawld4dir)/rawld4.cpp
-
-zld.o: $(zlddir)/zld.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zld.o -MD -MP -MF "$(DEPDIR)/zld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zld.o `test -f '$(zlddir)/zld.cpp' || echo '$(srcdir)/'`$(zlddir)/zld.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zld.Tpo" "$(DEPDIR)/zld.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(zlddir)/zld.cpp' object='zld.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zld.Po' tmpdepfile='$(DEPDIR)/zld.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zld.o `test -f '$(zlddir)/zld.cpp' || echo '$(srcdir)/'`$(zlddir)/zld.cpp
-
-zld.obj: $(zlddir)/zld.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zld.obj -MD -MP -MF "$(DEPDIR)/zld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zld.obj `if test -f '$(zlddir)/zld.cpp'; then $(CYGPATH_W) '$(zlddir)/zld.cpp'; else $(CYGPATH_W) '$(srcdir)/$(zlddir)/zld.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zld.Tpo" "$(DEPDIR)/zld.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(zlddir)/zld.cpp' object='zld.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zld.Po' tmpdepfile='$(DEPDIR)/zld.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zld.obj `if test -f '$(zlddir)/zld.cpp'; then $(CYGPATH_W) '$(zlddir)/zld.cpp'; else $(CYGPATH_W) '$(srcdir)/$(zlddir)/zld.cpp'; fi`
-
-zld.lo: $(zlddir)/zld.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT zld.lo -MD -MP -MF "$(DEPDIR)/zld.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o zld.lo `test -f '$(zlddir)/zld.cpp' || echo '$(srcdir)/'`$(zlddir)/zld.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/zld.Tpo" "$(DEPDIR)/zld.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/zld.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(zlddir)/zld.cpp' object='zld.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/zld.Plo' tmpdepfile='$(DEPDIR)/zld.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o zld.lo `test -f '$(zlddir)/zld.cpp' || echo '$(srcdir)/'`$(zlddir)/zld.cpp
-
-flatapi.o: $(bindingsdir)/flatapi.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT flatapi.o -MD -MP -MF "$(DEPDIR)/flatapi.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o flatapi.o `test -f '$(bindingsdir)/flatapi.cpp' || echo '$(srcdir)/'`$(bindingsdir)/flatapi.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/flatapi.Tpo" "$(DEPDIR)/flatapi.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/flatapi.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(bindingsdir)/flatapi.cpp' object='flatapi.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/flatapi.Po' tmpdepfile='$(DEPDIR)/flatapi.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o flatapi.o `test -f '$(bindingsdir)/flatapi.cpp' || echo '$(srcdir)/'`$(bindingsdir)/flatapi.cpp
-
-flatapi.obj: $(bindingsdir)/flatapi.cpp
-@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT flatapi.obj -MD -MP -MF "$(DEPDIR)/flatapi.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o flatapi.obj `if test -f '$(bindingsdir)/flatapi.cpp'; then $(CYGPATH_W) '$(bindingsdir)/flatapi.cpp'; else $(CYGPATH_W) '$(srcdir)/$(bindingsdir)/flatapi.cpp'; fi`; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/flatapi.Tpo" "$(DEPDIR)/flatapi.Po"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/flatapi.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(bindingsdir)/flatapi.cpp' object='flatapi.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/flatapi.Po' tmpdepfile='$(DEPDIR)/flatapi.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o flatapi.obj `if test -f '$(bindingsdir)/flatapi.cpp'; then $(CYGPATH_W) '$(bindingsdir)/flatapi.cpp'; else $(CYGPATH_W) '$(srcdir)/$(bindingsdir)/flatapi.cpp'; fi`
-
-flatapi.lo: $(bindingsdir)/flatapi.cpp
-@am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT flatapi.lo -MD -MP -MF "$(DEPDIR)/flatapi.Tpo" \
-@am__fastdepCXX_TRUE@ -c -o flatapi.lo `test -f '$(bindingsdir)/flatapi.cpp' || echo '$(srcdir)/'`$(bindingsdir)/flatapi.cpp; \
-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/flatapi.Tpo" "$(DEPDIR)/flatapi.Plo"; \
-@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/flatapi.Tpo"; exit 1; \
-@am__fastdepCXX_TRUE@ fi
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(bindingsdir)/flatapi.cpp' object='flatapi.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/flatapi.Plo' tmpdepfile='$(DEPDIR)/flatapi.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o flatapi.lo `test -f '$(bindingsdir)/flatapi.cpp' || echo '$(srcdir)/'`$(bindingsdir)/flatapi.cpp
-
-mostlyclean-libtool:
- -rm -f *.lo
-
-clean-libtool:
- -rm -rf .libs _libs
-
-distclean-libtool:
- -rm -f libtool
-uninstall-info-am:
-pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
-install-pkgincludeHEADERS: $(pkginclude_HEADERS)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
- @list='$(pkginclude_HEADERS)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
- $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
- done
-
-uninstall-pkgincludeHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(pkginclude_HEADERS)'; for p in $$list; do \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
- rm -f $(DESTDIR)$(pkgincludedir)/$$f; \
- done
-
-ETAGS = etags
-ETAGSFLAGS =
-
-CTAGS = ctags
-CTAGSFLAGS =
-
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- mkid -fID $$unique
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(ETAGS_ARGS)$$tags$$unique" \
- || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique
-
-ctags: CTAGS
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
-
-GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-
-top_distdir = ..
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
-
-distdir: $(DISTFILES)
- $(mkinstalldirs) $(distdir)/$(swincludedir) $(distdir)/./../bindings $(distdir)/./../include $(distdir)/./../src/frontend $(distdir)/./../src/keys $(distdir)/./../src/mgr $(distdir)/./../src/modules $(distdir)/./../src/modules/comments $(distdir)/./../src/modules/comments/hrefcom $(distdir)/./../src/modules/comments/rawcom $(distdir)/./../src/modules/comments/rawfiles $(distdir)/./../src/modules/comments/zcom $(distdir)/./../src/modules/common $(distdir)/./../src/modules/filters $(distdir)/./../src/modules/genbook $(distdir)/./../src/modules/genbook/rawgenbook $(distdir)/./../src/modules/lexdict $(distdir)/./../src/modules/lexdict/rawld $(distdir)/./../src/modules/lexdict/rawld4 $(distdir)/./../src/modules/lexdict/zld $(distdir)/./../src/modules/texts $(distdir)/./../src/modules/texts/rawtext $(distdir)/./../src/modules/texts/ztext $(distdir)/./../src/utilfuns
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
- esac; \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- dir="/$$dir"; \
- $(mkinstalldirs) "$(distdir)$$dir"; \
- else \
- dir=''; \
- fi; \
- if test -d $$d/$$file; then \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES) $(HEADERS)
-
-installdirs:
- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir)
-
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -rm -f Makefile $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
- mostlyclean-am
-
-distclean: distclean-am
-
-distclean-am: clean-am distclean-compile distclean-depend \
- distclean-generic distclean-libtool distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-pkgincludeHEADERS
-
-install-exec-am: install-libLTLIBRARIES
-
-install-info: install-info-am
-
-install-man:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
- mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
- uninstall-pkgincludeHEADERS
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- clean-libLTLIBRARIES clean-libtool ctags distclean \
- distclean-compile distclean-depend distclean-generic \
- distclean-libtool distclean-tags distdir dvi dvi-am info \
- info-am install install-am install-data install-data-am \
- install-exec install-exec-am install-info install-info-am \
- install-libLTLIBRARIES install-man install-pkgincludeHEADERS \
- install-strip installcheck installcheck-am installdirs \
- maintainer-clean maintainer-clean-generic mostlyclean \
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
- pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
- uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/README b/lib/README
deleted file mode 100644
index 5b46484..0000000
--- a/lib/README
+++ /dev/null
@@ -1,2 +0,0 @@
-This is where the API Libraries will reside after a
-successful build.
diff --git a/lib/bcppmake/libsword.bpf b/lib/bcppmake/libsword.bpf
deleted file mode 100644
index 005a5e8..0000000
--- a/lib/bcppmake/libsword.bpf
+++ /dev/null
@@ -1,138 +0,0 @@
-//---------------------------------------------------------------------------
-
-//#include <vcl.h>
-#pragma hdrstop
-USEUNIT("..\..\src\keys\versekey.cpp");
-USEUNIT("..\..\src\keys\strkey.cpp");
-USEUNIT("..\..\src\keys\swkey.cpp");
-USEUNIT("..\..\src\keys\listkey.cpp");
-USEUNIT("..\..\src\mgr\swmgr.cpp");
-USEUNIT("..\..\src\mgr\localemgr.cpp");
-USEUNIT("..\..\src\mgr\swconfig.cpp");
-USEUNIT("..\..\src\mgr\swlocale.cpp");
-USEUNIT("..\..\src\mgr\filemgr.cpp");
-USEUNIT("..\..\src\utilfuns\utilstr.cpp");
-USEUNIT("..\..\src\utilfuns\utilconf.cpp");
-USEUNIT("..\..\src\utilfuns\Greek2Greek.cpp");
-USEUNIT("..\..\src\frontend\swlog.cpp");
-USEUNIT("..\..\src\frontend\swdisp.cpp");
-USEUNIT("..\..\src\modules\swmodule.cpp");
-USEUNIT("..\..\src\modules\comments\swcom.cpp");
-USEUNIT("..\..\src\modules\comments\hrefcom\hrefcom.cpp");
-USEUNIT("..\..\src\modules\comments\rawcom\rawcom.cpp");
-USEUNIT("..\..\src\modules\comments\rawfiles\rawfiles.cpp");
-USEUNIT("..\..\src\modules\common\lzsscomprs.cpp");
-USEUNIT("..\..\src\modules\common\rawstr.cpp");
-USEUNIT("..\..\src\modules\common\rawverse.cpp");
-USEUNIT("..\..\src\modules\common\sapphire.cpp");
-USEUNIT("..\..\src\modules\common\swcipher.cpp");
-USEUNIT("..\..\src\modules\common\swcomprs.cpp");
-USEUNIT("..\..\src\modules\filters\thmlrtf.cpp");
-USEUNIT("..\..\src\modules\filters\gbffootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\gbfhtml.cpp");
-USEUNIT("..\..\src\modules\filters\gbfplain.cpp");
-USEUNIT("..\..\src\modules\filters\gbfrtf.cpp");
-USEUNIT("..\..\src\modules\filters\gbfstrongs.cpp");
-USEUNIT("..\..\src\modules\filters\gbfthml.cpp");
-USEUNIT("..\..\src\modules\filters\plainfootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\plainhtml.cpp");
-USEUNIT("..\..\src\modules\filters\rtfhtml.cpp");
-USEUNIT("..\..\src\modules\filters\thmlgbf.cpp");
-USEUNIT("..\..\src\modules\filters\thmlhtml.cpp");
-USEUNIT("..\..\src\modules\filters\thmlplain.cpp");
-USEUNIT("..\..\src\modules\filters\cipherfil.cpp");
-USEUNIT("..\..\src\modules\lexdict\swld.cpp");
-USEUNIT("..\..\src\modules\lexdict\rawld\rawld.cpp");
-USEUNIT("..\..\src\modules\texts\swtext.cpp");
-USEUNIT("..\..\src\modules\texts\rawtext\rawtext.cpp");
-USEUNIT("..\..\src\modules\texts\ztext\ztext.cpp");
-USEUNIT("..\..\src\modules\common\zverse.cpp");
-USEUNIT("..\..\src\keys\treekey.cpp");
-USEUNIT("..\..\src\keys\treekeyidx.cpp");
-USEUNIT("..\..\src\modules\common\rawstr4.cpp");
-USEUNIT("..\..\src\modules\common\zstr.cpp");
-USEUNIT("..\..\src\modules\genbook\swgenbook.cpp");
-USEUNIT("..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp");
-USEUNIT("..\..\src\mgr\swfiltermgr.cpp");
-USEUNIT("..\..\src\modules\filters\utf8utf16.cpp");
-USEUNIT("..\..\src\modules\filters\gbfheadings.cpp");
-USEUNIT("..\..\src\modules\filters\gbfhtmlhref.cpp");
-USEUNIT("..\..\src\modules\filters\gbfmorph.cpp");
-USEUNIT("..\..\src\modules\filters\latin1utf16.cpp");
-USEUNIT("..\..\src\modules\filters\latin1utf8.cpp");
-USEUNIT("..\..\src\modules\filters\scsuutf8.cpp");
-USEUNIT("..\..\src\modules\filters\swbasicfilter.cpp");
-USEUNIT("..\..\src\modules\filters\thmlfootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\thmlheadings.cpp");
-USEUNIT("..\..\src\modules\filters\thmlhtmlhref.cpp");
-USEUNIT("..\..\src\modules\filters\thmllemma.cpp");
-USEUNIT("..\..\src\modules\filters\thmlmorph.cpp");
-USEUNIT("..\..\src\modules\filters\thmlscripref.cpp");
-USEUNIT("..\..\src\modules\filters\thmlstrongs.cpp");
-USEUNIT("..\..\src\modules\filters\thmlvariants.cpp");
-USEUNIT("..\..\src\modules\filters\unicodertf.cpp");
-USEUNIT("..\..\src\modules\filters\utf16utf8.cpp");
-USEUNIT("..\..\src\modules\filters\utf8arshaping.cpp");
-USEUNIT("..\..\src\modules\filters\utf8bidireorder.cpp");
-USEUNIT("..\..\src\modules\filters\utf8cantillation.cpp");
-USEUNIT("..\..\src\modules\filters\utf8greekaccents.cpp");
-USEUNIT("..\..\src\modules\filters\utf8hebrewpoints.cpp");
-USEUNIT("..\..\src\modules\filters\utf8html.cpp");
-USEUNIT("..\..\src\modules\filters\utf8latin1.cpp");
-USEUNIT("..\..\src\modules\filters\utf8nfc.cpp");
-USEUNIT("..\..\src\modules\filters\utf8nfkd.cpp");
-USEUNIT("..\..\src\modules\filters\utf8transliterator.cpp");
-USEUNIT("..\..\src\modules\comments\zcom\zcom.cpp");
-USEUNIT("..\..\src\modules\lexdict\rawld4\rawld4.cpp");
-USEUNIT("..\..\src\modules\common\zipcomprs.cpp");
-USEUNIT("..\..\src\modules\lexdict\zld\zld.cpp");
-USEUNIT("..\..\src\modules\common\entriesblk.cpp");
-USEUNIT("..\..\src\utilfuns\zlib\zutil.c");
-USEUNIT("..\..\src\utilfuns\zlib\compress.c");
-USEUNIT("..\..\src\utilfuns\zlib\crc32.c");
-USEUNIT("..\..\src\utilfuns\zlib\deflate.c");
-USEUNIT("..\..\src\utilfuns\zlib\gzio.c");
-USEUNIT("..\..\src\utilfuns\zlib\infblock.c");
-USEUNIT("..\..\src\utilfuns\zlib\infcodes.c");
-USEUNIT("..\..\src\utilfuns\zlib\inffast.c");
-USEUNIT("..\..\src\utilfuns\zlib\inflate.c");
-USEUNIT("..\..\src\utilfuns\zlib\inftrees.c");
-USEUNIT("..\..\src\utilfuns\zlib\infutil.c");
-USEUNIT("..\..\src\utilfuns\zlib\trees.c");
-USEUNIT("..\..\src\utilfuns\zlib\uncompr.c");
-USEUNIT("..\..\src\utilfuns\zlib\untgz.c");
-USEUNIT("..\..\src\utilfuns\zlib\adler32.c");
-USEUNIT("..\..\src\modules\filters\greeklexattribs.cpp");
-USEUNIT("..\..\src\mgr\swcacher.cpp");
-USEUNIT("..\..\src\modules\filters\gbfosis.cpp");
-USEUNIT("..\..\src\modules\filters\thmlosis.cpp");
-USEUNIT("..\..\src\mgr\encfiltmgr.cpp");
-USEUNIT("..\..\src\mgr\markupfiltmgr.cpp");
-USEUNIT("..\..\src\utilfuns\roman.cpp");
-USEUNIT("..\..\src\mgr\swsourcemgr.cpp");
-USEUNIT("..\..\src\mgr\installmgr.cpp");
-USEUNIT("..\..\src\utilfuns\ftpparse.c");
-USEUNIT("..\..\src\modules\filters\osisstrongs.cpp");
-USEUNIT("..\..\src\modules\filters\osismorph.cpp");
-USEUNIT("..\..\src\modules\filters\gbfredletterwords.cpp");
-USEUNIT("..\..\src\utilfuns\swbuf.cpp");
-USEUNIT("..\..\src\utilfuns\utilxml.cpp");
-USEUNIT("..\..\src\modules\filters\osiswebif.cpp");
-USEUNIT("..\..\src\modules\filters\osisheadings.cpp");
-USEUNIT("..\..\src\modules\filters\osishtmlhref.cpp");
-USEUNIT("..\..\src\modules\filters\osislemma.cpp");
-USEUNIT("..\..\src\modules\filters\osisplain.cpp");
-USEUNIT("..\..\src\modules\filters\osisredletterwords.cpp");
-USEUNIT("..\..\src\modules\filters\osisrtf.cpp");
-USEUNIT("..\..\src\modules\filters\osisscripref.cpp");
-USEUNIT("..\..\src\modules\filters\osisfootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\swoptfilter.cpp");
-USEUNIT("..\..\src\mgr\swsearchable.cpp");
-USEUNIT("..\..\src\modules\filters\gbfwebif.cpp");
-USEUNIT("..\..\src\modules\filters\thmlwebif.cpp");
-USEUNIT("..\..\src\utilfuns\utilweb.cpp");
-//---------------------------------------------------------------------------
-#define Library
-
-// To add a file to the library use the Project menu 'Add to Project'.
-
diff --git a/lib/bcppmake/libsword.bpr b/lib/bcppmake/libsword.bpr
deleted file mode 100644
index a9cf447..0000000
--- a/lib/bcppmake/libsword.bpr
+++ /dev/null
@@ -1,255 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!-- C++Builder XML Project -->
-<PROJECT>
- <MACROS>
- <VERSION value="BCB.05.03"/>
- <PROJECT value="..\libsword.lib"/>
- <OBJFILES value="..\..\src\keys\versekey.obj ..\..\src\keys\strkey.obj
- ..\..\src\keys\swkey.obj ..\..\src\keys\listkey.obj
- ..\..\src\mgr\swmgr.obj ..\..\src\mgr\localemgr.obj
- ..\..\src\mgr\swconfig.obj ..\..\src\mgr\swlocale.obj
- ..\..\src\mgr\filemgr.obj ..\..\src\utilfuns\utilstr.obj
- ..\..\src\utilfuns\utilconf.obj ..\..\src\utilfuns\Greek2Greek.obj
- ..\..\src\frontend\swlog.obj ..\..\src\frontend\swdisp.obj
- ..\..\src\modules\swmodule.obj ..\..\src\modules\comments\swcom.obj
- ..\..\src\modules\comments\hrefcom\hrefcom.obj
- ..\..\src\modules\comments\rawcom\rawcom.obj
- ..\..\src\modules\comments\rawfiles\rawfiles.obj
- ..\..\src\modules\common\lzsscomprs.obj
- ..\..\src\modules\common\rawstr.obj ..\..\src\modules\common\rawverse.obj
- ..\..\src\modules\common\sapphire.obj
- ..\..\src\modules\common\swcipher.obj ..\..\src\modules\common\swcomprs.obj
- ..\..\src\modules\filters\thmlrtf.obj
- ..\..\src\modules\filters\gbffootnotes.obj
- ..\..\src\modules\filters\gbfhtml.obj
- ..\..\src\modules\filters\gbfplain.obj
- ..\..\src\modules\filters\gbfrtf.obj ..\..\src\modules\filters\gbfstrongs.obj
- ..\..\src\modules\filters\gbfthml.obj
- ..\..\src\modules\filters\plainfootnotes.obj
- ..\..\src\modules\filters\plainhtml.obj
- ..\..\src\modules\filters\rtfhtml.obj
- ..\..\src\modules\filters\thmlgbf.obj ..\..\src\modules\filters\thmlhtml.obj
- ..\..\src\modules\filters\thmlplain.obj
- ..\..\src\modules\filters\cipherfil.obj ..\..\src\modules\lexdict\swld.obj
- ..\..\src\modules\lexdict\rawld\rawld.obj
- ..\..\src\modules\texts\swtext.obj
- ..\..\src\modules\texts\rawtext\rawtext.obj
- ..\..\src\modules\texts\ztext\ztext.obj
- ..\..\src\modules\common\zverse.obj ..\..\src\keys\treekey.obj
- ..\..\src\keys\treekeyidx.obj ..\..\src\modules\common\rawstr4.obj
- ..\..\src\modules\common\zstr.obj ..\..\src\modules\genbook\swgenbook.obj
- ..\..\src\modules\genbook\rawgenbook\rawgenbook.obj
- ..\..\src\mgr\swfiltermgr.obj ..\..\src\modules\filters\utf8utf16.obj
- ..\..\src\modules\filters\gbfheadings.obj
- ..\..\src\modules\filters\gbfhtmlhref.obj
- ..\..\src\modules\filters\gbfmorph.obj
- ..\..\src\modules\filters\latin1utf16.obj
- ..\..\src\modules\filters\latin1utf8.obj
- ..\..\src\modules\filters\scsuutf8.obj
- ..\..\src\modules\filters\swbasicfilter.obj
- ..\..\src\modules\filters\thmlfootnotes.obj
- ..\..\src\modules\filters\thmlheadings.obj
- ..\..\src\modules\filters\thmlhtmlhref.obj
- ..\..\src\modules\filters\thmllemma.obj
- ..\..\src\modules\filters\thmlmorph.obj
- ..\..\src\modules\filters\thmlscripref.obj
- ..\..\src\modules\filters\thmlstrongs.obj
- ..\..\src\modules\filters\thmlvariants.obj
- ..\..\src\modules\filters\unicodertf.obj
- ..\..\src\modules\filters\utf16utf8.obj
- ..\..\src\modules\filters\utf8arshaping.obj
- ..\..\src\modules\filters\utf8bidireorder.obj
- ..\..\src\modules\filters\utf8cantillation.obj
- ..\..\src\modules\filters\utf8greekaccents.obj
- ..\..\src\modules\filters\utf8hebrewpoints.obj
- ..\..\src\modules\filters\utf8html.obj
- ..\..\src\modules\filters\utf8latin1.obj
- ..\..\src\modules\filters\utf8nfc.obj
- ..\..\src\modules\filters\utf8nfkd.obj
- ..\..\src\modules\filters\utf8transliterator.obj
- ..\..\src\modules\comments\zcom\zcom.obj
- ..\..\src\modules\lexdict\rawld4\rawld4.obj
- ..\..\src\modules\common\zipcomprs.obj
- ..\..\src\modules\lexdict\zld\zld.obj
- ..\..\src\modules\common\entriesblk.obj ..\..\src\utilfuns\zlib\zutil.obj
- ..\..\src\utilfuns\zlib\compress.obj ..\..\src\utilfuns\zlib\crc32.obj
- ..\..\src\utilfuns\zlib\deflate.obj ..\..\src\utilfuns\zlib\gzio.obj
- ..\..\src\utilfuns\zlib\infblock.obj ..\..\src\utilfuns\zlib\infcodes.obj
- ..\..\src\utilfuns\zlib\inffast.obj ..\..\src\utilfuns\zlib\inflate.obj
- ..\..\src\utilfuns\zlib\inftrees.obj ..\..\src\utilfuns\zlib\infutil.obj
- ..\..\src\utilfuns\zlib\trees.obj ..\..\src\utilfuns\zlib\uncompr.obj
- ..\..\src\utilfuns\zlib\untgz.obj ..\..\src\utilfuns\zlib\adler32.obj
- ..\..\src\modules\filters\greeklexattribs.obj ..\..\src\mgr\swcacher.obj
- ..\..\src\modules\filters\gbfosis.obj
- ..\..\src\modules\filters\thmlosis.obj ..\..\src\mgr\encfiltmgr.obj
- ..\..\src\mgr\markupfiltmgr.obj ..\..\src\utilfuns\roman.obj
- ..\..\src\mgr\swsourcemgr.obj ..\..\src\mgr\installmgr.obj
- ..\..\src\utilfuns\ftpparse.obj ..\..\src\modules\filters\osisstrongs.obj
- ..\..\src\modules\filters\osismorph.obj
- ..\..\src\modules\filters\gbfredletterwords.obj
- ..\..\src\utilfuns\swbuf.obj ..\..\src\utilfuns\utilxml.obj
- ..\..\src\modules\filters\osiswebif.obj
- ..\..\src\modules\filters\osisheadings.obj
- ..\..\src\modules\filters\osishtmlhref.obj
- ..\..\src\modules\filters\osislemma.obj
- ..\..\src\modules\filters\osisplain.obj
- ..\..\src\modules\filters\osisredletterwords.obj
- ..\..\src\modules\filters\osisrtf.obj
- ..\..\src\modules\filters\osisscripref.obj
- ..\..\src\modules\filters\osisfootnotes.obj
- ..\..\src\modules\filters\swoptfilter.obj ..\..\src\mgr\swsearchable.obj
- ..\..\src\modules\filters\gbfwebif.obj
- ..\..\src\modules\filters\thmlwebif.obj ..\..\src\utilfuns\utilweb.obj"/>
- <RESFILES value=""/>
- <IDLFILES value=""/>
- <IDLGENFILES value=""/>
- <DEFFILE value=""/>
- <RESDEPEN value="$(RESFILES)"/>
- <LIBFILES value=""/>
- <LIBRARIES value=""/>
- <PACKAGES value=""/>
- <PATHCPP value=".;..\..\src\keys;..\..\src\mgr;..\..\src\utilfuns;..\..\src\frontend;..\..\src\modules;..\..\src\modules\comments;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\rawfiles;..\..\src\modules\common;..\..\src\modules\filters;..\..\src\modules\lexdict;..\..\src\modules\lexdict\rawld;..\..\src\modules\texts;..\..\src\modules\texts\rawtext;..\..\src\modules\texts\ztext;..\..\src\modules\genbook;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\comments\zcom;..\..\src\modules\lexdict\rawld4;..\..\src\modules\lexdict\zld;..\..\src\utilfuns\zlib"/>
- <PATHPAS value=".;"/>
- <PATHRC value=".;"/>
- <PATHASM value=".;"/>
- <LINKER value="TLib"/>
- <USERDEFINES value="_ICU_;_ICUSWORD_;USBINARY;_DEBUG;U_HAVE_PLACEMENT_NEW=0"/>
- <SYSDEFINES value="NO_STRICT"/>
- <MAINSOURCE value="libsword.bpf"/>
- <INCLUDEPATH value="..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\source\common;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\i18n"/>
- <LIBPATH value="..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib"/>
- <WARNINGS value="-w-par"/>
- <LISTFILE value=""/>
- </MACROS>
- <OPTIONS>
- <IDLCFLAGS value="-I..\..\src\utilfuns\zlib -I..\..\src\modules\lexdict\zld
- -I..\..\src\modules\lexdict\rawld4 -I..\..\src\modules\comments\zcom
- -I..\..\src\modules\genbook\rawgenbook -I..\..\src\modules\genbook
- -I..\..\src\modules\texts\ztext -I..\..\src\modules\texts\rawtext
- -I..\..\src\modules\texts -I..\..\src\modules\lexdict\rawld
- -I..\..\src\modules\lexdict -I..\..\src\modules\filters
- -I..\..\src\modules\common -I..\..\src\modules\comments\rawfiles
- -I..\..\src\modules\comments\rawcom -I..\..\src\modules\comments\hrefcom
- -I..\..\src\modules\comments -I..\..\src\modules -I..\..\src\frontend
- -I..\..\src\utilfuns -I..\..\src\mgr -I..\..\src\keys
- -I..\..\..\icu-sword\source\common
- -I..\..\apps\windoze\CBuilder5\InstallMgr\curl\include -I..\..\include
- -I$(BCB)\include -I$(BCB)\include\vcl -I..\..\..\icu-sword\source\i18n
- -src_suffix cpp -D_ICU_ -D_ICUSWORD_ -DUSBINARY -D_DEBUG
- -DU_HAVE_PLACEMENT_NEW=0 -boa"/>
- <CFLAG1 value="-Od -Vx -X- -r- -a8 -b- -k -y -v -vi- -c -tW -tWM"/>
- <PFLAGS value="-$Y+ -$W -$O- -v -JPHNE -M"/>
- <AFLAGS value="/mx /w2 /zi"/>
- <LFLAGS value="/P512"/>
- </OPTIONS>
- <LINKER>
- <ALLOBJ value="$(OBJFILES)"/>
- <ALLLIB value="cg32.lib"/>
- </LINKER>
- <IDEOPTIONS>
-[Version Info]
-IncludeVerInfo=0
-AutoIncBuild=0
-MajorVer=1
-MinorVer=0
-Release=0
-Build=0
-Debug=0
-PreRelease=0
-Special=0
-Private=0
-DLL=0
-Locale=1033
-CodePage=1252
-
-[Version Info Keys]
-CompanyName=
-FileDescription=
-FileVersion=1.0.0.0
-InternalName=
-LegalCopyright=
-LegalTrademarks=
-OriginalFilename=
-ProductName=
-ProductVersion=1.0.0.0
-Comments=
-
-[HistoryLists\hlIncludePath]
-Count=16
-Item0=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\source\common;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\i18n
-Item1=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\source\common;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item2=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\include;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item3=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\include;..\..\apps\windoze\CBuilder5\InstallMgr;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item4=..\..\..\icu-sword\include;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item5=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item6=..\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item7=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item8=..\..\apps\windoze;..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item9=..\..\apps\windoze;..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item10=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common
-Item11=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item12=..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item13=..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item14=..\include;$(BCB)\include;$(BCB)\include\vcl
-Item15=..\src\modules\texts\rawtext;..\src\modules\texts;..\src\modules\lexdict\rawld;..\src\modules\lexdict;..\src\modules\filters;..\src\modules\common;..\src\modules\comments\rawfiles;..\src\modules\comments\rawcom;..\src\modules\comments\hrefcom;..\src\modules\comments;..\src\modules;..\src\frontend;..\src\utilfuns;..\src\mgr;..\src\keys;$(BCB)\include;$(BCB)\include\vcl
-
-[HistoryLists\hlLibraryPath]
-Count=6
-Item0=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item1=$(BCB)\lib\obj;$(BCB)\lib
-Item2=..\..\apps\windoze;..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item3=..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item4=..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item5=..\src\modules\texts\rawtext;..\src\modules\texts;..\src\modules\lexdict\rawld;..\src\modules\lexdict;..\src\modules\filters;..\src\modules\common;..\src\modules\comments\rawfiles;..\src\modules\comments\rawcom;..\src\modules\comments\hrefcom;..\src\modules\comments;..\src\modules;..\src\frontend;..\src\utilfuns;..\src\mgr;..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-
-[HistoryLists\hlDebugSourcePath]
-Count=1
-Item0=$(BCB)\source\vcl
-
-[HistoryLists\hlConditionals]
-Count=9
-Item0=_ICU_;_ICUSWORD_;USBINARY;_DEBUG;U_HAVE_PLACEMENT_NEW=0
-Item1=_ICU_;_ICUSWORD_;USBINARY;_DEBUG
-Item2=_ICU_;_ICUSWORD_;USBINARY
-Item3=_ICU_;_ICUSWORD_;USBINARY;CURLAVAILABLE;_DEBUG
-Item4=_ICU_;_ICUSWORD_;USBINARY;CURLAVAILABLE
-Item5=;USBINARY;_DEBUG
-Item6=_ICU_;_ICUSWORD_
-Item7=_ICU_;_ICUSWORD_;_DEBUG
-Item8=_DEBUG
-
-[HistoryLists\hlFinalOutputDir]
-Count=3
-Item0=..\
-Item1=../\
-Item2=../
-
-[HistoryLists\hlTlibPageSize]
-Count=5
-Item0=0x0200
-Item1=0x0080
-Item2=0x0040
-Item3=0x0020
-Item4=0x0010
-
-[Debugging]
-DebugSourceDirs=$(BCB)\source\vcl
-
-[Parameters]
-RunParams=
-HostApplication=
-RemoteHost=
-RemotePath=
-RemoteDebug=0
-
-[Compiler]
-ShowInfoMsgs=0
-LinkDebugVcl=0
-LinkCGLIB=0
-
-[Language]
-ActiveLang=
-ProjectLang=
-RootDir=
- </IDEOPTIONS>
-</PROJECT> \ No newline at end of file
diff --git a/lib/bcppmake/libsword6icu.bpf b/lib/bcppmake/libsword6icu.bpf
deleted file mode 100644
index 9cda1a9..0000000
--- a/lib/bcppmake/libsword6icu.bpf
+++ /dev/null
@@ -1,124 +0,0 @@
-//---------------------------------------------------------------------------
-
-//#include <vcl.h>
-#pragma hdrstop
-USEUNIT("..\..\src\keys\versekey.cpp");
-USEUNIT("..\..\src\keys\strkey.cpp");
-USEUNIT("..\..\src\keys\swkey.cpp");
-USEUNIT("..\..\src\keys\listkey.cpp");
-USEUNIT("..\..\src\mgr\swmgr.cpp");
-USEUNIT("..\..\src\mgr\localemgr.cpp");
-USEUNIT("..\..\src\mgr\swconfig.cpp");
-USEUNIT("..\..\src\mgr\swlocale.cpp");
-USEUNIT("..\..\src\mgr\filemgr.cpp");
-USEUNIT("..\..\src\utilfuns\utilstr.cpp");
-USEUNIT("..\..\src\utilfuns\utilconf.cpp");
-USEUNIT("..\..\src\utilfuns\Greek2Greek.cpp");
-USEUNIT("..\..\src\frontend\swlog.cpp");
-USEUNIT("..\..\src\frontend\swdisp.cpp");
-USEUNIT("..\..\src\modules\swmodule.cpp");
-USEUNIT("..\..\src\modules\comments\swcom.cpp");
-USEUNIT("..\..\src\modules\comments\hrefcom\hrefcom.cpp");
-USEUNIT("..\..\src\modules\comments\rawcom\rawcom.cpp");
-USEUNIT("..\..\src\modules\comments\rawfiles\rawfiles.cpp");
-USEUNIT("..\..\src\modules\common\lzsscomprs.cpp");
-USEUNIT("..\..\src\modules\common\rawstr.cpp");
-USEUNIT("..\..\src\modules\common\rawverse.cpp");
-USEUNIT("..\..\src\modules\common\sapphire.cpp");
-USEUNIT("..\..\src\modules\common\swcipher.cpp");
-USEUNIT("..\..\src\modules\common\swcomprs.cpp");
-USEUNIT("..\..\src\modules\filters\thmlrtf.cpp");
-USEUNIT("..\..\src\modules\filters\gbffootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\gbfhtml.cpp");
-USEUNIT("..\..\src\modules\filters\gbfplain.cpp");
-USEUNIT("..\..\src\modules\filters\gbfrtf.cpp");
-USEUNIT("..\..\src\modules\filters\gbfstrongs.cpp");
-USEUNIT("..\..\src\modules\filters\gbfthml.cpp");
-USEUNIT("..\..\src\modules\filters\plainfootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\plainhtml.cpp");
-USEUNIT("..\..\src\modules\filters\rtfhtml.cpp");
-USEUNIT("..\..\src\modules\filters\rwphtml.cpp");
-USEUNIT("..\..\src\modules\filters\rwprtf.cpp");
-USEUNIT("..\..\src\modules\filters\thmlgbf.cpp");
-USEUNIT("..\..\src\modules\filters\thmlhtml.cpp");
-USEUNIT("..\..\src\modules\filters\thmlplain.cpp");
-USEUNIT("..\..\src\modules\filters\cipherfil.cpp");
-USEUNIT("..\..\src\modules\lexdict\swld.cpp");
-USEUNIT("..\..\src\modules\lexdict\rawld\rawld.cpp");
-USEUNIT("..\..\src\modules\texts\swtext.cpp");
-USEUNIT("..\..\src\modules\texts\rawtext\rawtext.cpp");
-USEUNIT("..\..\src\modules\texts\ztext\ztext.cpp");
-USEUNIT("..\..\src\modules\common\zverse.cpp");
-USEUNIT("..\..\src\keys\treekey.cpp");
-USEUNIT("..\..\src\keys\treekeyidx.cpp");
-USEUNIT("..\..\src\modules\common\rawstr4.cpp");
-USEUNIT("..\..\src\modules\common\zstr.cpp");
-USEUNIT("..\..\src\modules\genbook\swgenbook.cpp");
-USEUNIT("..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp");
-USEUNIT("..\..\src\mgr\swfiltermgr.cpp");
-USEUNIT("..\..\src\modules\filters\utf8utf16.cpp");
-USEUNIT("..\..\src\modules\filters\gbfheadings.cpp");
-USEUNIT("..\..\src\modules\filters\gbfhtmlhref.cpp");
-USEUNIT("..\..\src\modules\filters\gbfmorph.cpp");
-USEUNIT("..\..\src\modules\filters\latin1utf16.cpp");
-USEUNIT("..\..\src\modules\filters\latin1utf8.cpp");
-USEUNIT("..\..\src\modules\filters\scsuutf8.cpp");
-USEUNIT("..\..\src\modules\filters\swbasicfilter.cpp");
-USEUNIT("..\..\src\modules\filters\thmlfootnotes.cpp");
-USEUNIT("..\..\src\modules\filters\thmlheadings.cpp");
-USEUNIT("..\..\src\modules\filters\thmlhtmlhref.cpp");
-USEUNIT("..\..\src\modules\filters\thmllemma.cpp");
-USEUNIT("..\..\src\modules\filters\thmlmorph.cpp");
-USEUNIT("..\..\src\modules\filters\thmlscripref.cpp");
-USEUNIT("..\..\src\modules\filters\thmlstrongs.cpp");
-USEUNIT("..\..\src\modules\filters\thmlvariants.cpp");
-USEUNIT("..\..\src\modules\filters\unicodertf.cpp");
-USEUNIT("..\..\src\modules\filters\utf16utf8.cpp");
-USEUNIT("..\..\src\modules\filters\utf8arshaping.cpp");
-USEUNIT("..\..\src\modules\filters\utf8bidireorder.cpp");
-USEUNIT("..\..\src\modules\filters\utf8cantillation.cpp");
-USEUNIT("..\..\src\modules\filters\utf8greekaccents.cpp");
-USEUNIT("..\..\src\modules\filters\utf8hebrewpoints.cpp");
-USEUNIT("..\..\src\modules\filters\utf8html.cpp");
-USEUNIT("..\..\src\modules\filters\utf8latin1.cpp");
-USEUNIT("..\..\src\modules\filters\utf8nfc.cpp");
-USEUNIT("..\..\src\modules\filters\utf8nfkd.cpp");
-USEUNIT("..\..\src\modules\filters\utf8transliterator.cpp");
-USEUNIT("..\..\src\modules\comments\zcom\zcom.cpp");
-USEUNIT("..\..\src\modules\lexdict\rawld4\rawld4.cpp");
-USEUNIT("..\..\src\modules\common\zipcomprs.cpp");
-USEUNIT("..\..\src\modules\lexdict\zld\zld.cpp");
-USEUNIT("..\..\src\modules\common\entriesblk.cpp");
-USEUNIT("..\..\src\utilfuns\zlib\zutil.c");
-USEUNIT("..\..\src\utilfuns\zlib\compress.c");
-USEUNIT("..\..\src\utilfuns\zlib\crc32.c");
-USEUNIT("..\..\src\utilfuns\zlib\deflate.c");
-USEUNIT("..\..\src\utilfuns\zlib\gzio.c");
-USEUNIT("..\..\src\utilfuns\zlib\infblock.c");
-USEUNIT("..\..\src\utilfuns\zlib\infcodes.c");
-USEUNIT("..\..\src\utilfuns\zlib\inffast.c");
-USEUNIT("..\..\src\utilfuns\zlib\inflate.c");
-USEUNIT("..\..\src\utilfuns\zlib\inftrees.c");
-USEUNIT("..\..\src\utilfuns\zlib\infutil.c");
-USEUNIT("..\..\src\utilfuns\zlib\trees.c");
-USEUNIT("..\..\src\utilfuns\zlib\uncompr.c");
-USEUNIT("..\..\src\utilfuns\zlib\untgz.c");
-USEUNIT("..\..\src\utilfuns\zlib\adler32.c");
-USEUNIT("..\..\src\modules\filters\greeklexattribs.cpp");
-USEUNIT("..\..\src\mgr\swcacher.cpp");
-USEUNIT("..\..\src\modules\filters\gbfosis.cpp");
-USEUNIT("..\..\src\modules\filters\thmlosis.cpp");
-USEUNIT("..\..\src\mgr\encfiltmgr.cpp");
-USEUNIT("..\..\src\mgr\markupfiltmgr.cpp");
-USEUNIT("..\..\src\utilfuns\roman.cpp");
-USEUNIT("..\..\src\mgr\swsourcemgr.cpp");
-USEUNIT("..\..\src\mgr\installmgr.cpp");
-USEUNIT("..\..\src\utilfuns\ftpparse.c");
-USEUNIT("..\..\src\modules\filters\osisstrongs.cpp");
-USEUNIT("..\..\src\modules\filters\osismorph.cpp");
-USEUNIT("..\..\src\modules\filters\gbfredletterwords.cpp");
-//---------------------------------------------------------------------------
-#define Library
-
-// To add a file to the library use the Project menu 'Add to Project'.
-
diff --git a/lib/bcppmake/libsword6icu.bpr b/lib/bcppmake/libsword6icu.bpr
deleted file mode 100644
index 109887e..0000000
--- a/lib/bcppmake/libsword6icu.bpr
+++ /dev/null
@@ -1,347 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!-- C++Builder XML Project -->
-<PROJECT>
- <MACROS>
- <VERSION value="BCB.06.00"/>
- <PROJECT value="..\libsword6icu.lib"/>
- <OBJFILES value="..\..\obj\versekey.obj ..\..\obj\strkey.obj ..\..\obj\swkey.obj
- ..\..\obj\listkey.obj ..\..\obj\swmgr.obj ..\..\obj\localemgr.obj
- ..\..\obj\swconfig.obj ..\..\obj\swlocale.obj ..\..\obj\filemgr.obj
- ..\..\obj\utilstr.obj ..\..\obj\utilconf.obj ..\..\obj\Greek2Greek.obj
- ..\..\obj\swlog.obj ..\..\obj\swdisp.obj ..\..\obj\swmodule.obj
- ..\..\obj\swcom.obj ..\..\obj\hrefcom.obj ..\..\obj\rawcom.obj
- ..\..\obj\rawfiles.obj ..\..\obj\lzsscomprs.obj ..\..\obj\rawstr.obj
- ..\..\obj\rawverse.obj ..\..\obj\sapphire.obj ..\..\obj\swcipher.obj
- ..\..\obj\swcomprs.obj ..\..\obj\thmlrtf.obj ..\..\obj\gbffootnotes.obj
- ..\..\obj\gbfhtml.obj ..\..\obj\gbfplain.obj ..\..\obj\gbfrtf.obj
- ..\..\obj\gbfstrongs.obj ..\..\obj\gbfthml.obj
- ..\..\obj\plainfootnotes.obj ..\..\obj\plainhtml.obj ..\..\obj\rtfhtml.obj
- ..\..\obj\thmlgbf.obj ..\..\obj\thmlhtml.obj ..\..\obj\thmlplain.obj
- ..\..\obj\cipherfil.obj ..\..\obj\swld.obj ..\..\obj\rawld.obj
- ..\..\obj\swtext.obj ..\..\obj\rawtext.obj ..\..\obj\ztext.obj
- ..\..\obj\zverse.obj ..\..\obj\treekey.obj ..\..\obj\treekeyidx.obj
- ..\..\obj\rawstr4.obj ..\..\obj\zstr.obj ..\..\obj\swgenbook.obj
- ..\..\obj\rawgenbook.obj ..\..\obj\swfiltermgr.obj ..\..\obj\utf8utf16.obj
- ..\..\obj\gbfheadings.obj ..\..\obj\gbfhtmlhref.obj ..\..\obj\gbfmorph.obj
- ..\..\obj\latin1utf16.obj ..\..\obj\latin1utf8.obj ..\..\obj\scsuutf8.obj
- ..\..\obj\swbasicfilter.obj ..\..\obj\thmlfootnotes.obj
- ..\..\obj\thmlheadings.obj ..\..\obj\thmlhtmlhref.obj
- ..\..\obj\thmllemma.obj ..\..\obj\thmlmorph.obj ..\..\obj\thmlscripref.obj
- ..\..\obj\thmlstrongs.obj ..\..\obj\thmlvariants.obj
- ..\..\obj\unicodertf.obj ..\..\obj\utf16utf8.obj
- ..\..\obj\utf8arshaping.obj ..\..\obj\utf8bidireorder.obj
- ..\..\obj\utf8cantillation.obj ..\..\obj\utf8greekaccents.obj
- ..\..\obj\utf8hebrewpoints.obj ..\..\obj\utf8html.obj
- ..\..\obj\utf8latin1.obj ..\..\obj\utf8nfc.obj ..\..\obj\utf8nfkd.obj
- ..\..\obj\utf8transliterator.obj ..\..\obj\zcom.obj ..\..\obj\rawld4.obj
- ..\..\obj\zipcomprs.obj ..\..\obj\zld.obj ..\..\obj\entriesblk.obj
- ..\..\obj\zutil.obj ..\..\obj\compress.obj ..\..\obj\crc32.obj
- ..\..\obj\deflate.obj ..\..\obj\gzio.obj ..\..\obj\infblock.obj
- ..\..\obj\infcodes.obj ..\..\obj\inffast.obj ..\..\obj\inflate.obj
- ..\..\obj\inftrees.obj ..\..\obj\infutil.obj ..\..\obj\trees.obj
- ..\..\obj\uncompr.obj ..\..\obj\untgz.obj ..\..\obj\adler32.obj
- ..\..\obj\greeklexattribs.obj ..\..\obj\swcacher.obj ..\..\obj\gbfosis.obj
- ..\..\obj\thmlosis.obj ..\..\obj\encfiltmgr.obj
- ..\..\obj\markupfiltmgr.obj ..\..\obj\roman.obj ..\..\obj\swsourcemgr.obj
- ..\..\obj\installmgr.obj ..\..\obj\ftpparse.obj ..\..\obj\osisstrongs.obj
- ..\..\obj\osismorph.obj ..\..\obj\gbfredletterwords.obj
- ..\..\obj\osisheadings.obj ..\..\obj\swbuf.obj ..\..\obj\utilxml.obj
- ..\..\obj\osisplain.obj ..\..\obj\osisrtf.obj ..\..\obj\thmlwebif.obj
- ..\..\obj\gbfwebif.obj ..\..\obj\utilweb.obj ..\..\obj\osisfootnotes.obj
- ..\..\obj\osisscripref.obj ..\..\obj\swoptfilter.obj
- ..\..\obj\osislemma.obj ..\..\obj\osisredletterwords.obj
- ..\..\obj\osishtmlhref.obj ..\..\obj\swsearchable.obj
- ..\..\obj\osiswebif.obj"/>
- <RESFILES value=""/>
- <IDLFILES value=""/>
- <IDLGENFILES value=""/>
- <DEFFILE value=""/>
- <RESDEPEN value="$(RESFILES)"/>
- <LIBFILES value=""/>
- <LIBRARIES value=""/>
- <SPARELIBS value=""/>
- <PACKAGES value=""/>
- <PATHCPP value=".;..\..\src\keys;..\..\src\mgr;..\..\src\utilfuns;..\..\src\frontend;..\..\src\modules;..\..\src\modules\comments;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\rawfiles;..\..\src\modules\common;..\..\src\modules\filters;..\..\src\modules\lexdict;..\..\src\modules\lexdict\rawld;..\..\src\modules\texts;..\..\src\modules\texts\rawtext;..\..\src\modules\texts\ztext;..\..\src\modules\genbook;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\comments\zcom;..\..\src\modules\lexdict\rawld4;..\..\src\modules\lexdict\zld;..\..\src\utilfuns\zlib"/>
- <PATHPAS value=".;"/>
- <PATHRC value=".;"/>
- <PATHASM value=".;"/>
- <LINKER value="TLib"/>
- <USERDEFINES value="_ICU_;_ICUSWORD_;USBINARY;_USE_OLD_RW_STL;U_HAVE_PLACEMENT_NEW=0"/>
- <SYSDEFINES value="NO_STRICT"/>
- <MAINSOURCE value="libsword.bpf"/>
- <INCLUDEPATH value="..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n"/>
- <LIBPATH value="..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib"/>
- <WARNINGS value="-w-par"/>
- <LISTFILE value=""/>
- <OTHERFILES value=""/>
- </MACROS>
- <OPTIONS>
- <IDLCFLAGS value="-I..\..\src\utilfuns\zlib -I..\..\src\modules\lexdict\zld
- -I..\..\src\modules\lexdict\rawld4 -I..\..\src\modules\comments\zcom
- -I..\..\src\modules\genbook\rawgenbook -I..\..\src\modules\genbook
- -I..\..\src\modules\texts\ztext -I..\..\src\modules\texts\rawtext
- -I..\..\src\modules\texts -I..\..\src\modules\lexdict\rawld
- -I..\..\src\modules\lexdict -I..\..\src\modules\filters
- -I..\..\src\modules\common -I..\..\src\modules\comments\rawfiles
- -I..\..\src\modules\comments\rawcom -I..\..\src\modules\comments\hrefcom
- -I..\..\src\modules\comments -I..\..\src\modules -I..\..\src\frontend
- -I..\..\src\utilfuns -I..\..\src\mgr -I..\..\src\keys
- -I..\..\..\icu-sword\include
- -I..\..\apps\windoze\CBuilder5\InstallMgr\curl\include -I..\..\include
- -I$(BCB)\include -I$(BCB)\include\vcl -src_suffix cpp -D_ICU_ -D_ICUSWORD_
- -DUSBINARY -boa"/>
- <CFLAG1 value="-O2 -Vx -Ve -X- -a8 -b- -k- -vi -c -tW -tWM"/>
- <PFLAGS value="-N2..\..\obj -N0..\..\obj -$Y- -$L- -$D- -$A8 -v -JPHNE -M"/>
- <AFLAGS value="/mx /w2 /zn"/>
- <LFLAGS value="/P512"/>
- <OTHERFILES value=""/>
- </OPTIONS>
- <LINKER>
- <ALLOBJ value="$(OBJFILES)"/>
- <ALLLIB value="cg32.lib"/>
- <OTHERFILES value=""/>
- </LINKER>
- <FILELIST>
- <FILE FILENAME="libsword.bpf" FORMNAME="" UNITNAME="libsword" CONTAINERID="BPF" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\keys\versekey.cpp" FORMNAME="" UNITNAME="versekey" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\keys\strkey.cpp" FORMNAME="" UNITNAME="strkey" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\keys\swkey.cpp" FORMNAME="" UNITNAME="swkey" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\keys\listkey.cpp" FORMNAME="" UNITNAME="listkey" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swmgr.cpp" FORMNAME="" UNITNAME="swmgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\localemgr.cpp" FORMNAME="" UNITNAME="localemgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swconfig.cpp" FORMNAME="" UNITNAME="swconfig" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swlocale.cpp" FORMNAME="" UNITNAME="swlocale" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\filemgr.cpp" FORMNAME="" UNITNAME="filemgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\utilstr.cpp" FORMNAME="" UNITNAME="utilstr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\utilconf.cpp" FORMNAME="" UNITNAME="utilconf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\Greek2Greek.cpp" FORMNAME="" UNITNAME="Greek2Greek" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\frontend\swlog.cpp" FORMNAME="" UNITNAME="swlog" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\frontend\swdisp.cpp" FORMNAME="" UNITNAME="swdisp" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\swmodule.cpp" FORMNAME="" UNITNAME="swmodule" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\comments\swcom.cpp" FORMNAME="" UNITNAME="swcom" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\comments\hrefcom\hrefcom.cpp" FORMNAME="" UNITNAME="hrefcom" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\comments\rawcom\rawcom.cpp" FORMNAME="" UNITNAME="rawcom" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\comments\rawfiles\rawfiles.cpp" FORMNAME="" UNITNAME="rawfiles" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\lzsscomprs.cpp" FORMNAME="" UNITNAME="lzsscomprs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\rawstr.cpp" FORMNAME="" UNITNAME="rawstr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\rawverse.cpp" FORMNAME="" UNITNAME="rawverse" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\sapphire.cpp" FORMNAME="" UNITNAME="sapphire" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\swcipher.cpp" FORMNAME="" UNITNAME="swcipher" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\swcomprs.cpp" FORMNAME="" UNITNAME="swcomprs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlrtf.cpp" FORMNAME="" UNITNAME="thmlrtf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbffootnotes.cpp" FORMNAME="" UNITNAME="gbffootnotes" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfhtml.cpp" FORMNAME="" UNITNAME="gbfhtml" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfplain.cpp" FORMNAME="" UNITNAME="gbfplain" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfrtf.cpp" FORMNAME="" UNITNAME="gbfrtf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfstrongs.cpp" FORMNAME="" UNITNAME="gbfstrongs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfthml.cpp" FORMNAME="" UNITNAME="gbfthml" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\plainfootnotes.cpp" FORMNAME="" UNITNAME="plainfootnotes" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\plainhtml.cpp" FORMNAME="" UNITNAME="plainhtml" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\rtfhtml.cpp" FORMNAME="" UNITNAME="rtfhtml" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlgbf.cpp" FORMNAME="" UNITNAME="thmlgbf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlhtml.cpp" FORMNAME="" UNITNAME="thmlhtml" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlplain.cpp" FORMNAME="" UNITNAME="thmlplain" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\cipherfil.cpp" FORMNAME="" UNITNAME="cipherfil" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\lexdict\swld.cpp" FORMNAME="" UNITNAME="swld" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\lexdict\rawld\rawld.cpp" FORMNAME="" UNITNAME="rawld" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\texts\swtext.cpp" FORMNAME="" UNITNAME="swtext" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\texts\rawtext\rawtext.cpp" FORMNAME="" UNITNAME="rawtext" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\texts\ztext\ztext.cpp" FORMNAME="" UNITNAME="ztext" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\zverse.cpp" FORMNAME="" UNITNAME="zverse" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\keys\treekey.cpp" FORMNAME="" UNITNAME="treekey" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\keys\treekeyidx.cpp" FORMNAME="" UNITNAME="treekeyidx" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\rawstr4.cpp" FORMNAME="" UNITNAME="rawstr4" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\zstr.cpp" FORMNAME="" UNITNAME="zstr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\genbook\swgenbook.cpp" FORMNAME="" UNITNAME="swgenbook" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp" FORMNAME="" UNITNAME="rawgenbook" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swfiltermgr.cpp" FORMNAME="" UNITNAME="swfiltermgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8utf16.cpp" FORMNAME="" UNITNAME="utf8utf16" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfheadings.cpp" FORMNAME="" UNITNAME="gbfheadings" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfhtmlhref.cpp" FORMNAME="" UNITNAME="gbfhtmlhref" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfmorph.cpp" FORMNAME="" UNITNAME="gbfmorph" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\latin1utf16.cpp" FORMNAME="" UNITNAME="latin1utf16" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\latin1utf8.cpp" FORMNAME="" UNITNAME="latin1utf8" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\scsuutf8.cpp" FORMNAME="" UNITNAME="scsuutf8" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\swbasicfilter.cpp" FORMNAME="" UNITNAME="swbasicfilter" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlfootnotes.cpp" FORMNAME="" UNITNAME="thmlfootnotes" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlheadings.cpp" FORMNAME="" UNITNAME="thmlheadings" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlhtmlhref.cpp" FORMNAME="" UNITNAME="thmlhtmlhref" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmllemma.cpp" FORMNAME="" UNITNAME="thmllemma" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlmorph.cpp" FORMNAME="" UNITNAME="thmlmorph" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlscripref.cpp" FORMNAME="" UNITNAME="thmlscripref" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlstrongs.cpp" FORMNAME="" UNITNAME="thmlstrongs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlvariants.cpp" FORMNAME="" UNITNAME="thmlvariants" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\unicodertf.cpp" FORMNAME="" UNITNAME="unicodertf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf16utf8.cpp" FORMNAME="" UNITNAME="utf16utf8" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8arshaping.cpp" FORMNAME="" UNITNAME="utf8arshaping" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8bidireorder.cpp" FORMNAME="" UNITNAME="utf8bidireorder" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8cantillation.cpp" FORMNAME="" UNITNAME="utf8cantillation" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8greekaccents.cpp" FORMNAME="" UNITNAME="utf8greekaccents" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8hebrewpoints.cpp" FORMNAME="" UNITNAME="utf8hebrewpoints" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8html.cpp" FORMNAME="" UNITNAME="utf8html" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8latin1.cpp" FORMNAME="" UNITNAME="utf8latin1" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8nfc.cpp" FORMNAME="" UNITNAME="utf8nfc" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8nfkd.cpp" FORMNAME="" UNITNAME="utf8nfkd" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\utf8transliterator.cpp" FORMNAME="" UNITNAME="utf8transliterator" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\comments\zcom\zcom.cpp" FORMNAME="" UNITNAME="zcom" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\lexdict\rawld4\rawld4.cpp" FORMNAME="" UNITNAME="rawld4" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\zipcomprs.cpp" FORMNAME="" UNITNAME="zipcomprs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\lexdict\zld\zld.cpp" FORMNAME="" UNITNAME="zld" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\common\entriesblk.cpp" FORMNAME="" UNITNAME="entriesblk" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\zutil.c" FORMNAME="" UNITNAME="zutil" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\compress.c" FORMNAME="" UNITNAME="compress" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\crc32.c" FORMNAME="" UNITNAME="crc32" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\deflate.c" FORMNAME="" UNITNAME="deflate" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\gzio.c" FORMNAME="" UNITNAME="gzio" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\infblock.c" FORMNAME="" UNITNAME="infblock" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\infcodes.c" FORMNAME="" UNITNAME="infcodes" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\inffast.c" FORMNAME="" UNITNAME="inffast" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\inflate.c" FORMNAME="" UNITNAME="inflate" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\inftrees.c" FORMNAME="" UNITNAME="inftrees" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\infutil.c" FORMNAME="" UNITNAME="infutil" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\trees.c" FORMNAME="" UNITNAME="trees" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\uncompr.c" FORMNAME="" UNITNAME="uncompr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\untgz.c" FORMNAME="" UNITNAME="untgz" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\zlib\adler32.c" FORMNAME="" UNITNAME="adler32" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\greeklexattribs.cpp" FORMNAME="" UNITNAME="greeklexattribs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swcacher.cpp" FORMNAME="" UNITNAME="swcacher" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfosis.cpp" FORMNAME="" UNITNAME="gbfosis" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlosis.cpp" FORMNAME="" UNITNAME="thmlosis" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\encfiltmgr.cpp" FORMNAME="" UNITNAME="encfiltmgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\markupfiltmgr.cpp" FORMNAME="" UNITNAME="markupfiltmgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\roman.cpp" FORMNAME="" UNITNAME="roman" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swsourcemgr.cpp" FORMNAME="" UNITNAME="swsourcemgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\installmgr.cpp" FORMNAME="" UNITNAME="installmgr" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\ftpparse.c" FORMNAME="" UNITNAME="ftpparse" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisstrongs.cpp" FORMNAME="" UNITNAME="osisstrongs" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osismorph.cpp" FORMNAME="" UNITNAME="osismorph" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfredletterwords.cpp" FORMNAME="" UNITNAME="gbfredletterwords" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisheadings.cpp" FORMNAME="" UNITNAME="osisheadings" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\swbuf.cpp" FORMNAME="" UNITNAME="swbuf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\utilxml.cpp" FORMNAME="" UNITNAME="utilxml" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisplain.cpp" FORMNAME="" UNITNAME="osisplain" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisrtf.cpp" FORMNAME="" UNITNAME="osisrtf" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\thmlwebif.cpp" FORMNAME="" UNITNAME="thmlwebif" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\gbfwebif.cpp" FORMNAME="" UNITNAME="gbfwebif" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\utilfuns\utilweb.cpp" FORMNAME="" UNITNAME="utilweb" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisfootnotes.cpp" FORMNAME="" UNITNAME="osisfootnotes.cpp" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisscripref.cpp" FORMNAME="" UNITNAME="osisscripref.cpp" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\swoptfilter.cpp" FORMNAME="" UNITNAME="swoptfilter.cpp" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osislemma.cpp" FORMNAME="" UNITNAME="osislemma.cpp" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osisredletterwords.cpp" FORMNAME="" UNITNAME="osisredletterwords.cpp" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osishtmlhref.cpp" FORMNAME="" UNITNAME="osishtmlhref" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\mgr\swsearchable.cpp" FORMNAME="" UNITNAME="swsearchable" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- <FILE FILENAME="..\..\src\modules\filters\osiswebif.cpp" FORMNAME="" UNITNAME="osiswebif" CONTAINERID="CCompiler" DESIGNCLASS="" LOCALCOMMAND=""/>
- </FILELIST>
- <BUILDTOOLS>
- </BUILDTOOLS>
-
- <IDEOPTIONS>
-[Version Info]
-IncludeVerInfo=0
-AutoIncBuild=0
-MajorVer=1
-MinorVer=0
-Release=0
-Build=0
-Debug=0
-PreRelease=0
-Special=0
-Private=0
-DLL=0
-Locale=1033
-CodePage=1252
-
-[Version Info Keys]
-CompanyName=
-FileDescription=
-FileVersion=1.0.0.0
-InternalName=
-LegalCopyright=
-LegalTrademarks=
-OriginalFilename=
-ProductName=
-ProductVersion=1.0.0.0
-Comments=
-
-[HistoryLists\hlIncludePath]
-Count=15
-Item0=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item1=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\include;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item2=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\..\icu-sword\include;..\..\apps\windoze\CBuilder5\InstallMgr;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item3=..\..\..\icu-sword\include;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item4=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item5=..\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item6=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item7=..\..\apps\windoze;..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\apps\windoze\CBuilder5\InstallMgr\curl\include;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item8=..\..\apps\windoze;..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n
-Item9=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common
-Item10=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item11=..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item12=..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl
-Item13=..\include;$(BCB)\include;$(BCB)\include\vcl
-Item14=..\src\modules\texts\rawtext;..\src\modules\texts;..\src\modules\lexdict\rawld;..\src\modules\lexdict;..\src\modules\filters;..\src\modules\common;..\src\modules\comments\rawfiles;..\src\modules\comments\rawcom;..\src\modules\comments\hrefcom;..\src\modules\comments;..\src\modules;..\src\frontend;..\src\utilfuns;..\src\mgr;..\src\keys;$(BCB)\include;$(BCB)\include\vcl
-
-[HistoryLists\hlLibraryPath]
-Count=6
-Item0=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item1=$(BCB)\lib\obj;$(BCB)\lib
-Item2=..\..\apps\windoze;..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item3=..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item4=..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-Item5=..\src\modules\texts\rawtext;..\src\modules\texts;..\src\modules\lexdict\rawld;..\src\modules\lexdict;..\src\modules\filters;..\src\modules\common;..\src\modules\comments\rawfiles;..\src\modules\comments\rawcom;..\src\modules\comments\hrefcom;..\src\modules\comments;..\src\modules;..\src\frontend;..\src\utilfuns;..\src\mgr;..\src\keys;$(BCB)\lib\obj;$(BCB)\lib
-
-[HistoryLists\hlDebugSourcePath]
-Count=1
-Item0=$(BCB)\source\vcl
-
-[HistoryLists\hlConditionals]
-Count=8
-Item0=_ICU_;_ICUSWORD_;USBINARY;_USE_OLD_RW_STL;U_HAVE_PLACEMENT_NEW=0
-Item1=_ICU_;_ICUSWORD_;USBINARY;_USE_OLD_RW_STL
-Item2=_ICU_;_ICUSWORD_;USBINARY
-Item3=_ICU_;_ICUSWORD_;USBINARY;_DEBUG
-Item4=;USBINARY;_DEBUG
-Item5=_ICU_;_ICUSWORD_
-Item6=_ICU_;_ICUSWORD_;_DEBUG
-Item7=_DEBUG
-
-[HistoryLists\hlIntOutputDir]
-Count=2
-Item0=..\..\obj
-Item1=obj
-
-[HistoryLists\hlFinalOutputDir]
-Count=3
-Item0=..\
-Item1=../\
-Item2=../
-
-[HistoryLists\hlTlibPageSize]
-Count=5
-Item0=0x0200
-Item1=0x0080
-Item2=0x0040
-Item3=0x0020
-Item4=0x0010
-
-[Debugging]
-DebugSourceDirs=$(BCB)\source\vcl
-
-[Parameters]
-RunParams=
-Launcher=
-UseLauncher=0
-DebugCWD=
-HostApplication=
-RemoteHost=
-RemotePath=
-RemoteLauncher=
-RemoteCWD=
-RemoteDebug=0
-
-[Compiler]
-ShowInfoMsgs=0
-LinkDebugVcl=0
- </IDEOPTIONS>
-</PROJECT> \ No newline at end of file
diff --git a/lib/vcppmake/vc6/libsword.dsp b/lib/vcppmake/vc6/libsword.dsp
deleted file mode 100644
index 2c6a558..0000000
--- a/lib/vcppmake/vc6/libsword.dsp
+++ /dev/null
@@ -1,1254 +0,0 @@
-# Microsoft Developer Studio Project File - Name="libsword" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=libsword - Win32 Debug with ICU
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "libsword.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "libsword.mak" CFG="libsword - Win32 Debug with ICU"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "libsword - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "libsword - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "libsword - Win32 Debug with ICU" (based on "Win32 (x86) Static Library")
-!MESSAGE "libsword - Win32 Release with ICU" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "libsword - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MD /w /W0 /GX /O2 /I "../../../apps/windoze/CBuilder5/InstallMgr/curl" /I "../../../include" /I "../../../src/utilfuns/win32" /I "../../../apps/windoze/CBuilder5/InstallMgr/curl/include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "REGEX_MALLOC" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\libswordvc6.lib"
-
-!ELSEIF "$(CFG)" == "libsword - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /w /W0 /Gm /GX /ZI /Od /I "../../../include" /I "../../../src/utilfuns/win32" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "REGEX_MALLOC" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\libswordvc6d.lib"
-
-!ELSEIF "$(CFG)" == "libsword - Win32 Debug with ICU"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "libsword___Win32_Debug_with_ICU"
-# PROP BASE Intermediate_Dir "libsword___Win32_Debug_with_ICU"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "ICUDebug"
-# PROP Intermediate_Dir "ICUDebug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /w /W0 /Gm /GX /ZI /Od /I "../../../src/utilfuns/win32" /I "../../../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "REGEX_MALLOC" /D "__VISUALC__" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /w /W0 /Gm /GX /ZI /Od /I "../../../../icu-sword/source/common" /I "../../../../icu-sword/source/i18n" /I "../../../include" /I "../../../src/utilfuns/win32" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "REGEX_MALLOC" /D "_ICU_" /D "_ICUSWORD_" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\libswordvc6icud.lib"
-
-!ELSEIF "$(CFG)" == "libsword - Win32 Release with ICU"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "libsword___Win32_Release_with_ICU"
-# PROP BASE Intermediate_Dir "libsword___Win32_Release_with_ICU"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "ICURelease"
-# PROP Intermediate_Dir "ICURelease"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /w /W0 /GX /O2 /I "../../../include" /I "../../../src/utilfuns/win32" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "REGEX_MALLOC" /D "__VISUALC__" /YX /FD /c
-# ADD CPP /nologo /MD /w /W0 /GX /O2 /I "../../../../icu-sword/include" /I "../../../include" /I "../../../src/utilfuns/win32" /I "../../../apps/windoze/CBuilder5/InstallMgr/curl/include" /D "NDEBUG" /D "_ICU_" /D "WIN32" /D "_MBCS" /D "_LIB" /D "REGEX_MALLOC" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\libswordvc6icu.lib"
-
-!ENDIF
-
-# Begin Target
-
-# Name "libsword - Win32 Release"
-# Name "libsword - Win32 Debug"
-# Name "libsword - Win32 Debug with ICU"
-# Name "libsword - Win32 Release with ICU"
-# Begin Group "Sword Source Files"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\adler32.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\cipherfil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\compress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\crc32.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\deflate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\win32\dirent.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\encfiltmgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\entriesblk.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\filemgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\ftpparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbffootnotes.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfheadings.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfhtml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfhtmlhref.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfmorph.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfosis.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfplain.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfredletterwords.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfrtf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfstrongs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfthml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\gbfwebif.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\genarray.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\Greek2Greek.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\greeklexattribs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\gzio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\comments\hrefcom\hrefcom.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\infblock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\infcodes.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\inffast.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\inflate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\inftrees.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\infutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\installmgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\latin1utf16.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\latin1utf8.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\listkey.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\localemgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\lzsscomprs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\markupfiltmgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisfootnotes.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisheadings.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osishtmlhref.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osislemma.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osismorph.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisplain.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisredletterwords.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisrtf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisscripref.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\osisstrongs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\plainfootnotes.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\plainhtml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\comments\rawcom\rawcom.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\comments\rawfiles\rawfiles.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\lexdict\rawld\rawld.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\lexdict\rawld4\rawld4.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\rawstr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\rawstr4.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\texts\rawtext\rawtext.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\rawverse.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\regex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\roman.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\rtfhtml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\sapphire.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\scsuutf8.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\strkey.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\swbasicfilter.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\swbuf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swcacher.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\swcipher.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\comments\swcom.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\swcomprs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swconfig.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\frontend\swdisp.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swfiltermgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\genbook\swgenbook.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\swkey.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\lexdict\swld.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swlocale.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\frontend\swlog.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swmgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\swmodule.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\swoptfilter.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swsearchable.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\mgr\swsourcemgr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\texts\swtext.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\swunicod.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\swversion.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlfootnotes.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlgbf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlheadings.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlhtml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlhtmlhref.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmllemma.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlmorph.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlosis.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlplain.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlrtf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlscripref.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlstrongs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlvariants.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\thmlwebif.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\treekey.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\treekeyidx.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\trees.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\uncompr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\unicodertf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\untgz.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf16utf8.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8arshaping.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8bidireorder.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8cantillation.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8greekaccents.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8hebrewpoints.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8html.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8latin1.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8nfc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8nfkd.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8transliterator.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\filters\utf8utf16.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\utilconf.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\utilstr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\utilweb.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\utilxml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\keys\versekey.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\comments\zcom\zcom.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\zipcomprs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\lexdict\zld\zld.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\zstr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\texts\ztext\ztext.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\utilfuns\zlib\zutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\src\modules\common\zverse.cpp
-# End Source File
-# End Group
-# Begin Group "Sword Header Files"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\..\include\apocrypha.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\canon.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\cdsourcemgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\cipherfil.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\defs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\echomod.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\encfiltmgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\entriesblk.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\femain.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\filemgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\flatapi.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\ftpparse.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbffootnotes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfheadings.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfhtml.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfhtmlhref.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfmorph.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfosis.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfplain.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfredletterwords.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfrtf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfstrongs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfthml.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\gbfwebif.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\Greek2Greek.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\GreekChars.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\greeklexattribs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\hebrewmcim.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\hrefcom.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\installmgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\latin1utf16.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\latin1utf8.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\listkey.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\localemgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\lzsscomprs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\markupfiltmgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\multimapwdef.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\nullim.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisfootnotes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisheadings.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osishtmlhref.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osislemma.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osismorph.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisplain.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisredletterwords.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisrtf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisscripref.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\osisstrongs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\plainfootnotes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\plainhtml.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawcom.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawfiles.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawgbf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawgenbook.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawld.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawld4.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawstr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawstr4.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawtext.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rawverse.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\regex.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\remotesourcemgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\roman.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\rtfhtml.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\sapphire.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\scsuutf8.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\strkey.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swbasicfilter.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swbuf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swcacher.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swcipher.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swcom.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swcomprs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swconfig.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swdisp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swdisprtf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swdisprtfchap.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swfilter.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swfiltermgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swgenbook.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swinputmeth.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swinstallmgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swkey.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swld.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swlocale.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swlog.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swmacs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swmgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swmodule.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swobject.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swoptfilter.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swremotemgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swsearchable.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swsourcemgr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swtext.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swunicod.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swversion.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\swwinlog.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\sysdata.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\tbdisp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlfootnotes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlgbf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlheadings.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlhtml.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlhtmlhref.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmllemma.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlmorph.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlosis.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlplain.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlrtf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlscripref.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlstrongs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlvariants.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\thmlwebif.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\treekey.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\treekeyidx.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\unicodertf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\unixstr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\untgz.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf16utf8.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8arshaping.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8bidireorder.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8cantillation.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8greekaccents.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8hebrewpoints.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8html.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8latin1.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8nfc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8nfkd.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8transliterator.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utf8utf16.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utilconf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utilfuns.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utilstr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utilweb.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\utilxml.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\versekey.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zcom.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zconf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zipcomprs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zld.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zstr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\ztext.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\..\include\zverse.h
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/lib/vcppmake/vc6/libsword.dsw b/lib/vcppmake/vc6/libsword.dsw
deleted file mode 100644
index b9efed3..0000000
--- a/lib/vcppmake/vc6/libsword.dsw
+++ /dev/null
@@ -1,29 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "libsword"=.\libsword.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/lib/vcppmake/vc7.1/libsword.vcproj b/lib/vcppmake/vc7.1/libsword.vcproj
deleted file mode 100644
index 3d0c5b6..0000000
--- a/lib/vcppmake/vc7.1/libsword.vcproj
+++ /dev/null
@@ -1,5686 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="libsword"
- ProjectGUID="{97449E5E-F880-4D22-933A-0D2FC32034D4}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../../apps/windoze/CBuilder5/InstallMgr/curl,../../../include,../../../src/utilfuns/win32,../../../apps/windoze/CBuilder5/InstallMgr/curl/include"
- PreprocessorDefinitions="NDEBUG;WIN32;_LIB;REGEX_MALLOC"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\Release/libsword.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="..\..\libswordvc71.lib"
- SuppressStartupBanner="TRUE"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug with ICU|Win32"
- OutputDirectory=".\ICUDebug"
- IntermediateDirectory=".\ICUDebug"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../../../icu-sword/source/common,../../../../icu-sword/source/i18n,../../../include,../../../src/utilfuns/win32"
- PreprocessorDefinitions="_DEBUG;WIN32;_LIB;REGEX_MALLOC;_ICU_;_ICUSWORD_"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\ICUDebug/libsword.pch"
- AssemblerListingLocation=".\ICUDebug/"
- ObjectFile=".\ICUDebug/"
- ProgramDataBaseFileName=".\ICUDebug/"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="..\..\libswordvc71icud.lib"
- SuppressStartupBanner="TRUE"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../../include,../../../src/utilfuns/win32"
- PreprocessorDefinitions="_DEBUG;WIN32;_LIB;REGEX_MALLOC"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\Debug/libsword.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- BrowseInformation="1"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="..\..\libswordvc71d.lib"
- SuppressStartupBanner="TRUE"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release with ICU|Win32"
- OutputDirectory=".\ICURelease"
- IntermediateDirectory=".\ICURelease"
- ConfigurationType="4"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../../../icu-sword/include,../../../include,../../../src/utilfuns/win32,../../../apps/windoze/CBuilder5/InstallMgr/curl/include"
- PreprocessorDefinitions="NDEBUG;_ICU_;WIN32;_LIB;REGEX_MALLOC"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\ICURelease/libsword.pch"
- AssemblerListingLocation=".\ICURelease/"
- ObjectFile=".\ICURelease/"
- ProgramDataBaseFileName=".\ICURelease/"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="..\..\libswordvc71icu.lib"
- SuppressStartupBanner="TRUE"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Sword Source Files"
- Filter="">
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\adler32.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\cipherfil.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\compress.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\crc32.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\deflate.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\win32\dirent.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\encfiltmgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\entriesblk.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\filemgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\ftpparse.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbffootnotes.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfheadings.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfhtml.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfhtmlhref.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfmorph.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfosis.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfplain.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfredletterwords.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfrtf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfstrongs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfthml.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\gbfwebif.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\genarray.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\Greek2Greek.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\greeklexattribs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\gzio.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\comments\hrefcom\hrefcom.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\infblock.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\infcodes.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\inffast.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\inflate.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\inftrees.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\infutil.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\installmgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\latin1utf16.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\latin1utf8.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\listkey.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\localemgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\lzsscomprs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\markupfiltmgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisfootnotes.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisheadings.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osishtmlhref.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osislemma.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osismorph.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisplain.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisredletterwords.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisrtf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisscripref.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\osisstrongs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\plainfootnotes.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\plainhtml.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\comments\rawcom\rawcom.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\comments\rawfiles\rawfiles.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\lexdict\rawld\rawld.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\lexdict\rawld4\rawld4.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\rawstr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\rawstr4.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\texts\rawtext\rawtext.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\rawverse.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\regex.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\roman.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\rtfhtml.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\sapphire.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\scsuutf8.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\strkey.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\swbasicfilter.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\swbuf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swcacher.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\swcipher.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\comments\swcom.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\swcomprs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swconfig.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\frontend\swdisp.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swfiltermgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\genbook\swgenbook.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\swkey.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\lexdict\swld.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swlocale.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\frontend\swlog.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swmgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\swmodule.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\swoptfilter.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swsearchable.cpp">
- </File>
- <File
- RelativePath="..\..\..\src\mgr\swsourcemgr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\texts\swtext.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\swunicod.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\swversion.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlfootnotes.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlgbf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlheadings.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlhtml.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlhtmlhref.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmllemma.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlmorph.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlosis.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlplain.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlrtf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlscripref.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlstrongs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlvariants.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\thmlwebif.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\treekey.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\treekeyidx.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\trees.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\uncompr.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\unicodertf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\untgz.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf16utf8.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8arshaping.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8bidireorder.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8cantillation.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8greekaccents.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8hebrewpoints.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8html.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8latin1.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8nfc.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8nfkd.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8transliterator.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\filters\utf8utf16.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\utilconf.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\utilstr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\utilweb.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\utilxml.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\keys\versekey.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\comments\zcom\zcom.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\zipcomprs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\lexdict\zld\zld.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\zstr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\texts\ztext\ztext.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\utilfuns\zlib\zutil.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\src\modules\common\zverse.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release with ICU|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Sword Header Files"
- Filter="">
- <File
- RelativePath="..\..\..\include\apocrypha.h">
- </File>
- <File
- RelativePath="..\..\..\include\canon.h">
- </File>
- <File
- RelativePath="..\..\..\include\cdsourcemgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\cipherfil.h">
- </File>
- <File
- RelativePath="..\..\..\include\defs.h">
- </File>
- <File
- RelativePath="..\..\..\include\echomod.h">
- </File>
- <File
- RelativePath="..\..\..\include\encfiltmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\entriesblk.h">
- </File>
- <File
- RelativePath="..\..\..\include\femain.h">
- </File>
- <File
- RelativePath="..\..\..\include\filemgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\flatapi.h">
- </File>
- <File
- RelativePath="..\..\..\include\ftpparse.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbffootnotes.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfheadings.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfhtml.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfhtmlhref.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfmorph.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfosis.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfplain.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfredletterwords.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfrtf.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfstrongs.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfthml.h">
- </File>
- <File
- RelativePath="..\..\..\include\gbfwebif.h">
- </File>
- <File
- RelativePath="..\..\..\include\Greek2Greek.h">
- </File>
- <File
- RelativePath="..\..\..\include\GreekChars.h">
- </File>
- <File
- RelativePath="..\..\..\include\greeklexattribs.h">
- </File>
- <File
- RelativePath="..\..\..\include\hebrewmcim.h">
- </File>
- <File
- RelativePath="..\..\..\include\hrefcom.h">
- </File>
- <File
- RelativePath="..\..\..\include\installmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\latin1utf16.h">
- </File>
- <File
- RelativePath="..\..\..\include\latin1utf8.h">
- </File>
- <File
- RelativePath="..\..\..\include\listkey.h">
- </File>
- <File
- RelativePath="..\..\..\include\localemgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\lzsscomprs.h">
- </File>
- <File
- RelativePath="..\..\..\include\markupfiltmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\multimapwdef.h">
- </File>
- <File
- RelativePath="..\..\..\include\nullim.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisfootnotes.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisheadings.h">
- </File>
- <File
- RelativePath="..\..\..\include\osishtmlhref.h">
- </File>
- <File
- RelativePath="..\..\..\include\osislemma.h">
- </File>
- <File
- RelativePath="..\..\..\include\osismorph.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisplain.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisredletterwords.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisrtf.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisscripref.h">
- </File>
- <File
- RelativePath="..\..\..\include\osisstrongs.h">
- </File>
- <File
- RelativePath="..\..\..\include\plainfootnotes.h">
- </File>
- <File
- RelativePath="..\..\..\include\plainhtml.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawcom.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawfiles.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawgbf.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawgenbook.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawld.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawld4.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawstr.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawstr4.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawtext.h">
- </File>
- <File
- RelativePath="..\..\..\include\rawverse.h">
- </File>
- <File
- RelativePath="..\..\..\include\regex.h">
- </File>
- <File
- RelativePath="..\..\..\include\remotesourcemgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\roman.h">
- </File>
- <File
- RelativePath="..\..\..\include\rtfhtml.h">
- </File>
- <File
- RelativePath="..\..\..\include\sapphire.h">
- </File>
- <File
- RelativePath="..\..\..\include\scsuutf8.h">
- </File>
- <File
- RelativePath="..\..\..\include\strkey.h">
- </File>
- <File
- RelativePath="..\..\..\include\swbasicfilter.h">
- </File>
- <File
- RelativePath="..\..\..\include\swbuf.h">
- </File>
- <File
- RelativePath="..\..\..\include\swcacher.h">
- </File>
- <File
- RelativePath="..\..\..\include\swcipher.h">
- </File>
- <File
- RelativePath="..\..\..\include\swcom.h">
- </File>
- <File
- RelativePath="..\..\..\include\swcomprs.h">
- </File>
- <File
- RelativePath="..\..\..\include\swconfig.h">
- </File>
- <File
- RelativePath="..\..\..\include\swdisp.h">
- </File>
- <File
- RelativePath="..\..\..\include\swdisprtf.h">
- </File>
- <File
- RelativePath="..\..\..\include\swdisprtfchap.h">
- </File>
- <File
- RelativePath="..\..\..\include\swfilter.h">
- </File>
- <File
- RelativePath="..\..\..\include\swfiltermgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\swgenbook.h">
- </File>
- <File
- RelativePath="..\..\..\include\swinputmeth.h">
- </File>
- <File
- RelativePath="..\..\..\include\swinstallmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\swkey.h">
- </File>
- <File
- RelativePath="..\..\..\include\swld.h">
- </File>
- <File
- RelativePath="..\..\..\include\swlocale.h">
- </File>
- <File
- RelativePath="..\..\..\include\swlog.h">
- </File>
- <File
- RelativePath="..\..\..\include\swmacs.h">
- </File>
- <File
- RelativePath="..\..\..\include\swmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\swmodule.h">
- </File>
- <File
- RelativePath="..\..\..\include\swobject.h">
- </File>
- <File
- RelativePath="..\..\..\include\swoptfilter.h">
- </File>
- <File
- RelativePath="..\..\..\include\swremotemgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\swsearchable.h">
- </File>
- <File
- RelativePath="..\..\..\include\swsourcemgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\swtext.h">
- </File>
- <File
- RelativePath="..\..\..\include\swunicod.h">
- </File>
- <File
- RelativePath="..\..\..\include\swversion.h">
- </File>
- <File
- RelativePath="..\..\..\include\swwinlog.h">
- </File>
- <File
- RelativePath="..\..\..\include\sysdata.h">
- </File>
- <File
- RelativePath="..\..\..\include\tbdisp.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlfootnotes.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlgbf.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlheadings.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlhtml.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlhtmlhref.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmllemma.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlmorph.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlosis.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlplain.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlrtf.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlscripref.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlstrongs.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlvariants.h">
- </File>
- <File
- RelativePath="..\..\..\include\thmlwebif.h">
- </File>
- <File
- RelativePath="..\..\..\include\treekey.h">
- </File>
- <File
- RelativePath="..\..\..\include\treekeyidx.h">
- </File>
- <File
- RelativePath="..\..\..\include\unicodertf.h">
- </File>
- <File
- RelativePath="..\..\..\include\unixstr.h">
- </File>
- <File
- RelativePath="..\..\..\include\untgz.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf16utf8.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8arshaping.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8bidireorder.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8cantillation.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8greekaccents.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8hebrewpoints.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8html.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8latin1.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8nfc.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8nfkd.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8transliterator.h">
- </File>
- <File
- RelativePath="..\..\..\include\utf8utf16.h">
- </File>
- <File
- RelativePath="..\..\..\include\utilconf.h">
- </File>
- <File
- RelativePath="..\..\..\include\utilfuns.h">
- </File>
- <File
- RelativePath="..\..\..\include\utilstr.h">
- </File>
- <File
- RelativePath="..\..\..\include\utilweb.h">
- </File>
- <File
- RelativePath="..\..\..\include\utilxml.h">
- </File>
- <File
- RelativePath="..\..\..\include\versekey.h">
- </File>
- <File
- RelativePath="..\..\..\include\zcom.h">
- </File>
- <File
- RelativePath="..\..\..\include\zconf.h">
- </File>
- <File
- RelativePath="..\..\..\include\zipcomprs.h">
- </File>
- <File
- RelativePath="..\..\..\include\zld.h">
- </File>
- <File
- RelativePath="..\..\..\include\zlib.h">
- </File>
- <File
- RelativePath="..\..\..\include\zstr.h">
- </File>
- <File
- RelativePath="..\..\..\include\ztext.h">
- </File>
- <File
- RelativePath="..\..\..\include\zverse.h">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>