mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-18 19:39:24 +08:00
a196c11c9b
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@144 d0cd1f9f-072b-0410-8dd7-cf729c803f20
11 lines
324 B
Makefile
11 lines
324 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
|
|
|
|
include_HEADERS = \
|
|
bitstrm.h imgbmp.h imgerrs.h img.h imgio.h imgs.h \
|
|
imgtiff.h imgunpk.h svshowim.h
|
|
|
|
lib_LIBRARIES = libtesseract_image.a
|
|
libtesseract_image_a_SOURCES = \
|
|
imgbmp.cpp imgio.cpp imgs.cpp imgtiff.cpp bitstrm.cpp svshowim.cpp
|