Makefile.am 1.8 KB
Newer Older
1
AM_CPPFLAGS += \
2 3 4 5 6 7 8 9 10 11
    -I$(top_srcdir)/src/ccstruct \
    -I$(top_srcdir)/src/ccutil \
    -I$(top_srcdir)/src/viewer \
    -I$(top_srcdir)/src/ccmain \
    -I$(top_srcdir)/src/wordrec \
    -I$(top_srcdir)/src/api \
    -I$(top_srcdir)/src/cutil \
    -I$(top_srcdir)/src/classify \
    -I$(top_srcdir)/src/dict \
    -I$(top_srcdir)/src/opencl
J
James R. Barlow 已提交
12 13

AM_CPPFLAGS += $(OPENCL_CPPFLAGS)
14 15 16 17 18 19
        
if VISIBILITY
AM_CPPFLAGS += -DTESS_EXPORTS \
    -fvisibility=hidden -fvisibility-inlines-hidden
endif

T
theraysmith 已提交
20

21
noinst_HEADERS = \
22
    alignedblob.h baselinedetect.h bbgrid.h blkocc.h blobgrid.h \
23
    ccnontextdetect.h cjkpitch.h colfind.h colpartition.h colpartitionset.h \
24
    colpartitiongrid.h \
25
    devanagari_processing.h drawedg.h drawtord.h edgblob.h edgloop.h \
26
    equationdetectbase.h \
T
theraysmith 已提交
27 28
    fpchop.h gap_map.h imagefind.h linefind.h makerow.h oldbasel.h \
    pithsync.h pitsync1.h scanedg.h sortflts.h strokewidth.h \
29
    tabfind.h tablefind.h tabvector.h \
30
    tablerecog.h textlineprojection.h textord.h \
31
    topitch.h tordmain.h tovars.h \
T
theraysmith 已提交
32
    underlin.h wordseg.h workingpartset.h
T
tmbdev 已提交
33

34 35
noinst_LTLIBRARIES = libtesseract_textord.la

J
joregan 已提交
36
libtesseract_textord_la_SOURCES = \
37
    alignedblob.cpp baselinedetect.cpp bbgrid.cpp blkocc.cpp blobgrid.cpp \
38
    ccnontextdetect.cpp cjkpitch.cpp colfind.cpp colpartition.cpp colpartitionset.cpp \
39
    colpartitiongrid.cpp devanagari_processing.cpp \
T
theraysmith 已提交
40
    drawedg.cpp drawtord.cpp edgblob.cpp edgloop.cpp \
41
    equationdetectbase.cpp \
T
theraysmith 已提交
42
    fpchop.cpp gap_map.cpp imagefind.cpp linefind.cpp makerow.cpp oldbasel.cpp \
43
    pithsync.cpp pitsync1.cpp scanedg.cpp sortflts.cpp strokewidth.cpp \
T
theraysmith 已提交
44
    tabfind.cpp tablefind.cpp tabvector.cpp \
45
    tablerecog.cpp textlineprojection.cpp textord.cpp \
T
theraysmith 已提交
46 47
    topitch.cpp tordmain.cpp tospace.cpp tovars.cpp \
    underlin.cpp wordseg.cpp workingpartset.cpp