mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 15:39:04 +08:00
aa55810b6b
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@132 d0cd1f9f-072b-0410-8dd7-cf729c803f20
14 lines
418 B
Makefile
14 lines
418 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \
|
|
-I$(top_srcdir)/image -I$(top_srcdir)/textord -I$(top_srcdir)/viewer \
|
|
-I$(top_srcdir)/ccmain
|
|
|
|
include_HEADERS = \
|
|
leptonica_pageseg.h leptonica_pageseg_interface.h \
|
|
pageseg.h
|
|
|
|
lib_LIBRARIES = libtesseract_pageseg.a
|
|
libtesseract_pageseg_a_SOURCES = \
|
|
leptonica_pageseg.cpp leptonica_pageseg_interface.cpp \
|
|
pageseg.cpp
|