mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-19 03:54:10 +08:00
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
|