~ubuntu-branches/ubuntu/vivid/tesseract/vivid

« back to all changes in this revision

Viewing changes to ccutil/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2014-02-03 11:10:20 UTC
  • mfrom: (1.3.1) (19.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140203111020-igquodd7pjlp3uri
Tags: 3.03.01-1
* New upstream release, includes critical fix to PDF rendering
* Complete leptonlib transition (see bug #735509)
* Promote from experimental to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
AM_CPPFLAGS += -DTESS_EXPORTS
11
11
endif
12
12
 
13
 
EXTRA_DIST = mfcpch.cpp
14
 
 
15
13
include_HEADERS = \
16
14
        basedir.h errcode.h fileerr.h genericvector.h helpers.h host.h memry.h \
17
 
        ndminx.h params.h platform.h serialis.h strngs.h tesscallback.h \
18
 
        unichar.h unicharmap.h unicharset.h
19
 
     
 
15
        ndminx.h params.h ocrclass.h platform.h serialis.h strngs.h \
 
16
        tesscallback.h unichar.h unicharmap.h unicharset.h
 
17
 
20
18
noinst_HEADERS = \
21
 
    ambigs.h bits16.h bitvector.h ccutil.h clst.h elst2.h \
22
 
    elst.h globaloc.h hashfn.h hosthplb.h indexmapbidi.h lsterr.h \
23
 
    mfcpch.h notdll.h nwmain.h ocrclass.h qrsequence.h secname.h \
24
 
    sorthelper.h stderr.h tessdatamanager.h tprintf.h unicity_table.h \
25
 
    unicodes.h 
 
19
    ambigs.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
 
20
    elst.h genericheap.h globaloc.h hashfn.h indexmapbidi.h kdpair.h lsterr.h \
 
21
    nwmain.h object_cache.h qrsequence.h secname.h sorthelper.h stderr.h tessdatamanager.h \
 
22
     tprintf.h unicity_table.h unicodes.h universalambigs.h
26
23
 
27
24
if !USING_MULTIPLELIBS
28
25
noinst_LTLIBRARIES = libtesseract_ccutil.la
35
32
    ambigs.cpp basedir.cpp bits16.cpp bitvector.cpp \
36
33
    ccutil.cpp clst.cpp \
37
34
    elst2.cpp elst.cpp errcode.cpp \
38
 
    globaloc.cpp hashfn.cpp indexmapbidi.cpp \
 
35
    globaloc.cpp indexmapbidi.cpp \
39
36
    mainblk.cpp memry.cpp \
40
37
    serialis.cpp strngs.cpp \
41
38
    tessdatamanager.cpp tprintf.cpp \
42
39
    unichar.cpp unicharmap.cpp unicharset.cpp unicodes.cpp \
43
 
    params.cpp
 
40
    params.cpp universalambigs.cpp
44
41
 
45
42
if EMBEDDED
46
43
include_HEADERS += scanutils.h
49
46
 
50
47
if MINGW
51
48
AM_CPPFLAGS += -I$(top_srcdir)/vs2008/port -DWINDLLNAME=\"lib@GENERIC_LIBRARY_NAME@\"
52
 
noinst_HEADERS += ../vs2008/port/strtok_r.h
53
 
libtesseract_ccutil_la_SOURCES += ../vs2008/port/strtok_r.cpp
54
 
endif
 
 
b'\\ No newline at end of file'
 
49
noinst_HEADERS += ../vs2010/port/strtok_r.h
 
50
libtesseract_ccutil_la_SOURCES += ../vs2010/port/strtok_r.cpp
 
51
endif