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