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

« back to all changes in this revision

Viewing changes to cutil/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.
70
70
am__base_list = \
71
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
73
am__uninstall_files_from_dir = { \
 
74
  test -z "$$files" \
 
75
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
76
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
77
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
78
  }
73
79
am__installdirs = "$(DESTDIR)$(libdir)"
74
80
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
75
81
@USING_MULTIPLELIBS_TRUE@libtesseract_cutil_la_DEPENDENCIES =  \
77
83
@USING_MULTIPLELIBS_TRUE@       ../viewer/libtesseract_viewer.la
78
84
am_libtesseract_cutil_la_OBJECTS = bitvec.lo callcpp.lo cutil.lo \
79
85
        cutil_class.lo danerror.lo efio.lo emalloc.lo freelist.lo \
80
 
        listio.lo oldheap.lo oldlist.lo structures.lo tessarray.lo
 
86
        listio.lo oldlist.lo structures.lo
81
87
libtesseract_cutil_la_OBJECTS = $(am_libtesseract_cutil_la_OBJECTS)
82
88
libtesseract_cutil_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
83
89
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
126
132
CYGPATH_W = @CYGPATH_W@
127
133
DEFS = @DEFS@
128
134
DEPDIR = @DEPDIR@
 
135
DLLTOOL = @DLLTOOL@
129
136
DSYMUTIL = @DSYMUTIL@
130
137
DUMPBIN = @DUMPBIN@
131
138
ECHO_C = @ECHO_C@
157
164
LTLIBOBJS = @LTLIBOBJS@
158
165
MAINT = @MAINT@
159
166
MAKEINFO = @MAKEINFO@
 
167
MANIFEST_TOOL = @MANIFEST_TOOL@
160
168
MKDIR_P = @MKDIR_P@
161
169
NM = @NM@
162
170
NMEDIT = @NMEDIT@
163
171
OBJDUMP = @OBJDUMP@
164
172
OBJEXT = @OBJEXT@
 
173
OPENCL_HDR_PATH = @OPENCL_HDR_PATH@
 
174
OPENCL_LIB = @OPENCL_LIB@
165
175
OTOOL = @OTOOL@
166
176
OTOOL64 = @OTOOL64@
167
177
PACKAGE = @PACKAGE@
184
194
abs_srcdir = @abs_srcdir@
185
195
abs_top_builddir = @abs_top_builddir@
186
196
abs_top_srcdir = @abs_top_srcdir@
 
197
ac_ct_AR = @ac_ct_AR@
187
198
ac_ct_CC = @ac_ct_CC@
188
199
ac_ct_CXX = @ac_ct_CXX@
189
200
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217
228
libexecdir = @libexecdir@
218
229
localedir = @localedir@
219
230
localstatedir = @localstatedir@
220
 
lt_ECHO = @lt_ECHO@
221
231
mandir = @mandir@
222
232
mkdir_p = @mkdir_p@
223
233
oldincludedir = @oldincludedir@
236
246
noinst_HEADERS = \
237
247
    bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \
238
248
    emalloc.h freelist.h globals.h listio.h \
239
 
    oldheap.h oldlist.h structures.h tessarray.h
 
249
    oldlist.h structures.h
240
250
 
241
251
@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_cutil.la
242
252
@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_cutil.la
247
257
 
248
258
libtesseract_cutil_la_SOURCES = \
249
259
    bitvec.cpp callcpp.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \
250
 
    emalloc.cpp freelist.cpp listio.cpp oldheap.cpp \
251
 
    oldlist.cpp structures.cpp tessarray.cpp
 
260
    emalloc.cpp freelist.cpp listio.cpp \
 
261
    oldlist.cpp structures.cpp
252
262
 
253
263
all: all-am
254
264
 
324
334
          echo "rm -f \"$${dir}/so_locations\""; \
325
335
          rm -f "$${dir}/so_locations"; \
326
336
        done
327
 
libtesseract_cutil.la: $(libtesseract_cutil_la_OBJECTS) $(libtesseract_cutil_la_DEPENDENCIES) 
 
337
libtesseract_cutil.la: $(libtesseract_cutil_la_OBJECTS) $(libtesseract_cutil_la_DEPENDENCIES) $(EXTRA_libtesseract_cutil_la_DEPENDENCIES) 
328
338
        $(libtesseract_cutil_la_LINK) $(am_libtesseract_cutil_la_rpath) $(libtesseract_cutil_la_OBJECTS) $(libtesseract_cutil_la_LIBADD) $(LIBS)
329
339
 
330
340
mostlyclean-compile:
342
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emalloc.Plo@am__quote@
343
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freelist.Plo@am__quote@
344
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listio.Plo@am__quote@
345
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldheap.Plo@am__quote@
346
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldlist.Plo@am__quote@
347
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/structures.Plo@am__quote@
348
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessarray.Plo@am__quote@
349
357
 
350
358
.cpp.o:
351
359
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
473
481
 
474
482
installcheck: installcheck-am
475
483
install-strip:
476
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478
 
          `test -z '$(STRIP)' || \
479
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
484
        if test -z '$(STRIP)'; then \
 
485
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
486
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
487
              install; \
 
488
        else \
 
489
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
490
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
491
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
492
        fi
480
493
mostlyclean-generic:
481
494
 
482
495
clean-generic: