Sha256: e7efcc6920eaa17432acbe0721bacc34eac101e952e881419df58847f8e40590

Contents?: true

Size: 515 Bytes

Versions: 3

Compression:

Stored size: 515 Bytes

Contents

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 \
    lookdawg.h makedawg.h reduce.h permngram.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 \
    lookdawg.cpp makedawg.cpp reduce.cpp permngram.cpp

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tesseract_bin-1.0.2 vendor/tesseract-2.04/dict/Makefile.am
tesseract_bin-1.0.1 vendor/tesseract-2.04/dict/Makefile.am
tesseract_bin-1.0.0 vendor/tesseract-2.04/dict/Makefile.am