mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
3a13d80d24
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@293 d0cd1f9f-072b-0410-8dd7-cf729c803f20
17 lines
562 B
Makefile
17 lines
562 B
Makefile
SUBDIRS =
|
|
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
|
|
|
|
include_HEADERS = \
|
|
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
|
|
|
|
lib_LIBRARIES = libtesseract_dict.a
|
|
libtesseract_dict_a_SOURCES = \
|
|
choices.cpp context.cpp conversion.cpp \
|
|
dawg.cpp dict.cpp hyphen.cpp \
|
|
permdawg.cpp permngram.cpp permute.cpp states.cpp stopper.cpp trie.cpp
|