1SUBDIRS = 2AM_CPPFLAGS = \ 3 -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \ 4 -I$(top_srcdir)/image -I$(top_srcdir)/viewer \ 5 -I$(top_srcdir)/ccmain -I$(top_srcdir)/wordrec -I$(top_srcdir)/api \ 6 -I$(top_srcdir)/cutil -I$(top_srcdir)/classify -I$(top_srcdir)/dict 7 8EXTRA_DIST = textord.vcproj 9 10include_HEADERS = \ 11 alignedblob.h bbgrid.h blkocc.h blobcmpl.h \ 12 colfind.h colpartition.h colpartitionset.h \ 13 drawedg.h drawtord.h edgblob.h edgloop.h \ 14 fpchop.h gap_map.h imagefind.h linefind.h makerow.h oldbasel.h \ 15 pithsync.h pitsync1.h scanedg.h sortflts.h strokewidth.h \ 16 tabfind.h tablefind.h tabvector.h tessout.h \ 17 topitch.h tordmain.h tospace.h tovars.h \ 18 underlin.h wordseg.h workingpartset.h 19 20lib_LIBRARIES = libtesseract_textord.a 21libtesseract_textord_a_SOURCES = \ 22 alignedblob.cpp bbgrid.cpp blkocc.cpp \ 23 colfind.cpp colpartition.cpp colpartitionset.cpp \ 24 drawedg.cpp drawtord.cpp edgblob.cpp edgloop.cpp \ 25 fpchop.cpp gap_map.cpp imagefind.cpp linefind.cpp makerow.cpp oldbasel.cpp \ 26 pagesegmain.cpp pithsync.cpp pitsync1.cpp scanedg.cpp sortflts.cpp strokewidth.cpp \ 27 tabfind.cpp tablefind.cpp tabvector.cpp \ 28 topitch.cpp tordmain.cpp tospace.cpp tovars.cpp \ 29 underlin.cpp wordseg.cpp workingpartset.cpp 30