mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
b60c6065e3
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@110 d0cd1f9f-072b-0410-8dd7-cf729c803f20
20 lines
864 B
Makefile
20 lines
864 B
Makefile
SUBDIRS =
|
|
AM_CXXFLAGS = -DTESSDATA_PREFIX=@datadir@/
|
|
|
|
include_HEADERS = \
|
|
basedir.h bits16.h clst.h debugwin.h elst2.h elst.h errcode.h \
|
|
fileerr.h tessopt.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 \
|
|
unicharmap.h unicharset.h boxread.h
|
|
|
|
lib_LIBRARIES = libtesseract_ccutil.a
|
|
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 tessopt.cpp \
|
|
unicharmap.cpp unicharset.cpp boxread.cpp
|