mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
7fa676659b
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@18 d0cd1f9f-072b-0410-8dd7-cf729c803f20
15 lines
557 B
Makefile
15 lines
557 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil
|
|
|
|
include_HEADERS = \
|
|
bitvec.h callcpp.h const.h cutil.h danerror.h debug.h efio.h \
|
|
emalloc.h freelist.h funcdefs.h general.h globals.h listio.h \
|
|
minmax.h oldheap.h oldlist.h structures.h tessarray.h \
|
|
tordvars.h variables.h
|
|
|
|
lib_LIBRARIES = libtesseract_cutil.a
|
|
libtesseract_cutil_a_SOURCES = \
|
|
tessarray.cpp bitvec.cpp cutil.cpp danerror.cpp debug.cpp efio.cpp \
|
|
emalloc.cpp freelist.cpp globals.cpp listio.cpp oldheap.cpp \
|
|
oldlist.cpp structures.cpp tordvars.cpp variables.cpp
|