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
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2007-03-08 04:03:40 +08:00
|
|
|
basedir.h bits16.h clst.h debugwin.h elst2.h elst.h errcode.h \
|
|
|
|
fileerr.h getopt.h globaloc.h hashfn.h host.h hosthplb.h lsterr.h \
|
|
|
|
mainblk.h memblk.h memryerr.h memry.h mfcpch.h ndminx.h notdll.h \
|
|
|
|
nwmain.h ocrclass.h ocrshell.h platform.h secname.h serialis.h \
|
|
|
|
stderr.h strngs.h tessclas.h tprintf.h varable.h \
|
|
|
|
mfcpch.cpp scanutils.cpp scanutils.h unichar.h
|
|
|
|
|
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 = \
|
|
|
|
basedir.cpp bits16.cpp clst.cpp debugwin.cpp elst.cpp \
|
|
|
|
elst2.cpp errcode.cpp globaloc.cpp hashfn.cpp mainblk.cpp \
|
|
|
|
memblk.cpp memry.cpp ocrshell.cpp serialis.cpp strngs.cpp \
|
|
|
|
tprintf.cpp varable.cpp unichar.cpp getopt.cpp
|