mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 22:00:09 +08:00
653abd94b2
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@476 d0cd1f9f-072b-0410-8dd7-cf729c803f20
33 lines
1.2 KiB
Makefile
33 lines
1.2 KiB
Makefile
SUBDIRS =
|
|
AM_CXXFLAGS = -DTESSDATA_PREFIX=@datadir@/
|
|
|
|
EXTRA_DIST = ccutil.vcproj mfcpch.cpp scanutils.cpp scanutils.h
|
|
|
|
include_HEADERS = \
|
|
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 scanutils.h \
|
|
tessclas.h tessdatamanager.h tessopt.h tordvars.h tprintf.h \
|
|
unichar.h unicharmap.h unicharset.h unicity_table.h \
|
|
varable.h
|
|
|
|
lib_LTLIBRARIES = libtesseract_ccutil.la
|
|
libtesseract_ccutil_la_SOURCES = \
|
|
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 scanutils.cpp\
|
|
tessdatamanager.cpp tessopt.cpp tordvars.cpp tprintf.cpp \
|
|
unichar.cpp unicharmap.cpp unicharset.cpp \
|
|
varable.cpp
|
|
|
|
libtesseract_ccutil_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|