2012-03-23 04:01:33 +08:00
|
|
|
AM_CPPFLAGS += -I$(top_srcdir)/cutil -I$(top_srcdir)/ccutil \
|
2018-03-04 21:43:28 +08:00
|
|
|
-I$(top_srcdir)/ccstruct -I$(top_srcdir)/viewer
|
2012-03-03 07:51:33 +08:00
|
|
|
|
|
|
|
if VISIBILITY
|
|
|
|
AM_CPPFLAGS += -DTESS_EXPORTS \
|
|
|
|
-fvisibility=hidden -fvisibility-inlines-hidden
|
|
|
|
endif
|
2009-07-11 10:20:33 +08:00
|
|
|
|
2012-03-03 21:22:51 +08:00
|
|
|
noinst_HEADERS = \
|
2013-09-23 23:26:50 +08:00
|
|
|
dawg.h dawg_cache.h dict.h matchdefs.h \
|
|
|
|
stopper.h trie.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2011-08-30 05:28:28 +08:00
|
|
|
noinst_LTLIBRARIES = libtesseract_dict.la
|
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
libtesseract_dict_la_SOURCES = \
|
2010-11-24 02:34:14 +08:00
|
|
|
context.cpp \
|
2013-09-23 23:26:50 +08:00
|
|
|
dawg.cpp dawg_cache.cpp dict.cpp hyphen.cpp \
|
|
|
|
permdawg.cpp stopper.cpp trie.cpp
|
2010-05-26 22:20:20 +08:00
|
|
|
|
2011-08-30 05:28:28 +08:00
|
|
|
|