2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \
|
|
|
|
-I$(top_srcdir)/image -I$(top_srcdir)/viewer \
|
|
|
|
-I$(top_srcdir)/ccops -I$(top_srcdir)/dict \
|
2008-02-01 08:33:18 +08:00
|
|
|
-I$(top_srcdir)/classify \
|
2007-03-08 04:03:40 +08:00
|
|
|
-I$(top_srcdir)/wordrec -I$(top_srcdir)/cutil \
|
|
|
|
-I$(top_srcdir)/textord
|
|
|
|
|
2009-07-11 10:03:51 +08:00
|
|
|
EXTRA_DIST = tessembedded.cpp ccmain.vcproj
|
2008-04-22 08:32:14 +08:00
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:03:51 +08:00
|
|
|
adaptions.h applybox.h blobcmp.h \
|
|
|
|
callnet.h charcut.h charsample.h control.h \
|
|
|
|
docqual.h expandblob.h fixspace.h fixxht.h \
|
|
|
|
imgscale.h matmatch.h osdetect.h output.h \
|
|
|
|
pagewalk.h paircmp.h pgedit.h reject.h scaleimg.h \
|
|
|
|
tessbox.h tessedit.h tessembedded.h tesseractclass.h \
|
|
|
|
tessio.h tessvars.h tfacep.h tfacepp.h thresholder.h tstruct.h \
|
|
|
|
varabled.h werdit.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
lib_LTLIBRARIES = libtesseract_main.la
|
|
|
|
libtesseract_main_la_SOURCES = \
|
2009-07-11 10:03:51 +08:00
|
|
|
adaptions.cpp ambigsrecog.cpp applybox.cpp \
|
|
|
|
blobcmp.cpp \
|
2007-03-08 04:03:40 +08:00
|
|
|
callnet.cpp charcut.cpp charsample.cpp control.cpp \
|
|
|
|
docqual.cpp expandblob.cpp fixspace.cpp fixxht.cpp \
|
2009-07-11 10:03:51 +08:00
|
|
|
imgscale.cpp matmatch.cpp osdetect.cpp output.cpp \
|
|
|
|
pagewalk.cpp paircmp.cpp pgedit.cpp reject.cpp scaleimg.cpp \
|
|
|
|
tessbox.cpp tessedit.cpp tesseractclass.cpp tessvars.cpp \
|
|
|
|
tfacepp.cpp thresholder.cpp tstruct.cpp \
|
|
|
|
varabled.cpp werdit.cpp
|
2010-05-26 22:20:20 +08:00
|
|
|
libtesseract_main_la_LIBADD = \
|
|
|
|
../wordrec/libtesseract_wordrec.la
|
|
|
|
libtesseract_main_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|