~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to textord/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS =
2
 
AM_CPPFLAGS = \
 
1
AM_CPPFLAGS += \
3
2
    -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \
4
3
    -I$(top_srcdir)/image -I$(top_srcdir)/viewer \
5
4
    -I$(top_srcdir)/ccmain -I$(top_srcdir)/wordrec -I$(top_srcdir)/api \
6
5
    -I$(top_srcdir)/cutil -I$(top_srcdir)/classify -I$(top_srcdir)/dict
7
 
 
8
 
include_HEADERS = \
 
6
        
 
7
if VISIBILITY
 
8
AM_CPPFLAGS += -DTESS_EXPORTS \
 
9
    -fvisibility=hidden -fvisibility-inlines-hidden
 
10
endif
 
11
 
 
12
 
 
13
noinst_HEADERS = \
9
14
    alignedblob.h bbgrid.h blkocc.h blobgrid.h \
10
15
    ccnontextdetect.h cjkpitch.h colfind.h colpartition.h colpartitionset.h \
11
16
    colpartitiongrid.h \
24
29
lib_LTLIBRARIES = libtesseract_textord.la
25
30
libtesseract_textord_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
26
31
libtesseract_textord_la_LIBADD = \
27
 
        ../ccstruct/libtesseract_ccstruct.la \
28
 
        ../ccutil/libtesseract_ccutil.la \
29
 
        ../image/libtesseract_image.la \
30
 
        ../viewer/libtesseract_viewer.la \
31
 
        ../wordrec/libtesseract_wordrec.la \
32
 
        ../cutil/libtesseract_cutil.la \
33
 
        ../classify/libtesseract_classify.la \
34
 
        ../dict/libtesseract_dict.la 
 
32
    ../ccstruct/libtesseract_ccstruct.la \
 
33
    ../ccutil/libtesseract_ccutil.la \
 
34
    ../image/libtesseract_image.la \
 
35
    ../viewer/libtesseract_viewer.la \
 
36
    ../wordrec/libtesseract_wordrec.la \
 
37
    ../cutil/libtesseract_cutil.la \
 
38
    ../classify/libtesseract_classify.la \
 
39
    ../dict/libtesseract_dict.la 
35
40
endif
36
41
 
37
42
libtesseract_textord_la_SOURCES = \