tesseract_bin 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/tessdata/Makefile.am +31 -0
- data/tessdata/Makefile.in +529 -0
- data/tessdata/configs/Makefile.am +3 -0
- data/tessdata/configs/Makefile.in +344 -0
- data/tessdata/configs/api_config +1 -0
- data/tessdata/configs/box.train +19 -0
- data/tessdata/configs/box.train.stderr +18 -0
- data/tessdata/configs/inter +4 -0
- data/tessdata/configs/kannada +4 -0
- data/tessdata/configs/makebox +1 -0
- data/tessdata/configs/unlv +3 -0
- data/tessdata/confsets +3 -0
- data/tessdata/eng.DangAmbigs +39 -0
- data/tessdata/eng.freq-dawg +0 -0
- data/tessdata/eng.inttemp +0 -0
- data/tessdata/eng.normproto +1247 -0
- data/tessdata/eng.pffmtable +111 -0
- data/tessdata/eng.unicharset +113 -0
- data/tessdata/eng.user-words +921 -0
- data/tessdata/eng.word-dawg +0 -0
- data/tessdata/makedummies +8 -0
- data/tessdata/tessconfigs/Makefile.am +3 -0
- data/tessdata/tessconfigs/Makefile.in +344 -0
- data/tessdata/tessconfigs/batch +2 -0
- data/tessdata/tessconfigs/batch.nochop +2 -0
- data/tessdata/tessconfigs/matdemo +7 -0
- data/tessdata/tessconfigs/msdemo +13 -0
- data/tessdata/tessconfigs/nobatch +2 -0
- data/tessdata/tessconfigs/segdemo +9 -0
- data/tesseract_bin.gemspec +31 -2
- metadata +40 -11
data/Rakefile
CHANGED
@@ -21,6 +21,7 @@ Jeweler::Tasks.new do |gem|
|
|
21
21
|
gem.description = %Q{Gem binary of tesseract version 2.04}
|
22
22
|
gem.email = "dannnylo@gmail.com"
|
23
23
|
gem.authors = ["Danilo Jeremias da Silva"]
|
24
|
+
# gem.executables = ["tesseract"]
|
24
25
|
# dependencies defined in Gemfile
|
25
26
|
end
|
26
27
|
Jeweler::RubygemsDotOrgTasks.new
|
@@ -43,4 +44,3 @@ Rake::RDocTask.new do |rdoc|
|
|
43
44
|
rdoc.rdoc_files.include('README*')
|
44
45
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
45
46
|
end
|
46
|
-
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
@@ -0,0 +1,31 @@
|
|
1
|
+
datadir = @datadir@/tessdata
|
2
|
+
data_DATA = confsets \
|
3
|
+
fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto \
|
4
|
+
fra.pffmtable fra.user-words fra.word-dawg fra.unicharset \
|
5
|
+
ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto \
|
6
|
+
ita.pffmtable ita.user-words ita.word-dawg ita.unicharset \
|
7
|
+
deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto \
|
8
|
+
deu.pffmtable deu.user-words deu.word-dawg deu.unicharset \
|
9
|
+
spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto \
|
10
|
+
spa.pffmtable spa.user-words spa.word-dawg spa.unicharset \
|
11
|
+
nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto \
|
12
|
+
nld.pffmtable nld.user-words nld.word-dawg nld.unicharset \
|
13
|
+
eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto \
|
14
|
+
eng.pffmtable eng.user-words eng.word-dawg eng.unicharset
|
15
|
+
|
16
|
+
SUBDIRS = configs tessconfigs
|
17
|
+
|
18
|
+
EXTRA_DIST = confsets makedummies
|
19
|
+
|
20
|
+
eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg eng.unicharset : makedummies
|
21
|
+
$(top_srcdir)/tessdata/makedummies eng
|
22
|
+
fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto fra.pffmtable fra.user-words fra.word-dawg fra.unicharset : makedummies
|
23
|
+
$(top_srcdir)/tessdata/makedummies fra
|
24
|
+
ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto ita.pffmtable ita.user-words ita.word-dawg ita.unicharset : makedummies
|
25
|
+
$(top_srcdir)/tessdata/makedummies ita
|
26
|
+
deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto deu.pffmtable deu.user-words deu.word-dawg deu.unicharset : makedummies
|
27
|
+
$(top_srcdir)/tessdata/makedummies deu
|
28
|
+
spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto spa.pffmtable spa.user-words spa.word-dawg spa.unicharset : makedummies
|
29
|
+
$(top_srcdir)/tessdata/makedummies spa
|
30
|
+
nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto nld.pffmtable nld.user-words nld.word-dawg nld.unicharset : makedummies
|
31
|
+
$(top_srcdir)/tessdata/makedummies nld
|
@@ -0,0 +1,529 @@
|
|
1
|
+
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
2
|
+
# @configure_input@
|
3
|
+
|
4
|
+
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5
|
+
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
6
|
+
# This Makefile.in is free software; the Free Software Foundation
|
7
|
+
# gives unlimited permission to copy and/or distribute it,
|
8
|
+
# with or without modifications, as long as this notice is preserved.
|
9
|
+
|
10
|
+
# This program is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
12
|
+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
13
|
+
# PARTICULAR PURPOSE.
|
14
|
+
|
15
|
+
@SET_MAKE@
|
16
|
+
|
17
|
+
VPATH = @srcdir@
|
18
|
+
pkgdatadir = $(datadir)/@PACKAGE@
|
19
|
+
pkglibdir = $(libdir)/@PACKAGE@
|
20
|
+
pkgincludedir = $(includedir)/@PACKAGE@
|
21
|
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
22
|
+
install_sh_DATA = $(install_sh) -c -m 644
|
23
|
+
install_sh_PROGRAM = $(install_sh) -c
|
24
|
+
install_sh_SCRIPT = $(install_sh) -c
|
25
|
+
INSTALL_HEADER = $(INSTALL_DATA)
|
26
|
+
transform = $(program_transform_name)
|
27
|
+
NORMAL_INSTALL = :
|
28
|
+
PRE_INSTALL = :
|
29
|
+
POST_INSTALL = :
|
30
|
+
NORMAL_UNINSTALL = :
|
31
|
+
PRE_UNINSTALL = :
|
32
|
+
POST_UNINSTALL = :
|
33
|
+
build_triplet = @build@
|
34
|
+
host_triplet = @host@
|
35
|
+
subdir = tessdata
|
36
|
+
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
37
|
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
38
|
+
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
39
|
+
$(top_srcdir)/configure.ac
|
40
|
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
41
|
+
$(ACLOCAL_M4)
|
42
|
+
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
43
|
+
CONFIG_HEADER = $(top_builddir)/config_auto.h
|
44
|
+
CONFIG_CLEAN_FILES =
|
45
|
+
SOURCES =
|
46
|
+
DIST_SOURCES =
|
47
|
+
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
48
|
+
html-recursive info-recursive install-data-recursive \
|
49
|
+
install-dvi-recursive install-exec-recursive \
|
50
|
+
install-html-recursive install-info-recursive \
|
51
|
+
install-pdf-recursive install-ps-recursive install-recursive \
|
52
|
+
installcheck-recursive installdirs-recursive pdf-recursive \
|
53
|
+
ps-recursive uninstall-recursive
|
54
|
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
55
|
+
am__vpath_adj = case $$p in \
|
56
|
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
57
|
+
*) f=$$p;; \
|
58
|
+
esac;
|
59
|
+
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
60
|
+
am__installdirs = "$(DESTDIR)$(datadir)"
|
61
|
+
dataDATA_INSTALL = $(INSTALL_DATA)
|
62
|
+
DATA = $(data_DATA)
|
63
|
+
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
64
|
+
distclean-recursive maintainer-clean-recursive
|
65
|
+
ETAGS = etags
|
66
|
+
CTAGS = ctags
|
67
|
+
DIST_SUBDIRS = $(SUBDIRS)
|
68
|
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
69
|
+
ACLOCAL = @ACLOCAL@
|
70
|
+
AMTAR = @AMTAR@
|
71
|
+
AUTOCONF = @AUTOCONF@
|
72
|
+
AUTOHEADER = @AUTOHEADER@
|
73
|
+
AUTOMAKE = @AUTOMAKE@
|
74
|
+
AWK = @AWK@
|
75
|
+
CC = @CC@
|
76
|
+
CCDEPMODE = @CCDEPMODE@
|
77
|
+
CFLAGS = @CFLAGS@
|
78
|
+
CPP = @CPP@
|
79
|
+
CPPFLAGS = @CPPFLAGS@
|
80
|
+
CXX = @CXX@
|
81
|
+
CXXCPP = @CXXCPP@
|
82
|
+
CXXDEPMODE = @CXXDEPMODE@
|
83
|
+
CXXFLAGS = @CXXFLAGS@
|
84
|
+
CYGPATH_W = @CYGPATH_W@
|
85
|
+
DEFS = @DEFS@
|
86
|
+
DEPDIR = @DEPDIR@
|
87
|
+
ECHO_C = @ECHO_C@
|
88
|
+
ECHO_N = @ECHO_N@
|
89
|
+
ECHO_T = @ECHO_T@
|
90
|
+
EGREP = @EGREP@
|
91
|
+
EXEEXT = @EXEEXT@
|
92
|
+
GREP = @GREP@
|
93
|
+
INSTALL = @INSTALL@
|
94
|
+
INSTALL_DATA = @INSTALL_DATA@
|
95
|
+
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
96
|
+
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
97
|
+
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
98
|
+
LDFLAGS = @LDFLAGS@
|
99
|
+
LIBOBJS = @LIBOBJS@
|
100
|
+
LIBS = @LIBS@
|
101
|
+
LIBTIFF_CFLAGS = @LIBTIFF_CFLAGS@
|
102
|
+
LIBTIFF_LIBS = @LIBTIFF_LIBS@
|
103
|
+
LTLIBOBJS = @LTLIBOBJS@
|
104
|
+
MAINT = @MAINT@
|
105
|
+
MAKEINFO = @MAKEINFO@
|
106
|
+
MKDIR_P = @MKDIR_P@
|
107
|
+
OBJEXT = @OBJEXT@
|
108
|
+
PACKAGE = @PACKAGE@
|
109
|
+
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
110
|
+
PACKAGE_DATE = @PACKAGE_DATE@
|
111
|
+
PACKAGE_NAME = @PACKAGE_NAME@
|
112
|
+
PACKAGE_STRING = @PACKAGE_STRING@
|
113
|
+
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
114
|
+
PACKAGE_VERSION = @PACKAGE_VERSION@
|
115
|
+
PACKAGE_YEAR = @PACKAGE_YEAR@
|
116
|
+
PATH_SEPARATOR = @PATH_SEPARATOR@
|
117
|
+
RANLIB = @RANLIB@
|
118
|
+
SET_MAKE = @SET_MAKE@
|
119
|
+
SHELL = @SHELL@
|
120
|
+
STRIP = @STRIP@
|
121
|
+
VERSION = @VERSION@
|
122
|
+
abs_builddir = @abs_builddir@
|
123
|
+
abs_srcdir = @abs_srcdir@
|
124
|
+
abs_top_builddir = @abs_top_builddir@
|
125
|
+
abs_top_srcdir = @abs_top_srcdir@
|
126
|
+
ac_ct_CC = @ac_ct_CC@
|
127
|
+
ac_ct_CXX = @ac_ct_CXX@
|
128
|
+
am__include = @am__include@
|
129
|
+
am__leading_dot = @am__leading_dot@
|
130
|
+
am__quote = @am__quote@
|
131
|
+
am__tar = @am__tar@
|
132
|
+
am__untar = @am__untar@
|
133
|
+
bindir = @bindir@
|
134
|
+
build = @build@
|
135
|
+
build_alias = @build_alias@
|
136
|
+
build_cpu = @build_cpu@
|
137
|
+
build_os = @build_os@
|
138
|
+
build_vendor = @build_vendor@
|
139
|
+
builddir = @builddir@
|
140
|
+
datadir = @datadir@/tessdata
|
141
|
+
datarootdir = @datarootdir@
|
142
|
+
docdir = @docdir@
|
143
|
+
dvidir = @dvidir@
|
144
|
+
exec_prefix = @exec_prefix@
|
145
|
+
host = @host@
|
146
|
+
host_alias = @host_alias@
|
147
|
+
host_cpu = @host_cpu@
|
148
|
+
host_os = @host_os@
|
149
|
+
host_vendor = @host_vendor@
|
150
|
+
htmldir = @htmldir@
|
151
|
+
includedir = @includedir@
|
152
|
+
infodir = @infodir@
|
153
|
+
install_sh = @install_sh@
|
154
|
+
libdir = @libdir@
|
155
|
+
libexecdir = @libexecdir@
|
156
|
+
localedir = @localedir@
|
157
|
+
localstatedir = @localstatedir@
|
158
|
+
mandir = @mandir@
|
159
|
+
mkdir_p = @mkdir_p@
|
160
|
+
oldincludedir = @oldincludedir@
|
161
|
+
pdfdir = @pdfdir@
|
162
|
+
prefix = @prefix@
|
163
|
+
program_transform_name = @program_transform_name@
|
164
|
+
psdir = @psdir@
|
165
|
+
sbindir = @sbindir@
|
166
|
+
sharedstatedir = @sharedstatedir@
|
167
|
+
srcdir = @srcdir@
|
168
|
+
sysconfdir = @sysconfdir@
|
169
|
+
target_alias = @target_alias@
|
170
|
+
top_builddir = @top_builddir@
|
171
|
+
top_srcdir = @top_srcdir@
|
172
|
+
data_DATA = confsets \
|
173
|
+
fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto \
|
174
|
+
fra.pffmtable fra.user-words fra.word-dawg fra.unicharset \
|
175
|
+
ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto \
|
176
|
+
ita.pffmtable ita.user-words ita.word-dawg ita.unicharset \
|
177
|
+
deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto \
|
178
|
+
deu.pffmtable deu.user-words deu.word-dawg deu.unicharset \
|
179
|
+
spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto \
|
180
|
+
spa.pffmtable spa.user-words spa.word-dawg spa.unicharset \
|
181
|
+
nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto \
|
182
|
+
nld.pffmtable nld.user-words nld.word-dawg nld.unicharset \
|
183
|
+
eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto \
|
184
|
+
eng.pffmtable eng.user-words eng.word-dawg eng.unicharset
|
185
|
+
|
186
|
+
SUBDIRS = configs tessconfigs
|
187
|
+
EXTRA_DIST = confsets makedummies
|
188
|
+
all: all-recursive
|
189
|
+
|
190
|
+
.SUFFIXES:
|
191
|
+
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
192
|
+
@for dep in $?; do \
|
193
|
+
case '$(am__configure_deps)' in \
|
194
|
+
*$$dep*) \
|
195
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
196
|
+
&& exit 0; \
|
197
|
+
exit 1;; \
|
198
|
+
esac; \
|
199
|
+
done; \
|
200
|
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tessdata/Makefile'; \
|
201
|
+
cd $(top_srcdir) && \
|
202
|
+
$(AUTOMAKE) --gnu tessdata/Makefile
|
203
|
+
.PRECIOUS: Makefile
|
204
|
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
205
|
+
@case '$?' in \
|
206
|
+
*config.status*) \
|
207
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
208
|
+
*) \
|
209
|
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
210
|
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
211
|
+
esac;
|
212
|
+
|
213
|
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
214
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
215
|
+
|
216
|
+
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
217
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
218
|
+
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
219
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
220
|
+
install-dataDATA: $(data_DATA)
|
221
|
+
@$(NORMAL_INSTALL)
|
222
|
+
test -z "$(datadir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)"
|
223
|
+
@list='$(data_DATA)'; for p in $$list; do \
|
224
|
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
225
|
+
f=$(am__strip_dir) \
|
226
|
+
echo " $(dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/$$f'"; \
|
227
|
+
$(dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/$$f"; \
|
228
|
+
done
|
229
|
+
|
230
|
+
uninstall-dataDATA:
|
231
|
+
@$(NORMAL_UNINSTALL)
|
232
|
+
@list='$(data_DATA)'; for p in $$list; do \
|
233
|
+
f=$(am__strip_dir) \
|
234
|
+
echo " rm -f '$(DESTDIR)$(datadir)/$$f'"; \
|
235
|
+
rm -f "$(DESTDIR)$(datadir)/$$f"; \
|
236
|
+
done
|
237
|
+
|
238
|
+
# This directory's subdirectories are mostly independent; you can cd
|
239
|
+
# into them and run `make' without going through this Makefile.
|
240
|
+
# To change the values of `make' variables: instead of editing Makefiles,
|
241
|
+
# (1) if the variable is set in `config.status', edit `config.status'
|
242
|
+
# (which will cause the Makefiles to be regenerated when you run `make');
|
243
|
+
# (2) otherwise, pass the desired values on the `make' command line.
|
244
|
+
$(RECURSIVE_TARGETS):
|
245
|
+
@failcom='exit 1'; \
|
246
|
+
for f in x $$MAKEFLAGS; do \
|
247
|
+
case $$f in \
|
248
|
+
*=* | --[!k]*);; \
|
249
|
+
*k*) failcom='fail=yes';; \
|
250
|
+
esac; \
|
251
|
+
done; \
|
252
|
+
dot_seen=no; \
|
253
|
+
target=`echo $@ | sed s/-recursive//`; \
|
254
|
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
255
|
+
echo "Making $$target in $$subdir"; \
|
256
|
+
if test "$$subdir" = "."; then \
|
257
|
+
dot_seen=yes; \
|
258
|
+
local_target="$$target-am"; \
|
259
|
+
else \
|
260
|
+
local_target="$$target"; \
|
261
|
+
fi; \
|
262
|
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
263
|
+
|| eval $$failcom; \
|
264
|
+
done; \
|
265
|
+
if test "$$dot_seen" = "no"; then \
|
266
|
+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
267
|
+
fi; test -z "$$fail"
|
268
|
+
|
269
|
+
$(RECURSIVE_CLEAN_TARGETS):
|
270
|
+
@failcom='exit 1'; \
|
271
|
+
for f in x $$MAKEFLAGS; do \
|
272
|
+
case $$f in \
|
273
|
+
*=* | --[!k]*);; \
|
274
|
+
*k*) failcom='fail=yes';; \
|
275
|
+
esac; \
|
276
|
+
done; \
|
277
|
+
dot_seen=no; \
|
278
|
+
case "$@" in \
|
279
|
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
280
|
+
*) list='$(SUBDIRS)' ;; \
|
281
|
+
esac; \
|
282
|
+
rev=''; for subdir in $$list; do \
|
283
|
+
if test "$$subdir" = "."; then :; else \
|
284
|
+
rev="$$subdir $$rev"; \
|
285
|
+
fi; \
|
286
|
+
done; \
|
287
|
+
rev="$$rev ."; \
|
288
|
+
target=`echo $@ | sed s/-recursive//`; \
|
289
|
+
for subdir in $$rev; do \
|
290
|
+
echo "Making $$target in $$subdir"; \
|
291
|
+
if test "$$subdir" = "."; then \
|
292
|
+
local_target="$$target-am"; \
|
293
|
+
else \
|
294
|
+
local_target="$$target"; \
|
295
|
+
fi; \
|
296
|
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
297
|
+
|| eval $$failcom; \
|
298
|
+
done && test -z "$$fail"
|
299
|
+
tags-recursive:
|
300
|
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
301
|
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
302
|
+
done
|
303
|
+
ctags-recursive:
|
304
|
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
305
|
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
306
|
+
done
|
307
|
+
|
308
|
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
309
|
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
310
|
+
unique=`for i in $$list; do \
|
311
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
312
|
+
done | \
|
313
|
+
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
314
|
+
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
315
|
+
mkid -fID $$unique
|
316
|
+
tags: TAGS
|
317
|
+
|
318
|
+
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
319
|
+
$(TAGS_FILES) $(LISP)
|
320
|
+
tags=; \
|
321
|
+
here=`pwd`; \
|
322
|
+
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
323
|
+
include_option=--etags-include; \
|
324
|
+
empty_fix=.; \
|
325
|
+
else \
|
326
|
+
include_option=--include; \
|
327
|
+
empty_fix=; \
|
328
|
+
fi; \
|
329
|
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
330
|
+
if test "$$subdir" = .; then :; else \
|
331
|
+
test ! -f $$subdir/TAGS || \
|
332
|
+
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
333
|
+
fi; \
|
334
|
+
done; \
|
335
|
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
336
|
+
unique=`for i in $$list; do \
|
337
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
338
|
+
done | \
|
339
|
+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
340
|
+
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
341
|
+
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
342
|
+
test -n "$$unique" || unique=$$empty_fix; \
|
343
|
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
344
|
+
$$tags $$unique; \
|
345
|
+
fi
|
346
|
+
ctags: CTAGS
|
347
|
+
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
348
|
+
$(TAGS_FILES) $(LISP)
|
349
|
+
tags=; \
|
350
|
+
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
351
|
+
unique=`for i in $$list; do \
|
352
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
353
|
+
done | \
|
354
|
+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
355
|
+
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
356
|
+
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
357
|
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
358
|
+
$$tags $$unique
|
359
|
+
|
360
|
+
GTAGS:
|
361
|
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
362
|
+
&& cd $(top_srcdir) \
|
363
|
+
&& gtags -i $(GTAGS_ARGS) $$here
|
364
|
+
|
365
|
+
distclean-tags:
|
366
|
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
367
|
+
|
368
|
+
distdir: $(DISTFILES)
|
369
|
+
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
370
|
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
371
|
+
list='$(DISTFILES)'; \
|
372
|
+
dist_files=`for file in $$list; do echo $$file; done | \
|
373
|
+
sed -e "s|^$$srcdirstrip/||;t" \
|
374
|
+
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
375
|
+
case $$dist_files in \
|
376
|
+
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
377
|
+
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
378
|
+
sort -u` ;; \
|
379
|
+
esac; \
|
380
|
+
for file in $$dist_files; do \
|
381
|
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
382
|
+
if test -d $$d/$$file; then \
|
383
|
+
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
384
|
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
385
|
+
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
386
|
+
fi; \
|
387
|
+
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
388
|
+
else \
|
389
|
+
test -f $(distdir)/$$file \
|
390
|
+
|| cp -p $$d/$$file $(distdir)/$$file \
|
391
|
+
|| exit 1; \
|
392
|
+
fi; \
|
393
|
+
done
|
394
|
+
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
395
|
+
if test "$$subdir" = .; then :; else \
|
396
|
+
test -d "$(distdir)/$$subdir" \
|
397
|
+
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
398
|
+
|| exit 1; \
|
399
|
+
distdir=`$(am__cd) $(distdir) && pwd`; \
|
400
|
+
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
401
|
+
(cd $$subdir && \
|
402
|
+
$(MAKE) $(AM_MAKEFLAGS) \
|
403
|
+
top_distdir="$$top_distdir" \
|
404
|
+
distdir="$$distdir/$$subdir" \
|
405
|
+
am__remove_distdir=: \
|
406
|
+
am__skip_length_check=: \
|
407
|
+
distdir) \
|
408
|
+
|| exit 1; \
|
409
|
+
fi; \
|
410
|
+
done
|
411
|
+
check-am: all-am
|
412
|
+
check: check-recursive
|
413
|
+
all-am: Makefile $(DATA)
|
414
|
+
installdirs: installdirs-recursive
|
415
|
+
installdirs-am:
|
416
|
+
for dir in "$(DESTDIR)$(datadir)"; do \
|
417
|
+
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
418
|
+
done
|
419
|
+
install: install-recursive
|
420
|
+
install-exec: install-exec-recursive
|
421
|
+
install-data: install-data-recursive
|
422
|
+
uninstall: uninstall-recursive
|
423
|
+
|
424
|
+
install-am: all-am
|
425
|
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
426
|
+
|
427
|
+
installcheck: installcheck-recursive
|
428
|
+
install-strip:
|
429
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
430
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
431
|
+
`test -z '$(STRIP)' || \
|
432
|
+
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
433
|
+
mostlyclean-generic:
|
434
|
+
|
435
|
+
clean-generic:
|
436
|
+
|
437
|
+
distclean-generic:
|
438
|
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
439
|
+
|
440
|
+
maintainer-clean-generic:
|
441
|
+
@echo "This command is intended for maintainers to use"
|
442
|
+
@echo "it deletes files that may require special tools to rebuild."
|
443
|
+
clean: clean-recursive
|
444
|
+
|
445
|
+
clean-am: clean-generic mostlyclean-am
|
446
|
+
|
447
|
+
distclean: distclean-recursive
|
448
|
+
-rm -f Makefile
|
449
|
+
distclean-am: clean-am distclean-generic distclean-tags
|
450
|
+
|
451
|
+
dvi: dvi-recursive
|
452
|
+
|
453
|
+
dvi-am:
|
454
|
+
|
455
|
+
html: html-recursive
|
456
|
+
|
457
|
+
info: info-recursive
|
458
|
+
|
459
|
+
info-am:
|
460
|
+
|
461
|
+
install-data-am: install-dataDATA
|
462
|
+
|
463
|
+
install-dvi: install-dvi-recursive
|
464
|
+
|
465
|
+
install-exec-am:
|
466
|
+
|
467
|
+
install-html: install-html-recursive
|
468
|
+
|
469
|
+
install-info: install-info-recursive
|
470
|
+
|
471
|
+
install-man:
|
472
|
+
|
473
|
+
install-pdf: install-pdf-recursive
|
474
|
+
|
475
|
+
install-ps: install-ps-recursive
|
476
|
+
|
477
|
+
installcheck-am:
|
478
|
+
|
479
|
+
maintainer-clean: maintainer-clean-recursive
|
480
|
+
-rm -f Makefile
|
481
|
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
482
|
+
|
483
|
+
mostlyclean: mostlyclean-recursive
|
484
|
+
|
485
|
+
mostlyclean-am: mostlyclean-generic
|
486
|
+
|
487
|
+
pdf: pdf-recursive
|
488
|
+
|
489
|
+
pdf-am:
|
490
|
+
|
491
|
+
ps: ps-recursive
|
492
|
+
|
493
|
+
ps-am:
|
494
|
+
|
495
|
+
uninstall-am: uninstall-dataDATA
|
496
|
+
|
497
|
+
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
498
|
+
install-strip
|
499
|
+
|
500
|
+
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
501
|
+
all all-am check check-am clean clean-generic ctags \
|
502
|
+
ctags-recursive distclean distclean-generic distclean-tags \
|
503
|
+
distdir dvi dvi-am html html-am info info-am install \
|
504
|
+
install-am install-data install-data-am install-dataDATA \
|
505
|
+
install-dvi install-dvi-am install-exec install-exec-am \
|
506
|
+
install-html install-html-am install-info install-info-am \
|
507
|
+
install-man install-pdf install-pdf-am install-ps \
|
508
|
+
install-ps-am install-strip installcheck installcheck-am \
|
509
|
+
installdirs installdirs-am maintainer-clean \
|
510
|
+
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
511
|
+
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
512
|
+
uninstall-dataDATA
|
513
|
+
|
514
|
+
|
515
|
+
eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg eng.unicharset : makedummies
|
516
|
+
$(top_srcdir)/tessdata/makedummies eng
|
517
|
+
fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto fra.pffmtable fra.user-words fra.word-dawg fra.unicharset : makedummies
|
518
|
+
$(top_srcdir)/tessdata/makedummies fra
|
519
|
+
ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto ita.pffmtable ita.user-words ita.word-dawg ita.unicharset : makedummies
|
520
|
+
$(top_srcdir)/tessdata/makedummies ita
|
521
|
+
deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto deu.pffmtable deu.user-words deu.word-dawg deu.unicharset : makedummies
|
522
|
+
$(top_srcdir)/tessdata/makedummies deu
|
523
|
+
spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto spa.pffmtable spa.user-words spa.word-dawg spa.unicharset : makedummies
|
524
|
+
$(top_srcdir)/tessdata/makedummies spa
|
525
|
+
nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto nld.pffmtable nld.user-words nld.word-dawg nld.unicharset : makedummies
|
526
|
+
$(top_srcdir)/tessdata/makedummies nld
|
527
|
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
528
|
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
529
|
+
.NOEXPORT:
|