2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
2009-07-11 10:20:33 +08:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/cutil -I$(top_srcdir)/ccutil \
|
|
|
|
-I$(top_srcdir)/ccstruct -I$(top_srcdir)/viewer -I$(top_srcdir)/image
|
|
|
|
|
|
|
|
EXTRA_DIST = dict.vcproj
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:20:33 +08:00
|
|
|
choicearr.h choices.h context.h conversion.h \
|
|
|
|
dawg.h dict.h matchdefs.h \
|
|
|
|
permdawg.h permngram.h permute.h states.h stopper.h trie.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
lib_LTLIBRARIES = libtesseract_dict.la
|
|
|
|
libtesseract_dict_la_SOURCES = \
|
2009-07-11 10:20:33 +08:00
|
|
|
choices.cpp context.cpp conversion.cpp \
|
|
|
|
dawg.cpp dict.cpp hyphen.cpp \
|
|
|
|
permdawg.cpp permngram.cpp permute.cpp states.cpp stopper.cpp trie.cpp
|
2010-05-26 22:20:20 +08:00
|
|
|
|
|
|
|
libtesseract_dict_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|