Makefile.am 537 字节
Newer Older
1 2 3
AM_CPPFLAGS += \
    -I$(top_srcdir)/src/ccutil \
    -I$(top_srcdir)/src/viewer
T
tmbdev 已提交
4

5 6 7 8 9
if VISIBILITY
AM_CPPFLAGS += -DTESS_EXPORTS \
    -fvisibility=hidden -fvisibility-inlines-hidden
endif

10
noinst_HEADERS = \
T
theraysmith 已提交
11
    bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \
12
    emalloc.h globals.h \
13
    oldlist.h structures.h
T
tmbdev 已提交
14

15 16
noinst_LTLIBRARIES = libtesseract_cutil.la

J
joregan 已提交
17
libtesseract_cutil_la_SOURCES = \
18
    bitvec.cpp callcpp.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \
19
    emalloc.cpp \
20
    oldlist.cpp structures.cpp