tesseract/dict/Makefile.am
theraysmith d020d91255 Added new files
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@142 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2008-02-01 00:41:51 +00:00

14 lines
515 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 \
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