2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \
|
2008-02-01 08:48:25 +08:00
|
|
|
-I$(top_srcdir)/image -I$(top_srcdir)/viewer \
|
2009-07-11 10:39:56 +08:00
|
|
|
-I$(top_srcdir)/ccmain -I$(top_srcdir)/wordrec -I$(top_srcdir)/api \
|
|
|
|
-I$(top_srcdir)/cutil -I$(top_srcdir)/classify -I$(top_srcdir)/dict
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2012-02-02 10:53:04 +08:00
|
|
|
alignedblob.h bbgrid.h blkocc.h blobgrid.h \
|
|
|
|
ccnontextdetect.h cjkpitch.h colfind.h colpartition.h colpartitionset.h \
|
2010-11-24 02:34:14 +08:00
|
|
|
colpartitiongrid.h \
|
2011-03-22 05:48:17 +08:00
|
|
|
devanagari_processing.h drawedg.h drawtord.h edgblob.h edgloop.h \
|
2012-02-02 10:53:04 +08:00
|
|
|
equationdetectbase.h \
|
2009-07-11 10:39:56 +08:00
|
|
|
fpchop.h gap_map.h imagefind.h linefind.h makerow.h oldbasel.h \
|
|
|
|
pithsync.h pitsync1.h scanedg.h sortflts.h strokewidth.h \
|
2010-11-24 02:34:14 +08:00
|
|
|
tabfind.h tablefind.h tabvector.h \
|
2012-02-02 10:53:04 +08:00
|
|
|
tablerecog.h textlineprojection.h textord.h \
|
2010-11-24 02:34:14 +08:00
|
|
|
topitch.h tordmain.h tovars.h \
|
2009-07-11 10:39:56 +08:00
|
|
|
underlin.h wordseg.h workingpartset.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2011-08-30 05:28:28 +08:00
|
|
|
if !USING_MULTIPLELIBS
|
|
|
|
noinst_LTLIBRARIES = libtesseract_textord.la
|
|
|
|
else
|
2010-05-26 22:20:20 +08:00
|
|
|
lib_LTLIBRARIES = libtesseract_textord.la
|
2011-08-30 05:28:28 +08:00
|
|
|
libtesseract_textord_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|
2011-10-17 03:39:54 +08:00
|
|
|
libtesseract_textord_la_LIBADD = \
|
|
|
|
../ccstruct/libtesseract_ccstruct.la \
|
|
|
|
../ccutil/libtesseract_ccutil.la \
|
|
|
|
../image/libtesseract_image.la \
|
|
|
|
../viewer/libtesseract_viewer.la \
|
|
|
|
../wordrec/libtesseract_wordrec.la \
|
|
|
|
../cutil/libtesseract_cutil.la \
|
|
|
|
../classify/libtesseract_classify.la \
|
|
|
|
../dict/libtesseract_dict.la
|
2011-08-30 05:28:28 +08:00
|
|
|
endif
|
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
libtesseract_textord_la_SOURCES = \
|
2012-02-02 10:53:04 +08:00
|
|
|
alignedblob.cpp bbgrid.cpp blkocc.cpp blobgrid.cpp \
|
|
|
|
ccnontextdetect.cpp cjkpitch.cpp colfind.cpp colpartition.cpp colpartitionset.cpp \
|
2011-03-22 05:48:17 +08:00
|
|
|
colpartitiongrid.cpp devanagari_processing.cpp \
|
2009-07-11 10:39:56 +08:00
|
|
|
drawedg.cpp drawtord.cpp edgblob.cpp edgloop.cpp \
|
2012-02-02 10:53:04 +08:00
|
|
|
equationdetectbase.cpp \
|
2009-07-11 10:39:56 +08:00
|
|
|
fpchop.cpp gap_map.cpp imagefind.cpp linefind.cpp makerow.cpp oldbasel.cpp \
|
2010-11-24 02:34:14 +08:00
|
|
|
pithsync.cpp pitsync1.cpp scanedg.cpp sortflts.cpp strokewidth.cpp \
|
2009-07-11 10:39:56 +08:00
|
|
|
tabfind.cpp tablefind.cpp tabvector.cpp \
|
2012-02-02 10:53:04 +08:00
|
|
|
tablerecog.cpp textlineprojection.cpp textord.cpp \
|
2009-07-11 10:39:56 +08:00
|
|
|
topitch.cpp tordmain.cpp tospace.cpp tovars.cpp \
|
|
|
|
underlin.cpp wordseg.cpp workingpartset.cpp
|