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 \
|
|
|
|
-I$(top_srcdir)/pageseg
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2007-03-08 04:03:40 +08:00
|
|
|
blkocc.h blobcmpl.h drawedg.h drawtord.h edgblob.h \
|
|
|
|
edgloop.h fpchop.h gap_map.h makerow.h oldbasel.h \
|
|
|
|
pithsync.h pitsync1.h scanedg.h sortflts.h tessout.h \
|
|
|
|
topitch.h tordmain.h tospace.h tovars.h underlin.h \
|
|
|
|
wordseg.h
|
|
|
|
|
2007-03-31 07:53:34 +08:00
|
|
|
lib_LIBRARIES = libtesseract_textord.a
|
2007-03-08 04:03:40 +08:00
|
|
|
libtesseract_textord_a_SOURCES = \
|
|
|
|
blkocc.cpp drawedg.cpp drawtord.cpp edgblob.cpp \
|
|
|
|
edgloop.cpp fpchop.cpp gap_map.cpp makerow.cpp oldbasel.cpp \
|
|
|
|
pithsync.cpp pitsync1.cpp scanedg.cpp sortflts.cpp \
|
|
|
|
topitch.cpp tordmain.cpp tospace.cpp tovars.cpp underlin.cpp \
|
|
|
|
wordseg.cpp
|