mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
5761bc5736
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@693 d0cd1f9f-072b-0410-8dd7-cf729c803f20
24 lines
800 B
Makefile
24 lines
800 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = ccutil viewer cutil image ccstruct dict classify wordrec neural_networks/runtime textord cube ccmain api . java tessdata testing doc training
|
|
|
|
#if USING_GETTEXT
|
|
#SUBDIRS += po
|
|
#AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
|
|
#endif
|
|
|
|
EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes \
|
|
aclocal.m4 config configure.ac autogen.sh tesseract.spec contrib
|
|
|
|
#EXTRA_DIST = doc/html doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.pdf doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.ps.gz
|
|
|
|
uninstall-hook:
|
|
rm -rf $(DESTDIR)$(includedir)
|
|
|
|
dist-hook:
|
|
# Need to remove .svn directories from directories
|
|
# added using EXTRA_DIST. $(distdir)/tessdata would in
|
|
# theory suffice.
|
|
rm -rf `find $(distdir) -name .svn`
|
|
rm -rf `find $(distdir) -name .deps`
|
|
rm -rf `find $(distdir) -name Makefile.in`
|