~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to training/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
 
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
 
 
40
# TODO: training programs can not be linked to shared library created 
 
41
# with -fvisibility 
 
42
@VISIBILITY_TRUE@am__append_1 = -all-static
 
43
bin_PROGRAMS = ambiguous_words$(EXEEXT) classifier_tester$(EXEEXT) \
 
44
        cntraining$(EXEEXT) combine_tessdata$(EXEEXT) \
 
45
        dawg2wordlist$(EXEEXT) mftraining$(EXEEXT) \
 
46
        shapeclustering$(EXEEXT) unicharset_extractor$(EXEEXT) \
 
47
        wordlist2dawg$(EXEEXT)
 
48
@USING_MULTIPLELIBS_TRUE@am__append_2 = \
 
49
@USING_MULTIPLELIBS_TRUE@    ../api/libtesseract_api.la \
 
50
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
51
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
52
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
53
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
54
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
55
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
56
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
57
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
58
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
59
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
60
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
61
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
62
 
 
63
@USING_MULTIPLELIBS_FALSE@am__append_3 = \
 
64
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
65
 
 
66
@USING_MULTIPLELIBS_TRUE@am__append_4 = \
 
67
@USING_MULTIPLELIBS_TRUE@    ../api/libtesseract_api.la \
 
68
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
69
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
70
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
71
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
72
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
73
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
74
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
75
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
76
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
77
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
78
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
79
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
80
 
 
81
@USING_MULTIPLELIBS_FALSE@am__append_5 = \
 
82
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
83
 
 
84
@USING_MULTIPLELIBS_TRUE@am__append_6 = \
 
85
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
86
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
87
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
88
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
89
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
90
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
91
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
92
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
93
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
94
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
95
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
96
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
97
 
 
98
@USING_MULTIPLELIBS_FALSE@am__append_7 = \
 
99
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
100
 
 
101
@USING_MULTIPLELIBS_TRUE@am__append_8 = \
 
102
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
103
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
104
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
105
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
106
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
107
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
108
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
109
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
110
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
111
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
112
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
113
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
114
 
 
115
@USING_MULTIPLELIBS_FALSE@am__append_9 = \
 
116
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
117
 
 
118
@USING_MULTIPLELIBS_TRUE@am__append_10 = \
 
119
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
120
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
121
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
122
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
123
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
124
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
125
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
126
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
127
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
128
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
129
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
130
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
131
 
 
132
@USING_MULTIPLELIBS_FALSE@am__append_11 = \
 
133
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
134
 
 
135
@USING_MULTIPLELIBS_TRUE@am__append_12 = \
 
136
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
137
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
138
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
139
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
140
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
141
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
142
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
143
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
144
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
145
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
146
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
147
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
148
 
 
149
@USING_MULTIPLELIBS_FALSE@am__append_13 = \
 
150
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
151
 
 
152
@USING_MULTIPLELIBS_TRUE@am__append_14 = \
 
153
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la \
 
154
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la
 
155
 
 
156
@USING_MULTIPLELIBS_FALSE@am__append_15 = \
 
157
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
158
 
 
159
@USING_MULTIPLELIBS_TRUE@am__append_16 = \
 
160
@USING_MULTIPLELIBS_TRUE@    ../classify/libtesseract_classify.la \
 
161
@USING_MULTIPLELIBS_TRUE@    ../dict/libtesseract_dict.la \
 
162
@USING_MULTIPLELIBS_TRUE@    ../ccstruct/libtesseract_ccstruct.la \
 
163
@USING_MULTIPLELIBS_TRUE@    ../image/libtesseract_image.la \
 
164
@USING_MULTIPLELIBS_TRUE@    ../cutil/libtesseract_cutil.la \
 
165
@USING_MULTIPLELIBS_TRUE@    ../viewer/libtesseract_viewer.la \
 
166
@USING_MULTIPLELIBS_TRUE@    ../ccmain/libtesseract_main.la \
 
167
@USING_MULTIPLELIBS_TRUE@    ../cube/libtesseract_cube.la \
 
168
@USING_MULTIPLELIBS_TRUE@    ../neural_networks/runtime/libtesseract_neural.la \
 
169
@USING_MULTIPLELIBS_TRUE@    ../wordrec/libtesseract_wordrec.la \
 
170
@USING_MULTIPLELIBS_TRUE@    ../textord/libtesseract_textord.la \
 
171
@USING_MULTIPLELIBS_TRUE@    ../ccutil/libtesseract_ccutil.la
 
172
 
 
173
@USING_MULTIPLELIBS_FALSE@am__append_17 = \
 
174
@USING_MULTIPLELIBS_FALSE@    ../api/libtesseract.la
 
175
 
 
176
@MINGW_TRUE@am__append_18 = -lws2_32
 
177
@MINGW_TRUE@am__append_19 = -lws2_32
 
178
@MINGW_TRUE@am__append_20 = -lws2_32
 
179
@MINGW_TRUE@am__append_21 = -lws2_32
 
180
@MINGW_TRUE@am__append_22 = -lws2_32
 
181
@MINGW_TRUE@am__append_23 = -lws2_32
 
182
@MINGW_TRUE@am__append_24 = -lws2_32
 
183
@MINGW_TRUE@am__append_25 = -lws2_32
 
184
@MINGW_TRUE@am__append_26 = -lws2_32
 
185
subdir = training
 
186
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
187
        $(srcdir)/Makefile.in
 
188
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
189
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
190
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
191
        $(ACLOCAL_M4)
 
192
mkinstalldirs = $(install_sh) -d
 
193
CONFIG_HEADER = $(top_builddir)/config_auto.h
 
194
CONFIG_CLEAN_FILES =
 
195
CONFIG_CLEAN_VPATH_FILES =
 
196
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
197
libtesseract_tessopt_la_LIBADD =
 
198
am_libtesseract_tessopt_la_OBJECTS = tessopt.lo
 
199
libtesseract_tessopt_la_OBJECTS =  \
 
200
        $(am_libtesseract_tessopt_la_OBJECTS)
 
201
libtesseract_training_la_LIBADD =
 
202
am_libtesseract_training_la_OBJECTS = commontraining.lo
 
203
libtesseract_training_la_OBJECTS =  \
 
204
        $(am_libtesseract_training_la_OBJECTS)
 
205
am__installdirs = "$(DESTDIR)$(bindir)"
 
206
PROGRAMS = $(bin_PROGRAMS)
 
207
am_ambiguous_words_OBJECTS = ambiguous_words.$(OBJEXT)
 
208
ambiguous_words_OBJECTS = $(am_ambiguous_words_OBJECTS)
 
209
am__DEPENDENCIES_1 =
 
210
ambiguous_words_DEPENDENCIES = libtesseract_training.la \
 
211
        libtesseract_tessopt.la $(am__append_2) $(am__append_3) \
 
212
        $(am__DEPENDENCIES_1)
 
213
am_classifier_tester_OBJECTS = classifier_tester.$(OBJEXT)
 
214
classifier_tester_OBJECTS = $(am_classifier_tester_OBJECTS)
 
215
classifier_tester_DEPENDENCIES = libtesseract_training.la \
 
216
        libtesseract_tessopt.la $(am__append_4) $(am__append_5) \
 
217
        $(am__DEPENDENCIES_1)
 
218
am_cntraining_OBJECTS = cntraining.$(OBJEXT)
 
219
cntraining_OBJECTS = $(am_cntraining_OBJECTS)
 
220
cntraining_DEPENDENCIES = libtesseract_training.la \
 
221
        libtesseract_tessopt.la $(am__append_6) $(am__append_7) \
 
222
        $(am__DEPENDENCIES_1)
 
223
am_combine_tessdata_OBJECTS = combine_tessdata.$(OBJEXT)
 
224
combine_tessdata_OBJECTS = $(am_combine_tessdata_OBJECTS)
 
225
@USING_MULTIPLELIBS_FALSE@combine_tessdata_DEPENDENCIES =  \
 
226
@USING_MULTIPLELIBS_FALSE@      ../api/libtesseract.la \
 
227
@USING_MULTIPLELIBS_FALSE@      $(am__DEPENDENCIES_1)
 
228
@USING_MULTIPLELIBS_TRUE@combine_tessdata_DEPENDENCIES =  \
 
229
@USING_MULTIPLELIBS_TRUE@       ../ccutil/libtesseract_ccutil.la \
 
230
@USING_MULTIPLELIBS_TRUE@       $(am__DEPENDENCIES_1)
 
231
am_dawg2wordlist_OBJECTS = dawg2wordlist.$(OBJEXT)
 
232
dawg2wordlist_OBJECTS = $(am_dawg2wordlist_OBJECTS)
 
233
dawg2wordlist_DEPENDENCIES = libtesseract_tessopt.la $(am__append_8) \
 
234
        $(am__append_9) $(am__DEPENDENCIES_1)
 
235
am_mftraining_OBJECTS = mftraining.$(OBJEXT) mergenf.$(OBJEXT)
 
236
mftraining_OBJECTS = $(am_mftraining_OBJECTS)
 
237
mftraining_DEPENDENCIES = libtesseract_training.la \
 
238
        libtesseract_tessopt.la $(am__append_10) $(am__append_11) \
 
239
        $(am__DEPENDENCIES_1)
 
240
am_shapeclustering_OBJECTS = shapeclustering.$(OBJEXT)
 
241
shapeclustering_OBJECTS = $(am_shapeclustering_OBJECTS)
 
242
shapeclustering_DEPENDENCIES = libtesseract_training.la \
 
243
        libtesseract_tessopt.la $(am__append_12) $(am__append_13) \
 
244
        $(am__DEPENDENCIES_1)
 
245
am_unicharset_extractor_OBJECTS = unicharset_extractor.$(OBJEXT)
 
246
unicharset_extractor_OBJECTS = $(am_unicharset_extractor_OBJECTS)
 
247
unicharset_extractor_DEPENDENCIES = libtesseract_tessopt.la \
 
248
        $(am__append_14) $(am__append_15) $(am__DEPENDENCIES_1)
 
249
am_wordlist2dawg_OBJECTS = wordlist2dawg.$(OBJEXT)
 
250
wordlist2dawg_OBJECTS = $(am_wordlist2dawg_OBJECTS)
 
251
wordlist2dawg_DEPENDENCIES = libtesseract_tessopt.la $(am__append_16) \
 
252
        $(am__append_17) $(am__DEPENDENCIES_1)
 
253
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
254
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
255
am__depfiles_maybe = depfiles
 
256
am__mv = mv -f
 
257
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
258
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
259
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
260
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
261
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
262
CXXLD = $(CXX)
 
263
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
264
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
265
        $(LDFLAGS) -o $@
 
266
SOURCES = $(libtesseract_tessopt_la_SOURCES) \
 
267
        $(libtesseract_training_la_SOURCES) $(ambiguous_words_SOURCES) \
 
268
        $(classifier_tester_SOURCES) $(cntraining_SOURCES) \
 
269
        $(combine_tessdata_SOURCES) $(dawg2wordlist_SOURCES) \
 
270
        $(mftraining_SOURCES) $(shapeclustering_SOURCES) \
 
271
        $(unicharset_extractor_SOURCES) $(wordlist2dawg_SOURCES)
 
272
DIST_SOURCES = $(libtesseract_tessopt_la_SOURCES) \
 
273
        $(libtesseract_training_la_SOURCES) $(ambiguous_words_SOURCES) \
 
274
        $(classifier_tester_SOURCES) $(cntraining_SOURCES) \
 
275
        $(combine_tessdata_SOURCES) $(dawg2wordlist_SOURCES) \
 
276
        $(mftraining_SOURCES) $(shapeclustering_SOURCES) \
 
277
        $(unicharset_extractor_SOURCES) $(wordlist2dawg_SOURCES)
 
278
HEADERS = $(noinst_HEADERS)
 
279
ETAGS = etags
 
280
CTAGS = ctags
 
281
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
282
ACLOCAL = @ACLOCAL@
 
283
AMTAR = @AMTAR@
 
284
AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE -I$(top_srcdir)/ccmain \
 
285
        -I$(top_srcdir)/api -I$(top_srcdir)/ccutil \
 
286
        -I$(top_srcdir)/ccstruct -I$(top_srcdir)/image \
 
287
        -I$(top_srcdir)/viewer -I$(top_srcdir)/textord \
 
288
        -I$(top_srcdir)/dict -I$(top_srcdir)/classify \
 
289
        -I$(top_srcdir)/display -I$(top_srcdir)/wordrec \
 
290
        -I$(top_srcdir)/cutil
 
291
AM_LDFLAGS = @AM_LDFLAGS@ $(am__append_1)
 
292
AR = @AR@
 
293
AUTOCONF = @AUTOCONF@
 
294
AUTOHEADER = @AUTOHEADER@
 
295
AUTOMAKE = @AUTOMAKE@
 
296
AWK = @AWK@
 
297
CC = @CC@
 
298
CCDEPMODE = @CCDEPMODE@
 
299
CFLAGS = @CFLAGS@
 
300
CPP = @CPP@
 
301
CPPFLAGS = @CPPFLAGS@
 
302
CXX = @CXX@
 
303
CXXCPP = @CXXCPP@
 
304
CXXDEPMODE = @CXXDEPMODE@
 
305
CXXFLAGS = @CXXFLAGS@
 
306
CYGPATH_W = @CYGPATH_W@
 
307
DEFS = @DEFS@
 
308
DEPDIR = @DEPDIR@
 
309
DSYMUTIL = @DSYMUTIL@
 
310
DUMPBIN = @DUMPBIN@
 
311
ECHO_C = @ECHO_C@
 
312
ECHO_N = @ECHO_N@
 
313
ECHO_T = @ECHO_T@
 
314
EGREP = @EGREP@
 
315
EXEEXT = @EXEEXT@
 
316
FGREP = @FGREP@
 
317
GENERIC_API_VERSION = @GENERIC_API_VERSION@
 
318
GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@
 
319
GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
 
320
GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@
 
321
GENERIC_RELEASE = @GENERIC_RELEASE@
 
322
GENERIC_VERSION = @GENERIC_VERSION@
 
323
GREP = @GREP@
 
324
INSTALL = @INSTALL@
 
325
INSTALL_DATA = @INSTALL_DATA@
 
326
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
327
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
328
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
329
LD = @LD@
 
330
LDFLAGS = @LDFLAGS@
 
331
LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@
 
332
LIBOBJS = @LIBOBJS@
 
333
LIBS = @LIBS@
 
334
LIBTOOL = @LIBTOOL@
 
335
LIPO = @LIPO@
 
336
LN_S = @LN_S@
 
337
LTLIBOBJS = @LTLIBOBJS@
 
338
MAINT = @MAINT@
 
339
MAKEINFO = @MAKEINFO@
 
340
MKDIR_P = @MKDIR_P@
 
341
NM = @NM@
 
342
NMEDIT = @NMEDIT@
 
343
OBJDUMP = @OBJDUMP@
 
344
OBJEXT = @OBJEXT@
 
345
OTOOL = @OTOOL@
 
346
OTOOL64 = @OTOOL64@
 
347
PACKAGE = @PACKAGE@
 
348
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
349
PACKAGE_DATE = @PACKAGE_DATE@
 
350
PACKAGE_NAME = @PACKAGE_NAME@
 
351
PACKAGE_STRING = @PACKAGE_STRING@
 
352
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
353
PACKAGE_URL = @PACKAGE_URL@
 
354
PACKAGE_VERSION = @PACKAGE_VERSION@
 
355
PACKAGE_YEAR = @PACKAGE_YEAR@
 
356
PATH_SEPARATOR = @PATH_SEPARATOR@
 
357
RANLIB = @RANLIB@
 
358
SED = @SED@
 
359
SET_MAKE = @SET_MAKE@
 
360
SHELL = @SHELL@
 
361
STRIP = @STRIP@
 
362
VERSION = @VERSION@
 
363
abs_builddir = @abs_builddir@
 
364
abs_srcdir = @abs_srcdir@
 
365
abs_top_builddir = @abs_top_builddir@
 
366
abs_top_srcdir = @abs_top_srcdir@
 
367
ac_ct_CC = @ac_ct_CC@
 
368
ac_ct_CXX = @ac_ct_CXX@
 
369
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
370
am__include = @am__include@
 
371
am__leading_dot = @am__leading_dot@
 
372
am__quote = @am__quote@
 
373
am__tar = @am__tar@
 
374
am__untar = @am__untar@
 
375
bindir = @bindir@
 
376
build = @build@
 
377
build_alias = @build_alias@
 
378
build_cpu = @build_cpu@
 
379
build_os = @build_os@
 
380
build_vendor = @build_vendor@
 
381
builddir = @builddir@
 
382
datadir = @datadir@
 
383
datarootdir = @datarootdir@
 
384
docdir = @docdir@
 
385
dvidir = @dvidir@
 
386
exec_prefix = @exec_prefix@
 
387
host = @host@
 
388
host_alias = @host_alias@
 
389
host_cpu = @host_cpu@
 
390
host_os = @host_os@
 
391
host_vendor = @host_vendor@
 
392
htmldir = @htmldir@
 
393
includedir = @includedir@
 
394
infodir = @infodir@
 
395
install_sh = @install_sh@
 
396
libdir = @libdir@
 
397
libexecdir = @libexecdir@
 
398
localedir = @localedir@
 
399
localstatedir = @localstatedir@
 
400
lt_ECHO = @lt_ECHO@
 
401
mandir = @mandir@
 
402
mkdir_p = @mkdir_p@
 
403
oldincludedir = @oldincludedir@
 
404
pdfdir = @pdfdir@
 
405
prefix = @prefix@
 
406
program_transform_name = @program_transform_name@
 
407
psdir = @psdir@
 
408
sbindir = @sbindir@
 
409
sharedstatedir = @sharedstatedir@
 
410
srcdir = @srcdir@
 
411
sysconfdir = @sysconfdir@
 
412
target_alias = @target_alias@
 
413
top_build_prefix = @top_build_prefix@
 
414
top_builddir = @top_builddir@
 
415
top_srcdir = @top_srcdir@
 
416
noinst_HEADERS = \
 
417
    commontraining.h tessopt.h mergenf.h
 
418
 
 
419
noinst_LTLIBRARIES = libtesseract_training.la libtesseract_tessopt.la
 
420
libtesseract_training_la_SOURCES = \
 
421
    commontraining.cpp
 
422
 
 
423
libtesseract_tessopt_la_SOURCES = \
 
424
    tessopt.cpp
 
425
 
 
426
ambiguous_words_SOURCES = ambiguous_words.cpp
 
427
ambiguous_words_LDADD = libtesseract_training.la \
 
428
        libtesseract_tessopt.la $(am__append_2) $(am__append_3) \
 
429
        $(am__append_18)
 
430
classifier_tester_SOURCES = classifier_tester.cpp
 
431
#classifier_tester_LDFLAGS = -static
 
432
classifier_tester_LDADD = libtesseract_training.la \
 
433
        libtesseract_tessopt.la $(am__append_4) $(am__append_5) \
 
434
        $(am__append_19)
 
435
combine_tessdata_SOURCES = combine_tessdata.cpp
 
436
@USING_MULTIPLELIBS_FALSE@combine_tessdata_LDADD =  \
 
437
@USING_MULTIPLELIBS_FALSE@      ../api/libtesseract.la \
 
438
@USING_MULTIPLELIBS_FALSE@      $(am__append_21)
 
439
#combine_tessdata_LDFLAGS = -static
 
440
@USING_MULTIPLELIBS_TRUE@combine_tessdata_LDADD =  \
 
441
@USING_MULTIPLELIBS_TRUE@       ../ccutil/libtesseract_ccutil.la \
 
442
@USING_MULTIPLELIBS_TRUE@       $(am__append_21)
 
443
cntraining_SOURCES = cntraining.cpp
 
444
#cntraining_LDFLAGS = -static
 
445
cntraining_LDADD = libtesseract_training.la libtesseract_tessopt.la \
 
446
        $(am__append_6) $(am__append_7) $(am__append_20)
 
447
dawg2wordlist_SOURCES = dawg2wordlist.cpp
 
448
#dawg2wordlist_LDFLAGS = -static
 
449
dawg2wordlist_LDADD = libtesseract_tessopt.la $(am__append_8) \
 
450
        $(am__append_9) $(am__append_22)
 
451
mftraining_SOURCES = mftraining.cpp mergenf.cpp
 
452
#mftraining_LDFLAGS = -static
 
453
mftraining_LDADD = libtesseract_training.la libtesseract_tessopt.la \
 
454
        $(am__append_10) $(am__append_11) $(am__append_23)
 
455
shapeclustering_SOURCES = shapeclustering.cpp
 
456
#shapeclustering_LDFLAGS = -static
 
457
shapeclustering_LDADD = libtesseract_training.la \
 
458
        libtesseract_tessopt.la $(am__append_12) $(am__append_13) \
 
459
        $(am__append_24)
 
460
unicharset_extractor_SOURCES = unicharset_extractor.cpp
 
461
#unicharset_extractor_LDFLAGS = -static
 
462
unicharset_extractor_LDADD = libtesseract_tessopt.la $(am__append_14) \
 
463
        $(am__append_15) $(am__append_25)
 
464
wordlist2dawg_SOURCES = wordlist2dawg.cpp
 
465
#wordlist2dawg_LDFLAGS = -static
 
466
wordlist2dawg_LDADD = libtesseract_tessopt.la $(am__append_16) \
 
467
        $(am__append_17) $(am__append_26)
 
468
all: all-am
 
469
 
 
470
.SUFFIXES:
 
471
.SUFFIXES: .cpp .lo .o .obj
 
472
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
473
        @for dep in $?; do \
 
474
          case '$(am__configure_deps)' in \
 
475
            *$$dep*) \
 
476
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
477
                && { if test -f $@; then exit 0; else break; fi; }; \
 
478
              exit 1;; \
 
479
          esac; \
 
480
        done; \
 
481
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu training/Makefile'; \
 
482
        $(am__cd) $(top_srcdir) && \
 
483
          $(AUTOMAKE) --gnu training/Makefile
 
484
.PRECIOUS: Makefile
 
485
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
486
        @case '$?' in \
 
487
          *config.status*) \
 
488
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
489
          *) \
 
490
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
491
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
492
        esac;
 
493
 
 
494
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
495
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
496
 
 
497
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
498
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
499
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
500
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
501
$(am__aclocal_m4_deps):
 
502
 
 
503
clean-noinstLTLIBRARIES:
 
504
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
505
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
506
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
507
          test "$$dir" != "$$p" || dir=.; \
 
508
          echo "rm -f \"$${dir}/so_locations\""; \
 
509
          rm -f "$${dir}/so_locations"; \
 
510
        done
 
511
libtesseract_tessopt.la: $(libtesseract_tessopt_la_OBJECTS) $(libtesseract_tessopt_la_DEPENDENCIES) 
 
512
        $(CXXLINK)  $(libtesseract_tessopt_la_OBJECTS) $(libtesseract_tessopt_la_LIBADD) $(LIBS)
 
513
libtesseract_training.la: $(libtesseract_training_la_OBJECTS) $(libtesseract_training_la_DEPENDENCIES) 
 
514
        $(CXXLINK)  $(libtesseract_training_la_OBJECTS) $(libtesseract_training_la_LIBADD) $(LIBS)
 
515
install-binPROGRAMS: $(bin_PROGRAMS)
 
516
        @$(NORMAL_INSTALL)
 
517
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
518
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
519
        for p in $$list; do echo "$$p $$p"; done | \
 
520
        sed 's/$(EXEEXT)$$//' | \
 
521
        while read p p1; do if test -f $$p || test -f $$p1; \
 
522
          then echo "$$p"; echo "$$p"; else :; fi; \
 
523
        done | \
 
524
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
525
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
526
        sed 'N;N;N;s,\n, ,g' | \
 
527
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
528
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
529
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
530
            else { print "f", $$3 "/" $$4, $$1; } } \
 
531
          END { for (d in files) print "f", d, files[d] }' | \
 
532
        while read type dir files; do \
 
533
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
534
            test -z "$$files" || { \
 
535
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
536
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
537
            } \
 
538
        ; done
 
539
 
 
540
uninstall-binPROGRAMS:
 
541
        @$(NORMAL_UNINSTALL)
 
542
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
543
        files=`for p in $$list; do echo "$$p"; done | \
 
544
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
545
              -e 's/$$/$(EXEEXT)/' `; \
 
546
        test -n "$$list" || exit 0; \
 
547
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
548
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
549
 
 
550
clean-binPROGRAMS:
 
551
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
552
        echo " rm -f" $$list; \
 
553
        rm -f $$list || exit $$?; \
 
554
        test -n "$(EXEEXT)" || exit 0; \
 
555
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
556
        echo " rm -f" $$list; \
 
557
        rm -f $$list
 
558
ambiguous_words$(EXEEXT): $(ambiguous_words_OBJECTS) $(ambiguous_words_DEPENDENCIES) 
 
559
        @rm -f ambiguous_words$(EXEEXT)
 
560
        $(CXXLINK) $(ambiguous_words_OBJECTS) $(ambiguous_words_LDADD) $(LIBS)
 
561
classifier_tester$(EXEEXT): $(classifier_tester_OBJECTS) $(classifier_tester_DEPENDENCIES) 
 
562
        @rm -f classifier_tester$(EXEEXT)
 
563
        $(CXXLINK) $(classifier_tester_OBJECTS) $(classifier_tester_LDADD) $(LIBS)
 
564
cntraining$(EXEEXT): $(cntraining_OBJECTS) $(cntraining_DEPENDENCIES) 
 
565
        @rm -f cntraining$(EXEEXT)
 
566
        $(CXXLINK) $(cntraining_OBJECTS) $(cntraining_LDADD) $(LIBS)
 
567
combine_tessdata$(EXEEXT): $(combine_tessdata_OBJECTS) $(combine_tessdata_DEPENDENCIES) 
 
568
        @rm -f combine_tessdata$(EXEEXT)
 
569
        $(CXXLINK) $(combine_tessdata_OBJECTS) $(combine_tessdata_LDADD) $(LIBS)
 
570
dawg2wordlist$(EXEEXT): $(dawg2wordlist_OBJECTS) $(dawg2wordlist_DEPENDENCIES) 
 
571
        @rm -f dawg2wordlist$(EXEEXT)
 
572
        $(CXXLINK) $(dawg2wordlist_OBJECTS) $(dawg2wordlist_LDADD) $(LIBS)
 
573
mftraining$(EXEEXT): $(mftraining_OBJECTS) $(mftraining_DEPENDENCIES) 
 
574
        @rm -f mftraining$(EXEEXT)
 
575
        $(CXXLINK) $(mftraining_OBJECTS) $(mftraining_LDADD) $(LIBS)
 
576
shapeclustering$(EXEEXT): $(shapeclustering_OBJECTS) $(shapeclustering_DEPENDENCIES) 
 
577
        @rm -f shapeclustering$(EXEEXT)
 
578
        $(CXXLINK) $(shapeclustering_OBJECTS) $(shapeclustering_LDADD) $(LIBS)
 
579
unicharset_extractor$(EXEEXT): $(unicharset_extractor_OBJECTS) $(unicharset_extractor_DEPENDENCIES) 
 
580
        @rm -f unicharset_extractor$(EXEEXT)
 
581
        $(CXXLINK) $(unicharset_extractor_OBJECTS) $(unicharset_extractor_LDADD) $(LIBS)
 
582
wordlist2dawg$(EXEEXT): $(wordlist2dawg_OBJECTS) $(wordlist2dawg_DEPENDENCIES) 
 
583
        @rm -f wordlist2dawg$(EXEEXT)
 
584
        $(CXXLINK) $(wordlist2dawg_OBJECTS) $(wordlist2dawg_LDADD) $(LIBS)
 
585
 
 
586
mostlyclean-compile:
 
587
        -rm -f *.$(OBJEXT)
 
588
 
 
589
distclean-compile:
 
590
        -rm -f *.tab.c
 
591
 
 
592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ambiguous_words.Po@am__quote@
 
593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classifier_tester.Po@am__quote@
 
594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cntraining.Po@am__quote@
 
595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combine_tessdata.Po@am__quote@
 
596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commontraining.Plo@am__quote@
 
597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dawg2wordlist.Po@am__quote@
 
598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mergenf.Po@am__quote@
 
599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mftraining.Po@am__quote@
 
600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapeclustering.Po@am__quote@
 
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessopt.Plo@am__quote@
 
602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicharset_extractor.Po@am__quote@
 
603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordlist2dawg.Po@am__quote@
 
604
 
 
605
.cpp.o:
 
606
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
607
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
608
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
609
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
610
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
611
 
 
612
.cpp.obj:
 
613
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
614
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
615
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
616
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
617
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
618
 
 
619
.cpp.lo:
 
620
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
621
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
622
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
623
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
624
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
625
 
 
626
mostlyclean-libtool:
 
627
        -rm -f *.lo
 
628
 
 
629
clean-libtool:
 
630
        -rm -rf .libs _libs
 
631
 
 
632
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
633
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
634
        unique=`for i in $$list; do \
 
635
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
636
          done | \
 
637
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
638
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
639
        mkid -fID $$unique
 
640
tags: TAGS
 
641
 
 
642
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
643
                $(TAGS_FILES) $(LISP)
 
644
        set x; \
 
645
        here=`pwd`; \
 
646
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
647
        unique=`for i in $$list; do \
 
648
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
649
          done | \
 
650
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
651
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
652
        shift; \
 
653
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
654
          test -n "$$unique" || unique=$$empty_fix; \
 
655
          if test $$# -gt 0; then \
 
656
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
657
              "$$@" $$unique; \
 
658
          else \
 
659
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
660
              $$unique; \
 
661
          fi; \
 
662
        fi
 
663
ctags: CTAGS
 
664
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
665
                $(TAGS_FILES) $(LISP)
 
666
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
667
        unique=`for i in $$list; do \
 
668
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
669
          done | \
 
670
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
671
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
672
        test -z "$(CTAGS_ARGS)$$unique" \
 
673
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
674
             $$unique
 
675
 
 
676
GTAGS:
 
677
        here=`$(am__cd) $(top_builddir) && pwd` \
 
678
          && $(am__cd) $(top_srcdir) \
 
679
          && gtags -i $(GTAGS_ARGS) "$$here"
 
680
 
 
681
distclean-tags:
 
682
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
683
 
 
684
distdir: $(DISTFILES)
 
685
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
686
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
687
        list='$(DISTFILES)'; \
 
688
          dist_files=`for file in $$list; do echo $$file; done | \
 
689
          sed -e "s|^$$srcdirstrip/||;t" \
 
690
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
691
        case $$dist_files in \
 
692
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
693
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
694
                           sort -u` ;; \
 
695
        esac; \
 
696
        for file in $$dist_files; do \
 
697
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
698
          if test -d $$d/$$file; then \
 
699
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
700
            if test -d "$(distdir)/$$file"; then \
 
701
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
702
            fi; \
 
703
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
704
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
705
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
706
            fi; \
 
707
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
708
          else \
 
709
            test -f "$(distdir)/$$file" \
 
710
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
711
            || exit 1; \
 
712
          fi; \
 
713
        done
 
714
check-am: all-am
 
715
check: check-am
 
716
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
 
717
installdirs:
 
718
        for dir in "$(DESTDIR)$(bindir)"; do \
 
719
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
720
        done
 
721
install: install-am
 
722
install-exec: install-exec-am
 
723
install-data: install-data-am
 
724
uninstall: uninstall-am
 
725
 
 
726
install-am: all-am
 
727
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
728
 
 
729
installcheck: installcheck-am
 
730
install-strip:
 
731
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
732
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
733
          `test -z '$(STRIP)' || \
 
734
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
735
mostlyclean-generic:
 
736
 
 
737
clean-generic:
 
738
 
 
739
distclean-generic:
 
740
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
741
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
742
 
 
743
maintainer-clean-generic:
 
744
        @echo "This command is intended for maintainers to use"
 
745
        @echo "it deletes files that may require special tools to rebuild."
 
746
clean: clean-am
 
747
 
 
748
clean-am: clean-binPROGRAMS clean-generic clean-libtool \
 
749
        clean-noinstLTLIBRARIES mostlyclean-am
 
750
 
 
751
distclean: distclean-am
 
752
        -rm -rf ./$(DEPDIR)
 
753
        -rm -f Makefile
 
754
distclean-am: clean-am distclean-compile distclean-generic \
 
755
        distclean-tags
 
756
 
 
757
dvi: dvi-am
 
758
 
 
759
dvi-am:
 
760
 
 
761
html: html-am
 
762
 
 
763
html-am:
 
764
 
 
765
info: info-am
 
766
 
 
767
info-am:
 
768
 
 
769
install-data-am:
 
770
 
 
771
install-dvi: install-dvi-am
 
772
 
 
773
install-dvi-am:
 
774
 
 
775
install-exec-am: install-binPROGRAMS
 
776
 
 
777
install-html: install-html-am
 
778
 
 
779
install-html-am:
 
780
 
 
781
install-info: install-info-am
 
782
 
 
783
install-info-am:
 
784
 
 
785
install-man:
 
786
 
 
787
install-pdf: install-pdf-am
 
788
 
 
789
install-pdf-am:
 
790
 
 
791
install-ps: install-ps-am
 
792
 
 
793
install-ps-am:
 
794
 
 
795
installcheck-am:
 
796
 
 
797
maintainer-clean: maintainer-clean-am
 
798
        -rm -rf ./$(DEPDIR)
 
799
        -rm -f Makefile
 
800
maintainer-clean-am: distclean-am maintainer-clean-generic
 
801
 
 
802
mostlyclean: mostlyclean-am
 
803
 
 
804
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
805
        mostlyclean-libtool
 
806
 
 
807
pdf: pdf-am
 
808
 
 
809
pdf-am:
 
810
 
 
811
ps: ps-am
 
812
 
 
813
ps-am:
 
814
 
 
815
uninstall-am: uninstall-binPROGRAMS
 
816
 
 
817
.MAKE: install-am install-strip
 
818
 
 
819
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
820
        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
 
821
        distclean distclean-compile distclean-generic \
 
822
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
823
        html-am info info-am install install-am install-binPROGRAMS \
 
824
        install-data install-data-am install-dvi install-dvi-am \
 
825
        install-exec install-exec-am install-html install-html-am \
 
826
        install-info install-info-am install-man install-pdf \
 
827
        install-pdf-am install-ps install-ps-am install-strip \
 
828
        installcheck installcheck-am installdirs maintainer-clean \
 
829
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
830
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
831
        tags uninstall uninstall-am uninstall-binPROGRAMS
 
832
 
 
833
 
 
834
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
835
# Otherwise a system limit (for SysV at least) may be exceeded.
 
836
.NOEXPORT: