File: Makefile.am

package info (click to toggle)
tesseract 2.04-2%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,336 kB
  • ctags: 6,860
  • sloc: cpp: 81,388; sh: 3,446; java: 1,220; makefile: 376
file content (24 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS =
AM_CPPFLAGS = \
    -I$(top_srcdir)/cutil -I$(top_srcdir)/ccutil \
    -I$(top_srcdir)/ccstruct -I$(top_srcdir)/dict \
    -I$(top_srcdir)/viewer

include_HEADERS = \
    adaptive.h adaptmatch.h baseline.h blobclass.h chartoname.h \
    cluster.h clusttool.h cutoffs.h extern.h extract.h featdefs.h \
    flexfx.h float2int.h fpoint.h fxdefs.h fxid.h hideedge.h \
    intfx.h intmatcher.h intproto.h kdtree.h mfdefs.h mf.h \
    mfoutline.h mfx.h normfeat.h normmatch.h ocrfeatures.h \
    outfeat.h picofeat.h protos.h sigmenu.h speckle.h xform2d.h

lib_LIBRARIES = libtesseract_classify.a
libtesseract_classify_a_SOURCES = \
    adaptive.cpp adaptmatch.cpp baseline.cpp blobclass.cpp \
    chartoname.cpp cluster.cpp clusttool.cpp cutoffs.cpp \
    extract.cpp featdefs.cpp flexfx.cpp float2int.cpp \
    fpoint.cpp fxdefs.cpp hideedge.cpp intfx.cpp intmatcher.cpp \
    intproto.cpp kdtree.cpp mf.cpp mfdefs.cpp mfoutline.cpp \
    mfx.cpp normfeat.cpp normmatch.cpp ocrfeatures.cpp \
    outfeat.cpp picofeat.cpp protos.cpp sigmenu.cpp speckle.cpp \
    xform2d.cpp