Makefile.am 1.2 KB
Newer Older
T
tmbdev 已提交
1 2 3 4 5
SUBDIRS =
AM_CPPFLAGS = \
    -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \
    -I$(top_srcdir)/image -I$(top_srcdir)/viewer \
    -I$(top_srcdir)/ccops -I$(top_srcdir)/dict \
6
    -I$(top_srcdir)/classify \
T
tmbdev 已提交
7 8 9
    -I$(top_srcdir)/wordrec -I$(top_srcdir)/cutil \
    -I$(top_srcdir)/textord

T
theraysmith 已提交
10
EXTRA_DIST = tessembedded.cpp ccmain.vcproj
11

12
include_HEADERS = \
T
theraysmith 已提交
13 14 15 16 17 18 19 20
    adaptions.h applybox.h blobcmp.h \
    callnet.h charcut.h charsample.h control.h \
    docqual.h expandblob.h fixspace.h fixxht.h \
    imgscale.h matmatch.h osdetect.h output.h \
    pagewalk.h paircmp.h pgedit.h reject.h scaleimg.h \
    tessbox.h tessedit.h tessembedded.h tesseractclass.h \
    tessio.h tessvars.h tfacep.h tfacepp.h thresholder.h tstruct.h \
    varabled.h werdit.h
T
tmbdev 已提交
21

T
theraysmith 已提交
22
lib_LIBRARIES = libtesseract_main.a
T
tmbdev 已提交
23
libtesseract_main_a_SOURCES = \
T
theraysmith 已提交
24 25
    adaptions.cpp ambigsrecog.cpp applybox.cpp \
    blobcmp.cpp \
T
tmbdev 已提交
26 27
    callnet.cpp charcut.cpp charsample.cpp control.cpp \
    docqual.cpp expandblob.cpp fixspace.cpp fixxht.cpp \
T
theraysmith 已提交
28 29 30 31 32
    imgscale.cpp matmatch.cpp osdetect.cpp output.cpp \
    pagewalk.cpp paircmp.cpp pgedit.cpp reject.cpp scaleimg.cpp \
    tessbox.cpp tessedit.cpp tesseractclass.cpp tessvars.cpp \
    tfacepp.cpp thresholder.cpp tstruct.cpp \
    varabled.cpp werdit.cpp