mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-29 14:31:11 +08:00
34d8258049
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@368 d0cd1f9f-072b-0410-8dd7-cf729c803f20
15 lines
447 B
Makefile
15 lines
447 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
|
|
|
|
EXTRA_DIST = image.vcproj
|
|
|
|
include_HEADERS = \
|
|
bitstrm.h image.h img.h imgbmp.h imgerrs.h imgio.h imgs.h \
|
|
imgtiff.h imgunpk.h svshowim.h
|
|
|
|
lib_LTLIBRARIES = libtesseract_image.la
|
|
libtesseract_image_la_SOURCES = \
|
|
bitstrm.cpp image.cpp imgbmp.cpp imgio.cpp imgs.cpp imgtiff.cpp svshowim.cpp
|
|
|
|
libtesseract_image_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|