mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 22:43:45 +08:00
7fa676659b
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@18 d0cd1f9f-072b-0410-8dd7-cf729c803f20
11 lines
313 B
Makefile
11 lines
313 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS = -I$(top_srcdir)/image -I$(top_srcdir)/ccutil
|
|
|
|
include_HEADERS = \
|
|
evntlst.h evnts.h grphics.h grphshm.h sbgconst.h sbgdefs.h \
|
|
sbgtypes.h showim.h
|
|
|
|
lib_LIBRARIES = libtesseract_viewer.a
|
|
libtesseract_viewer_a_SOURCES = \
|
|
evntlst.cpp grphics.cpp evnts.cpp showim.cpp grphshm.cpp
|