mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-03 00:49:01 +08:00
db2aa4e73f
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@632 d0cd1f9f-072b-0410-8dd7-cf729c803f20
18 lines
367 B
Makefile
18 lines
367 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS =
|
|
|
|
include_HEADERS = \
|
|
scrollview.h svmnode.h svutil.h
|
|
|
|
if !USING_MULTIPLELIBS
|
|
noinst_LTLIBRARIES = libtesseract_viewer.la
|
|
else
|
|
lib_LTLIBRARIES = libtesseract_viewer.la
|
|
libtesseract_viewer_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|
|
endif
|
|
|
|
libtesseract_viewer_la_SOURCES = \
|
|
scrollview.cpp svmnode.cpp svutil.cpp svpaint.cpp
|
|
|
|
|