mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
7fa676659b
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@18 d0cd1f9f-072b-0410-8dd7-cf729c803f20
12 lines
409 B
Makefile
12 lines
409 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/cutil -I$(top_srcdir)/ccutil
|
|
|
|
include_HEADERS = \
|
|
choicearr.h choices.h context.h dawg.h hyphen.h matchdefs.h \
|
|
permdawg.h permnum.h permute.h states.h stopper.h trie.h
|
|
|
|
lib_LIBRARIES = libtesseract_dict.a
|
|
libtesseract_dict_a_SOURCES = \
|
|
choices.cpp context.cpp dawg.cpp hyphen.cpp permdawg.cpp \
|
|
permnum.cpp permute.cpp states.cpp stopper.cpp trie.cpp
|