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
|
|
|
|
|
2009-07-11 10:14:57 +08:00
|
|
|
EXTRA_DIST = ccstruct.vcproj
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:14:57 +08:00
|
|
|
blckerr.h blobbox.h blobs.h blread.h ccstruct.h coutln.h crakedge.h \
|
|
|
|
detlinefit.h genblob.h hpddef.h hpdsizes.h ipoints.h \
|
|
|
|
labls.h linlsq.h lmedsq.h mod128.h normalis.h \
|
|
|
|
ocrblock.h ocrrow.h otsuthr.h \
|
|
|
|
pageres.h pdblock.h points.h polyaprx.h polyblk.h \
|
|
|
|
polyblob.h polyvert.h poutline.h \
|
|
|
|
quadlsq.h quadratc.h quspline.h ratngs.h rect.h rejctmap.h \
|
|
|
|
statistc.h stepblob.h vecfuncs.h werd.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2007-03-31 07:53:34 +08:00
|
|
|
lib_LIBRARIES = libtesseract_ccstruct.a
|
2007-03-08 04:03:40 +08:00
|
|
|
libtesseract_ccstruct_a_SOURCES = \
|
2009-07-11 10:14:57 +08:00
|
|
|
blobbox.cpp blobs.cpp blread.cpp callcpp.cpp ccstruct.cpp coutln.cpp \
|
|
|
|
detlinefit.cpp genblob.cpp \
|
|
|
|
labls.cpp linlsq.cpp lmedsq.cpp mod128.cpp normalis.cpp \
|
|
|
|
ocrblock.cpp ocrrow.cpp otsuthr.cpp \
|
|
|
|
pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \
|
|
|
|
polyblob.cpp polyvert.cpp poutline.cpp \
|
|
|
|
quadlsq.cpp quadratc.cpp quspline.cpp ratngs.cpp rect.cpp rejctmap.cpp \
|
|
|
|
statistc.cpp stepblob.cpp \
|
2007-03-08 04:03:40 +08:00
|
|
|
vecfuncs.cpp werd.cpp
|