mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 07:29:07 +08:00
425d593ebe
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk/trunk@2 d0cd1f9f-072b-0410-8dd7-cf729c803f20
11 lines
275 B
Makefile
11 lines
275 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil
|
|
|
|
EXTRA_DIST = \
|
|
bitstrm.h imgbmp.h imgerrs.h img.h imgio.h imgs.h \
|
|
imgtiff.h imgunpk.h
|
|
|
|
noinst_LIBRARIES = libtesseract_image.a
|
|
libtesseract_image_a_SOURCES = \
|
|
imgbmp.cpp imgio.cpp imgs.cpp imgtiff.cpp bitstrm.cpp
|