mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-30 23:49:05 +08:00
0048516024
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@294 d0cd1f9f-072b-0410-8dd7-cf729c803f20
13 lines
369 B
Makefile
13 lines
369 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_LIBRARIES = libtesseract_image.a
|
|
libtesseract_image_a_SOURCES = \
|
|
bitstrm.cpp image.cpp imgbmp.cpp imgio.cpp imgs.cpp imgtiff.cpp svshowim.cpp
|