2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/ccutil -I$(top_srcdir)/cutil \
|
|
|
|
-I$(top_srcdir)/image -I$(top_srcdir)/viewer
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2010-11-24 02:34:14 +08:00
|
|
|
blckerr.h blobbox.h blobs.h blread.h boxword.h ccstruct.h coutln.h crakedge.h \
|
|
|
|
detlinefit.h dppoint.h genblob.h hpddef.h hpdsizes.h ipoints.h \
|
|
|
|
linlsq.h matrix.h mod128.h normalis.h \
|
2009-07-11 10:14:57 +08:00
|
|
|
ocrblock.h ocrrow.h otsuthr.h \
|
|
|
|
pageres.h pdblock.h points.h polyaprx.h polyblk.h \
|
2011-03-19 05:52:38 +08:00
|
|
|
publictypes.h \
|
2009-07-11 10:14:57 +08:00
|
|
|
quadlsq.h quadratc.h quspline.h ratngs.h rect.h rejctmap.h \
|
2010-11-24 02:34:14 +08:00
|
|
|
seam.h split.h statistc.h stepblob.h vecfuncs.h werd.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2011-08-30 05:28:28 +08:00
|
|
|
if !USING_MULTIPLELIBS
|
|
|
|
noinst_LTLIBRARIES = libtesseract_ccstruct.la
|
|
|
|
else
|
2010-05-26 22:20:20 +08:00
|
|
|
lib_LTLIBRARIES = libtesseract_ccstruct.la
|
2011-08-30 05:28:28 +08:00
|
|
|
libtesseract_ccstruct_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|
|
|
|
endif
|
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
libtesseract_ccstruct_la_SOURCES = \
|
2011-08-11 22:04:20 +08:00
|
|
|
blobbox.cpp blobs.cpp blread.cpp boxword.cpp ccstruct.cpp coutln.cpp \
|
2010-11-24 02:34:14 +08:00
|
|
|
detlinefit.cpp dppoint.cpp genblob.cpp \
|
|
|
|
linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \
|
2009-07-11 10:14:57 +08:00
|
|
|
ocrblock.cpp ocrrow.cpp otsuthr.cpp \
|
|
|
|
pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \
|
2011-03-19 05:52:38 +08:00
|
|
|
publictypes.cpp \
|
2009-07-11 10:14:57 +08:00
|
|
|
quadlsq.cpp quadratc.cpp quspline.cpp ratngs.cpp rect.cpp rejctmap.cpp \
|
2010-11-24 02:34:14 +08:00
|
|
|
seam.cpp split.cpp statistc.cpp stepblob.cpp \
|
2007-03-08 04:03:40 +08:00
|
|
|
vecfuncs.cpp werd.cpp
|