2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil
|
|
|
|
|
2009-07-11 10:19:04 +08:00
|
|
|
EXTRA_DIST = cutil.vcproj
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:19:04 +08:00
|
|
|
bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \
|
2007-03-08 04:03:40 +08:00
|
|
|
emalloc.h freelist.h funcdefs.h general.h globals.h listio.h \
|
2009-07-11 10:19:04 +08:00
|
|
|
oldheap.h oldlist.h structures.h tessarray.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2007-03-31 07:53:34 +08:00
|
|
|
lib_LIBRARIES = libtesseract_cutil.a
|
2007-03-08 04:03:40 +08:00
|
|
|
libtesseract_cutil_a_SOURCES = \
|
2009-07-11 10:19:04 +08:00
|
|
|
bitvec.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \
|
2007-03-08 04:03:40 +08:00
|
|
|
emalloc.cpp freelist.cpp globals.cpp listio.cpp oldheap.cpp \
|
2009-07-11 10:19:04 +08:00
|
|
|
oldlist.cpp structures.cpp tessarray.cpp
|