[sword-cvs] sword/lib Makefile.in,1.35,1.36

sword@www.crosswire.org sword@www.crosswire.org
Sat, 1 Mar 2003 11:57:09 -0700


Update of /usr/local/cvsroot/sword/lib
In directory www:/tmp/cvs-serv15674/lib

Modified Files:
	Makefile.in 
Log Message:
Martin: bugs in the make system fixed under Daniel's supervision.
Now ready for "make dist".


Index: Makefile.in
===================================================================
RCS file: /usr/local/cvsroot/sword/lib/Makefile.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Makefile.in	27 Feb 2003 23:34:22 -0000	1.35
--- Makefile.in	1 Mar 2003 18:57:06 -0000	1.36
***************
*** 37,40 ****
--- 37,44 ----
  POST_UNINSTALL = :
  host_triplet = @host@
+ @ICU_TRUE@am__append_1 = -D_ICU_
+ @ICU_TRUE@am__append_2 = $(SWICUSRC)
+ @ICUSWORD_TRUE@@ICU_FALSE@am__append_3 = -D_ICU_ -D_ICUSWORD_
+ @ICUSWORD_TRUE@@ICU_FALSE@am__append_4 = $(SWICUSRC)
  ACLOCAL = @ACLOCAL@
  AMDEP_FALSE = @AMDEP_FALSE@
***************
*** 66,70 ****
  CYGPATH_W = @CYGPATH_W@
  
! DEFS = @DEFS@ -DUSE_AUTOTOOLS $(globdef) $(icudatadir) -DUNIX $(ICUDEFS)
  DEPDIR = @DEPDIR@
  ECHO = @ECHO@
--- 70,74 ----
  CYGPATH_W = @CYGPATH_W@
  
! DEFS = @DEFS@ -DUSE_AUTOTOOLS $(globdef) $(icudatadir) -DUNIX $(am__append_1) $(am__append_3)
  DEPDIR = @DEPDIR@
  ECHO = @ECHO@
***************
*** 175,179 ****
  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)/unixstr.cpp $(utilfunsdir)/swunicod.cpp $(utilfunsdir)/swversion.cpp $(utilfunsdir)/swbuf.cpp $(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)/swsourcemgr.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)/gbfhtml.cpp $(filtersdir)/gbfhtmlhref.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)/thmlosis.cpp $(filtersdir)/gbfosis.cpp $(filtersdir)/thmlplain.cpp $(filtersdir)/osismorph.cpp $(filtersdir)/osisstrongs.cpp $(filtersdir)/osisplain.cpp $(filtersdir)/osisrtf.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)/thmlolb.cpp $(filtersdir)/greeklexattribs.cpp $(SWICUSRC) $(filtersdir)/utf8cantillation.cpp $(filtersdir)/utf8hebrewpoints.cpp $(filtersdir)/utf8greekaccents.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
  @ICU_TRUE@libsword_la_LIBADD = -licui18n -licuuc -lustdio
  @ICU_FALSE@libsword_la_LIBADD = 
--- 179,183 ----
  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)/unixstr.cpp $(utilfunsdir)/swunicod.cpp $(utilfunsdir)/swversion.cpp $(utilfunsdir)/swbuf.cpp $(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 $(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)/gbfhtml.cpp $(filtersdir)/gbfhtmlhref.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)/thmlosis.cpp $(filtersdir)/gbfosis.cpp $(filtersdir)/thmlplain.cpp $(filtersdir)/osismorph.cpp $(filtersdir)/osisstrongs.cpp $(filtersdir)/osisplain.cpp $(filtersdir)/osisrtf.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)/thmlolb.cpp $(filtersdir)/greeklexattribs.cpp $(am__append_2) $(am__append_4) $(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_TRUE@libsword_la_LIBADD = -licui18n -licuuc -lustdio
  @ICU_FALSE@libsword_la_LIBADD = 
***************
*** 200,210 ****
  filtersdir = $(top_srcdir)/src/modules/filters
  
! @ICUSWORD_TRUE@ICUDEFS = -D_ICU_ -D_ICUSWORD_
! 
! @ICU_TRUE@ICUDEFS = -D_ICU_
! @ICU_FALSE@ICUDEFS = 
! @ICUSWORD_TRUE@SWICUSRC = $(filtersdir)/utf8transliterator.cpp $(filtersdir)/utf8nfc.cpp $(filtersdir)/utf8nfkd.cpp $(filtersdir)/utf8arshaping.cpp $(filtersdir)/utf8bidireorder.cpp
! @ICU_TRUE@SWICUSRC = $(filtersdir)/utf8transliterator.cpp $(filtersdir)/utf8nfc.cpp $(filtersdir)/utf8nfkd.cpp $(filtersdir)/utf8arshaping.cpp $(filtersdir)/utf8bidireorder.cpp
! @ICU_FALSE@SWICUSRC = 
  genbookdir = $(top_srcdir)/src/modules/genbook
  rawgenbookdir = $(top_srcdir)/src/modules/genbook/rawgenbook
--- 204,209 ----
  filtersdir = $(top_srcdir)/src/modules/filters
  
! SWICUSRC = $(filtersdir)/utf8transliterator.cpp $(filtersdir)/utf8nfc.cpp $(filtersdir)/utf8nfkd.cpp $(filtersdir)/utf8arshaping.cpp $(filtersdir)/utf8bidireorder.cpp
! @ICUSWORD_FALSE@@ICU_FALSE@EXTRA_DIST = $(SWICUSRC)
  genbookdir = $(top_srcdir)/src/modules/genbook
  rawgenbookdir = $(top_srcdir)/src/modules/genbook/rawgenbook
***************
*** 225,232 ****
  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)/gbfmorph.h $(swincludedir)/gbfplain.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)/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)/swobject.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)/thmllemma.h $(swincludedir)/thmlmorph.h $(swincludedir)/thmlolb.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)/utf8cantillation.h $(swincludedir)/utf8greekaccents.h $(swincludedir)/utf8hebrewpoints.h $(swincludedir)/utf8html.h $(swincludedir)/utf8latin1.h $(swincludedir)/utf8utf16.h $(swincludedir)/utilconf.h $(swincludedir)/utilfuns.h $(swincludedir)/utilstr.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 $(ICU_HEAD) $(REMOTE_HEAD)
! 
! @ICU_TRUE@ICU_HEAD = $(swincludedir)/utf8arshaping.h $(swincludedir)/utf8bidireorder.h $(swincludedir)/utf8nfc.h $(swincludedir)/utf8nfkd.h $(swincludedir)/utf8transliterator.h
! @ICU_FALSE@ICU_HEAD = 
  @INSTALLMGR_FALSE@REMOTE_HEAD = 
  
--- 224,228 ----
  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)/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)/osismorph.h $(swincludedir)/osisplain.h $(swincludedir)/osisrtf.h $(swincludedir)/osisstrongs.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)/swobject.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)/thmllemma.h $(swincludedir)/thmlmorph.h $(swincludedir)/thmlolb.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)/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 $(REMOTE_HEAD)
  @INSTALLMGR_FALSE@REMOTE_HEAD = 
  
***************
*** 252,268 ****
  	$(mgrdir)/filemgr.cpp $(mgrdir)/swlocale.cpp \
  	$(mgrdir)/localemgr.cpp $(mgrdir)/swcacher.cpp \
! 	$(mgrdir)/swsourcemgr.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)/gbfhtml.cpp $(filtersdir)/gbfhtmlhref.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 \
--- 248,264 ----
  	$(mgrdir)/filemgr.cpp $(mgrdir)/swlocale.cpp \
  	$(mgrdir)/localemgr.cpp $(mgrdir)/swcacher.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)/gbfhtml.cpp \
! 	$(filtersdir)/gbfhtmlhref.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 \
***************
*** 280,290 ****
  	$(filtersdir)/utf16utf8.cpp $(filtersdir)/scsuutf8.cpp \
  	$(filtersdir)/utf8html.cpp $(filtersdir)/utf8latin1.cpp \
- 	$(filtersdir)/thmlolb.cpp $(filtersdir)/greeklexattribs.cpp \
- 	$(filtersdir)/utf8transliterator.cpp $(filtersdir)/utf8nfc.cpp \
- 	$(filtersdir)/utf8nfkd.cpp $(filtersdir)/utf8arshaping.cpp \
- 	$(filtersdir)/utf8bidireorder.cpp \
  	$(filtersdir)/utf8cantillation.cpp \
  	$(filtersdir)/utf8hebrewpoints.cpp \
! 	$(filtersdir)/utf8greekaccents.cpp $(genbookdir)/swgenbook.cpp \
  	$(rawgenbookdir)/rawgenbook.cpp $(textsdir)/swtext.cpp \
  	$(rawtextdir)/rawtext.cpp $(ztextdir)/ztext.cpp \
--- 276,286 ----
  	$(filtersdir)/utf16utf8.cpp $(filtersdir)/scsuutf8.cpp \
  	$(filtersdir)/utf8html.cpp $(filtersdir)/utf8latin1.cpp \
  	$(filtersdir)/utf8cantillation.cpp \
  	$(filtersdir)/utf8hebrewpoints.cpp \
! 	$(filtersdir)/utf8greekaccents.cpp $(filtersdir)/thmlolb.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 \
***************
*** 298,306 ****
  @ZLIB_TRUE@am__objects_2 = zipcomprs.lo
  @ZLIB_FALSE@am__objects_2 =
! @ICU_TRUE@am__objects_3 = utf8transliterator.lo utf8nfc.lo utf8nfkd.lo \
! @ICU_TRUE@	utf8arshaping.lo utf8bidireorder.lo
! @ICU_FALSE@am__objects_3 =
! @ICUSWORD_TRUE@am__objects_3 = utf8transliterator.lo utf8nfc.lo \
! @ICUSWORD_TRUE@	utf8nfkd.lo utf8arshaping.lo utf8bidireorder.lo
  am_libsword_la_OBJECTS = swkey.lo listkey.lo versekey.lo strkey.lo \
  	treekey.lo treekeyidx.lo Greek2Greek.lo utilstr.lo unixstr.lo \
--- 294,301 ----
  @ZLIB_TRUE@am__objects_2 = zipcomprs.lo
  @ZLIB_FALSE@am__objects_2 =
! am__objects_3 = utf8transliterator.lo utf8nfc.lo utf8nfkd.lo \
! 	utf8arshaping.lo utf8bidireorder.lo
! @ICU_TRUE@am__objects_4 = $(am__objects_3)
! @ICUSWORD_TRUE@@ICU_FALSE@am__objects_5 = $(am__objects_3)
  am_libsword_la_OBJECTS = swkey.lo listkey.lo versekey.lo strkey.lo \
  	treekey.lo treekeyidx.lo Greek2Greek.lo utilstr.lo unixstr.lo \
***************
*** 308,329 ****
  	swconfig.lo swmgr.lo swfiltermgr.lo encfiltmgr.lo \
  	markupfiltmgr.lo filemgr.lo swlocale.lo localemgr.lo \
! 	swcacher.lo swsourcemgr.lo swdisp.lo swlog.lo swmodule.lo \
! 	rawstr.lo rawstr4.lo swcomprs.lo lzsscomprs.lo $(am__objects_2) \
! 	rawverse.lo swcipher.lo zverse.lo zstr.lo entriesblk.lo \
! 	sapphire.lo swbasicfilter.lo gbfhtml.lo gbfhtmlhref.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 thmlosis.lo \
! 	gbfosis.lo thmlplain.lo osismorph.lo osisstrongs.lo \
! 	osisplain.lo osisrtf.lo unicodertf.lo latin1utf8.lo \
! 	latin1utf16.lo utf8utf16.lo utf16utf8.lo scsuutf8.lo \
! 	utf8html.lo utf8latin1.lo thmlolb.lo greeklexattribs.lo \
! 	$(am__objects_3) utf8cantillation.lo utf8hebrewpoints.lo \
! 	utf8greekaccents.lo 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)
  
--- 303,324 ----
  	swconfig.lo swmgr.lo swfiltermgr.lo encfiltmgr.lo \
  	markupfiltmgr.lo filemgr.lo swlocale.lo localemgr.lo \
! 	swcacher.lo swdisp.lo swlog.lo swmodule.lo rawstr.lo rawstr4.lo \
! 	swcomprs.lo lzsscomprs.lo $(am__objects_2) rawverse.lo \
! 	swcipher.lo zverse.lo zstr.lo entriesblk.lo sapphire.lo \
! 	swbasicfilter.lo gbfhtml.lo gbfhtmlhref.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 thmlosis.lo gbfosis.lo thmlplain.lo \
! 	osismorph.lo osisstrongs.lo osisplain.lo osisrtf.lo \
! 	unicodertf.lo latin1utf8.lo latin1utf16.lo utf8utf16.lo \
! 	utf16utf8.lo scsuutf8.lo utf8html.lo utf8latin1.lo \
! 	utf8cantillation.lo utf8hebrewpoints.lo utf8greekaccents.lo \
! 	thmlolb.lo greeklexattribs.lo $(am__objects_4) $(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)
  
***************
*** 369,374 ****
  @AMDEP_TRUE@	./$(DEPDIR)/swld.Plo ./$(DEPDIR)/swlocale.Plo \
  @AMDEP_TRUE@	./$(DEPDIR)/swlog.Plo ./$(DEPDIR)/swmgr.Plo \
! @AMDEP_TRUE@	./$(DEPDIR)/swmodule.Plo \
! @AMDEP_TRUE@	./$(DEPDIR)/swsourcemgr.Plo ./$(DEPDIR)/swtext.Plo \
  @AMDEP_TRUE@	./$(DEPDIR)/swunicod.Plo ./$(DEPDIR)/swversion.Plo \
  @AMDEP_TRUE@	./$(DEPDIR)/thmlfootnotes.Plo \
--- 364,368 ----
  @AMDEP_TRUE@	./$(DEPDIR)/swld.Plo ./$(DEPDIR)/swlocale.Plo \
  @AMDEP_TRUE@	./$(DEPDIR)/swlog.Plo ./$(DEPDIR)/swmgr.Plo \
! @AMDEP_TRUE@	./$(DEPDIR)/swmodule.Plo ./$(DEPDIR)/swtext.Plo \
  @AMDEP_TRUE@	./$(DEPDIR)/swunicod.Plo ./$(DEPDIR)/swversion.Plo \
  @AMDEP_TRUE@	./$(DEPDIR)/thmlfootnotes.Plo \
***************
*** 551,555 ****
  @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)/swsourcemgr.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@
--- 545,548 ----
***************
*** 1422,1458 ****
  @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
  
- swsourcemgr.o: $(mgrdir)/swsourcemgr.cpp
- @am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swsourcemgr.o -MD -MP -MF "$(DEPDIR)/swsourcemgr.Tpo" \
- @am__fastdepCXX_TRUE@	  -c -o swsourcemgr.o `test -f '$(mgrdir)/swsourcemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsourcemgr.cpp; \
- @am__fastdepCXX_TRUE@	then mv "$(DEPDIR)/swsourcemgr.Tpo" "$(DEPDIR)/swsourcemgr.Po"; \
- @am__fastdepCXX_TRUE@	else rm -f "$(DEPDIR)/swsourcemgr.Tpo"; exit 1; \
- @am__fastdepCXX_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$(mgrdir)/swsourcemgr.cpp' object='swsourcemgr.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/swsourcemgr.Po' tmpdepfile='$(DEPDIR)/swsourcemgr.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 swsourcemgr.o `test -f '$(mgrdir)/swsourcemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsourcemgr.cpp
- 
- swsourcemgr.obj: $(mgrdir)/swsourcemgr.cpp
- @am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swsourcemgr.obj -MD -MP -MF "$(DEPDIR)/swsourcemgr.Tpo" \
- @am__fastdepCXX_TRUE@	  -c -o swsourcemgr.obj `if test -f '$(mgrdir)/swsourcemgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/swsourcemgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swsourcemgr.cpp'; fi`; \
- @am__fastdepCXX_TRUE@	then mv "$(DEPDIR)/swsourcemgr.Tpo" "$(DEPDIR)/swsourcemgr.Po"; \
- @am__fastdepCXX_TRUE@	else rm -f "$(DEPDIR)/swsourcemgr.Tpo"; exit 1; \
- @am__fastdepCXX_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$(mgrdir)/swsourcemgr.cpp' object='swsourcemgr.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/swsourcemgr.Po' tmpdepfile='$(DEPDIR)/swsourcemgr.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 swsourcemgr.obj `if test -f '$(mgrdir)/swsourcemgr.cpp'; then $(CYGPATH_W) '$(mgrdir)/swsourcemgr.cpp'; else $(CYGPATH_W) '$(srcdir)/$(mgrdir)/swsourcemgr.cpp'; fi`
- 
- swsourcemgr.lo: $(mgrdir)/swsourcemgr.cpp
- @am__fastdepCXX_TRUE@	if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT swsourcemgr.lo -MD -MP -MF "$(DEPDIR)/swsourcemgr.Tpo" \
- @am__fastdepCXX_TRUE@	  -c -o swsourcemgr.lo `test -f '$(mgrdir)/swsourcemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsourcemgr.cpp; \
- @am__fastdepCXX_TRUE@	then mv "$(DEPDIR)/swsourcemgr.Tpo" "$(DEPDIR)/swsourcemgr.Plo"; \
- @am__fastdepCXX_TRUE@	else rm -f "$(DEPDIR)/swsourcemgr.Tpo"; exit 1; \
- @am__fastdepCXX_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$(mgrdir)/swsourcemgr.cpp' object='swsourcemgr.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/swsourcemgr.Plo' tmpdepfile='$(DEPDIR)/swsourcemgr.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 swsourcemgr.lo `test -f '$(mgrdir)/swsourcemgr.cpp' || echo '$(srcdir)/'`$(mgrdir)/swsourcemgr.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" \
--- 1415,1418 ----
***************
*** 3270,3273 ****
--- 3230,3332 ----
  @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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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
+ 
  thmlolb.o: $(filtersdir)/thmlolb.cpp
  @am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT thmlolb.o -MD -MP -MF "$(DEPDIR)/thmlolb.Tpo" \
***************
*** 3500,3602 ****
  @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
- 
- 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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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 "$(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
  
  swgenbook.o: $(genbookdir)/swgenbook.cpp
--- 3559,3562 ----