~ubuntu-branches/ubuntu/vivid/tesseract/vivid

« back to all changes in this revision

Viewing changes to ccmain/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2014-02-03 11:10:20 UTC
  • mfrom: (1.3.1) (19.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140203111020-igquodd7pjlp3uri
Tags: 3.03.01-1
* New upstream release, includes critical fix to PDF rendering
* Complete leptonlib transition (see bug #735509)
* Promote from experimental to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
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.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
35
35
POST_UNINSTALL = :
36
36
build_triplet = @build@
37
37
host_triplet = @host@
38
 
@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \
 
38
@USE_OPENCL_TRUE@am__append_1 = -I$(OPENCL_HDR_PATH)
 
39
@VISIBILITY_TRUE@am__append_2 = -DTESS_EXPORTS \
39
40
@VISIBILITY_TRUE@    -fvisibility=hidden -fvisibility-inlines-hidden
40
41
 
41
42
subdir = ccmain
70
71
am__base_list = \
71
72
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72
73
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
74
am__uninstall_files_from_dir = { \
 
75
  test -z "$$files" \
 
76
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
77
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
78
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
79
  }
73
80
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
74
81
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
75
82
@USING_MULTIPLELIBS_TRUE@libtesseract_main_la_DEPENDENCIES =  \
81
88
@USING_MULTIPLELIBS_TRUE@       ../dict/libtesseract_dict.la \
82
89
@USING_MULTIPLELIBS_TRUE@       ../classify/libtesseract_classify.la \
83
90
@USING_MULTIPLELIBS_TRUE@       ../cutil/libtesseract_cutil.la \
84
 
@USING_MULTIPLELIBS_TRUE@       ../cube/libtesseract_cube.la
 
91
@USING_MULTIPLELIBS_TRUE@       ../cube/libtesseract_cube.la \
 
92
@USING_MULTIPLELIBS_TRUE@       ../opencl/libtesseract_opencl.la
85
93
am_libtesseract_main_la_OBJECTS = adaptions.lo applybox.lo control.lo \
86
94
        cube_control.lo cube_reco_context.lo cubeclassifier.lo \
87
 
        docqual.lo equationdetect.lo fixspace.lo fixxht.lo imgscale.lo \
 
95
        docqual.lo equationdetect.lo fixspace.lo fixxht.lo \
88
96
        ltrresultiterator.lo osdetect.lo output.lo pageiterator.lo \
89
 
        pagesegmain.lo pagewalk.lo paragraphs.lo paramsd.lo pgedit.lo \
90
 
        recogtraining.lo reject.lo resultiterator.lo scaleimg.lo \
91
 
        tesseract_cube_combiner.lo tessbox.lo tessedit.lo \
92
 
        tesseractclass.lo tessvars.lo tfacepp.lo thresholder.lo \
93
 
        werdit.lo
 
97
        pagesegmain.lo pagewalk.lo par_control.lo paragraphs.lo \
 
98
        paramsd.lo pgedit.lo recogtraining.lo reject.lo \
 
99
        resultiterator.lo superscript.lo tesseract_cube_combiner.lo \
 
100
        tessbox.lo tessedit.lo tesseractclass.lo tessvars.lo \
 
101
        tfacepp.lo thresholder.lo werdit.lo
94
102
libtesseract_main_la_OBJECTS = $(am_libtesseract_main_la_OBJECTS)
95
103
libtesseract_main_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
96
104
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
120
128
ACLOCAL = @ACLOCAL@
121
129
AMTAR = @AMTAR@
122
130
AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE -I$(top_srcdir)/ccutil \
123
 
        -I$(top_srcdir)/ccstruct -I$(top_srcdir)/image \
124
 
        -I$(top_srcdir)/viewer -I$(top_srcdir)/classify \
125
 
        -I$(top_srcdir)/dict -I$(top_srcdir)/wordrec \
126
 
        -I$(top_srcdir)/cutil -I$(top_srcdir)/neural_networks/runtime \
127
 
        -I$(top_srcdir)/cube -I$(top_srcdir)/textord $(am__append_1)
 
131
        -I$(top_srcdir)/ccstruct -I$(top_srcdir)/viewer \
 
132
        -I$(top_srcdir)/classify -I$(top_srcdir)/dict \
 
133
        -I$(top_srcdir)/wordrec -I$(top_srcdir)/cutil \
 
134
        -I$(top_srcdir)/neural_networks/runtime -I$(top_srcdir)/cube \
 
135
        -I$(top_srcdir)/textord -I$(top_srcdir)/opencl $(am__append_1) \
 
136
        $(am__append_2)
128
137
AM_LDFLAGS = @AM_LDFLAGS@
129
138
AR = @AR@
130
139
AUTOCONF = @AUTOCONF@
143
152
CYGPATH_W = @CYGPATH_W@
144
153
DEFS = @DEFS@
145
154
DEPDIR = @DEPDIR@
 
155
DLLTOOL = @DLLTOOL@
146
156
DSYMUTIL = @DSYMUTIL@
147
157
DUMPBIN = @DUMPBIN@
148
158
ECHO_C = @ECHO_C@
174
184
LTLIBOBJS = @LTLIBOBJS@
175
185
MAINT = @MAINT@
176
186
MAKEINFO = @MAKEINFO@
 
187
MANIFEST_TOOL = @MANIFEST_TOOL@
177
188
MKDIR_P = @MKDIR_P@
178
189
NM = @NM@
179
190
NMEDIT = @NMEDIT@
180
191
OBJDUMP = @OBJDUMP@
181
192
OBJEXT = @OBJEXT@
 
193
OPENCL_HDR_PATH = @OPENCL_HDR_PATH@
 
194
OPENCL_LIB = @OPENCL_LIB@
182
195
OTOOL = @OTOOL@
183
196
OTOOL64 = @OTOOL64@
184
197
PACKAGE = @PACKAGE@
201
214
abs_srcdir = @abs_srcdir@
202
215
abs_top_builddir = @abs_top_builddir@
203
216
abs_top_srcdir = @abs_top_srcdir@
 
217
ac_ct_AR = @ac_ct_AR@
204
218
ac_ct_CC = @ac_ct_CC@
205
219
ac_ct_CXX = @ac_ct_CXX@
206
220
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234
248
libexecdir = @libexecdir@
235
249
localedir = @localedir@
236
250
localstatedir = @localstatedir@
237
 
lt_ECHO = @lt_ECHO@
238
251
mandir = @mandir@
239
252
mkdir_p = @mkdir_p@
240
253
oldincludedir = @oldincludedir@
251
264
top_builddir = @top_builddir@
252
265
top_srcdir = @top_srcdir@
253
266
include_HEADERS = \
254
 
        thresholder.h ltrresultiterator.h pageiterator.h resultiterator.h
 
267
        thresholder.h ltrresultiterator.h pageiterator.h resultiterator.h \
 
268
        osdetect.h 
255
269
 
256
270
noinst_HEADERS = \
257
271
    control.h cube_reco_context.h cubeclassifier.h docqual.h \
258
 
    equationdetect.h fixspace.h imgscale.h mutableiterator.h osdetect.h \
 
272
    equationdetect.h fixspace.h mutableiterator.h \
259
273
    output.h paragraphs.h paragraphs_internal.h paramsd.h pgedit.h \
260
 
    reject.h scaleimg.h tessbox.h tessedit.h tesseractclass.h \
261
 
    tesseract_cube_combiner.h tessvars.h tfacep.h tfacepp.h werdit.h
 
274
    reject.h tessbox.h tessedit.h tesseractclass.h \
 
275
    tesseract_cube_combiner.h tessvars.h werdit.h
262
276
 
263
277
@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_main.la
264
278
@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_main.la
272
286
@USING_MULTIPLELIBS_TRUE@       ../dict/libtesseract_dict.la \
273
287
@USING_MULTIPLELIBS_TRUE@       ../classify/libtesseract_classify.la \
274
288
@USING_MULTIPLELIBS_TRUE@       ../cutil/libtesseract_cutil.la \
275
 
@USING_MULTIPLELIBS_TRUE@       ../cube/libtesseract_cube.la 
 
289
@USING_MULTIPLELIBS_TRUE@       ../cube/libtesseract_cube.la \
 
290
@USING_MULTIPLELIBS_TRUE@       ../opencl/libtesseract_opencl.la 
276
291
 
277
292
libtesseract_main_la_SOURCES = \
278
293
    adaptions.cpp applybox.cpp \
279
294
    control.cpp cube_control.cpp cube_reco_context.cpp cubeclassifier.cpp \
280
295
    docqual.cpp equationdetect.cpp fixspace.cpp fixxht.cpp \
281
 
    imgscale.cpp ltrresultiterator.cpp \
 
296
    ltrresultiterator.cpp \
282
297
    osdetect.cpp output.cpp pageiterator.cpp pagesegmain.cpp \
283
 
    pagewalk.cpp paragraphs.cpp paramsd.cpp pgedit.cpp recogtraining.cpp \
284
 
    reject.cpp resultiterator.cpp scaleimg.cpp \
 
298
    pagewalk.cpp par_control.cpp paragraphs.cpp paramsd.cpp pgedit.cpp recogtraining.cpp \
 
299
    reject.cpp resultiterator.cpp superscript.cpp \
285
300
    tesseract_cube_combiner.cpp \
286
301
    tessbox.cpp tessedit.cpp tesseractclass.cpp tessvars.cpp \
287
302
    tfacepp.cpp thresholder.cpp \
361
376
          echo "rm -f \"$${dir}/so_locations\""; \
362
377
          rm -f "$${dir}/so_locations"; \
363
378
        done
364
 
libtesseract_main.la: $(libtesseract_main_la_OBJECTS) $(libtesseract_main_la_DEPENDENCIES) 
 
379
libtesseract_main.la: $(libtesseract_main_la_OBJECTS) $(libtesseract_main_la_DEPENDENCIES) $(EXTRA_libtesseract_main_la_DEPENDENCIES) 
365
380
        $(libtesseract_main_la_LINK) $(am_libtesseract_main_la_rpath) $(libtesseract_main_la_OBJECTS) $(libtesseract_main_la_LIBADD) $(LIBS)
366
381
 
367
382
mostlyclean-compile:
380
395
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equationdetect.Plo@am__quote@
381
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixspace.Plo@am__quote@
382
397
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixxht.Plo@am__quote@
383
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imgscale.Plo@am__quote@
384
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltrresultiterator.Plo@am__quote@
385
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osdetect.Plo@am__quote@
386
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Plo@am__quote@
387
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pageiterator.Plo@am__quote@
388
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pagesegmain.Plo@am__quote@
389
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pagewalk.Plo@am__quote@
 
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/par_control.Plo@am__quote@
390
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paragraphs.Plo@am__quote@
391
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paramsd.Plo@am__quote@
392
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgedit.Plo@am__quote@
393
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recogtraining.Plo@am__quote@
394
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reject.Plo@am__quote@
395
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resultiterator.Plo@am__quote@
396
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scaleimg.Plo@am__quote@
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/superscript.Plo@am__quote@
397
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessbox.Plo@am__quote@
398
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessedit.Plo@am__quote@
399
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tesseract_cube_combiner.Plo@am__quote@
446
461
        @$(NORMAL_UNINSTALL)
447
462
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
448
463
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
449
 
        test -n "$$files" || exit 0; \
450
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
451
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
464
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
452
465
 
453
466
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454
467
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
549
562
 
550
563
installcheck: installcheck-am
551
564
install-strip:
552
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554
 
          `test -z '$(STRIP)' || \
555
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
565
        if test -z '$(STRIP)'; then \
 
566
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
567
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
568
              install; \
 
569
        else \
 
570
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
571
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
572
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
573
        fi
556
574
mostlyclean-generic:
557
575
 
558
576
clean-generic: