2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
2007-03-31 12:12:16 +08:00
|
|
|
AM_CXXFLAGS = -DTESSDATA_PREFIX=@datadir@/
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2009-07-11 10:50:24 +08:00
|
|
|
EXTRA_DIST = ccutil.vcproj mfcpch.cpp scanutils.cpp scanutils.h
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:50:24 +08:00
|
|
|
ambigs.h basedir.h bits16.h boxread.h \
|
|
|
|
callback.h ccutil.h clst.h \
|
|
|
|
debugwin.h elst2.h elst.h errcode.h \
|
|
|
|
fileerr.h genericvector.h globaloc.h \
|
|
|
|
hashfn.h helpers.h host.h hosthplb.h lsterr.h \
|
|
|
|
mainblk.h memblk.h memry.h memryerr.h mfcpch.h \
|
|
|
|
ndminx.h notdll.h nwmain.h \
|
|
|
|
ocrclass.h ocrshell.h platform.h qrsequence.h \
|
|
|
|
secname.h serialis.h stderr.h strngs.h \
|
|
|
|
tessclas.h tessdatamanager.h tessopt.h tordvars.h tprintf.h \
|
|
|
|
unichar.h unicharmap.h unicharset.h unicity_table.h \
|
|
|
|
varable.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2007-03-31 07:53:34 +08:00
|
|
|
lib_LIBRARIES = libtesseract_ccutil.a
|
2007-03-08 04:03:40 +08:00
|
|
|
libtesseract_ccutil_a_SOURCES = \
|
2009-07-11 10:50:24 +08:00
|
|
|
ambigs.cpp basedir.cpp bits16.cpp boxread.cpp \
|
|
|
|
ccutil.cpp clst.cpp debugwin.cpp \
|
|
|
|
elst2.cpp elst.cpp errcode.cpp \
|
|
|
|
globaloc.cpp hashfn.cpp \
|
|
|
|
mainblk.cpp memblk.cpp memry.cpp ocrshell.cpp \
|
|
|
|
serialis.cpp strngs.cpp \
|
|
|
|
tessdatamanager.cpp tessopt.cpp tordvars.cpp tprintf.cpp \
|
|
|
|
unichar.cpp unicharmap.cpp unicharset.cpp \
|
|
|
|
varable.cpp
|