2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \
|
|
|
|
-I$(top_srcdir)/cutil -I$(top_srcdir)/classify \
|
|
|
|
-I$(top_srcdir)/image -I$(top_srcdir)/dict \
|
|
|
|
-I$(top_srcdir)/viewer
|
|
|
|
|
2009-07-11 10:46:01 +08:00
|
|
|
EXTRA_DIST = wordrec.vcproj
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:46:01 +08:00
|
|
|
associate.h badwords.h bestfirst.h chop.h \
|
|
|
|
chopper.h closed.h drawfx.h findseam.h gradechop.h \
|
2007-03-08 04:03:40 +08:00
|
|
|
heuristic.h makechop.h matchtab.h matrix.h measure.h metrics.h \
|
2009-07-11 10:46:01 +08:00
|
|
|
mfvars.h olutil.h outlines.h pieces.h plotedges.h \
|
2007-03-08 04:03:40 +08:00
|
|
|
plotseg.h render.h seam.h split.h tally.h tessinit.h tface.h \
|
2009-07-11 10:46:01 +08:00
|
|
|
wordclass.h wordrec.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
lib_LTLIBRARIES = libtesseract_wordrec.la
|
|
|
|
libtesseract_wordrec_la_SOURCES = \
|
2007-03-08 04:03:40 +08:00
|
|
|
associate.cpp badwords.cpp bestfirst.cpp chop.cpp chopper.cpp \
|
2009-07-11 10:46:01 +08:00
|
|
|
closed.cpp drawfx.cpp findseam.cpp gradechop.cpp \
|
2007-03-08 04:03:40 +08:00
|
|
|
heuristic.cpp makechop.cpp matchtab.cpp matrix.cpp metrics.cpp \
|
2009-07-11 10:46:01 +08:00
|
|
|
mfvars.cpp olutil.cpp outlines.cpp pieces.cpp \
|
2007-03-08 04:03:40 +08:00
|
|
|
plotedges.cpp plotseg.cpp render.cpp seam.cpp split.cpp \
|
2009-07-11 10:46:01 +08:00
|
|
|
tally.cpp tessinit.cpp tface.cpp wordclass.cpp wordrec.cpp
|
2010-05-26 22:20:20 +08:00
|
|
|
libtesseract_wordrec_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|