makefile.in
来自「一个google的OCR源码」· IN 代码 · 共 779 行 · 第 1/3 页
IN
779 行
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :host_alias = @host_alias@host_triplet = @host@CC = @CC@CXX = @CXX@HAVE_LIB = @HAVE_LIB@LIB = @LIB@LTLIB = @LTLIB@MAINT = @MAINT@MAKEINFO = @MAKEINFO@PACKAGE = @PACKAGE@PACKAGE_DATE = @PACKAGE_DATE@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_VERSION = @PACKAGE_VERSION@PACKAGE_YEAR = @PACKAGE_YEAR@RANLIB = @RANLIB@VERSION = @VERSION@SUBDIRS = AM_CPPFLAGS = -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil -I$(top_srcdir)/cutil -I$(top_srcdir)/classify -I$(top_srcdir)/image -I$(top_srcdir)/dict -I$(top_srcdir)/viewerinclude_HEADERS = associate.h badwords.h bestfirst.h charsample.h chop.h chopper.h closed.h djmenus.h drawfx.h findseam.h gradechop.h heuristic.h makechop.h matchtab.h matrix.h measure.h metrics.h mfvars.h msmenus.h olutil.h outlines.h pieces.h plotedges.h plotseg.h render.h seam.h split.h tally.h tessinit.h tface.h wordclass.hlib_LIBRARIES = libtesseract_wordrec.alibtesseract_wordrec_a_SOURCES = associate.cpp badwords.cpp bestfirst.cpp chop.cpp chopper.cpp closed.cpp djmenus.cpp drawfx.cpp findseam.cpp gradechop.cpp heuristic.cpp makechop.cpp matchtab.cpp matrix.cpp metrics.cpp mfvars.cpp msmenus.cpp olutil.cpp outlines.cpp pieces.cpp plotedges.cpp plotseg.cpp render.cpp seam.cpp split.cpp tally.cpp tessinit.cpp tface.cpp wordclass.cppmkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirsCONFIG_HEADER = ../config_auto.hCONFIG_CLEAN_FILES = LIBRARIES = $(lib_LIBRARIES)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@libtesseract_wordrec_a_LIBADD = libtesseract_wordrec_a_OBJECTS = associate.o badwords.o bestfirst.o \chop.o chopper.o closed.o djmenus.o drawfx.o findseam.o gradechop.o \heuristic.o makechop.o matchtab.o matrix.o metrics.o mfvars.o msmenus.o \olutil.o outlines.o pieces.o plotedges.o plotseg.o render.o seam.o \split.o tally.o tessinit.o tface.o wordclass.oAR = arCXXFLAGS = @CXXFLAGS@CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@HEADERS = $(include_HEADERS)DIST_COMMON = Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP_ENV = --bestSOURCES = $(libtesseract_wordrec_a_SOURCES)OBJECTS = $(libtesseract_wordrec_a_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .cpp .o .s$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps wordrec/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-libLIBRARIES:clean-libLIBRARIES: -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)distclean-libLIBRARIES:maintainer-clean-libLIBRARIES:install-libLIBRARIES: $(lib_LIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done @$(POST_INSTALL) @list='$(lib_LIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ doneuninstall-libLIBRARIES: @$(NORMAL_UNINSTALL) list='$(lib_LIBRARIES)'; for p in $$list; do \ rm -f $(DESTDIR)$(libdir)/$$p; \ done.c.o: $(COMPILE) -c $<.s.o: $(COMPILE) -c $<.S.o: $(COMPILE) -c $<mostlyclean-compile: -rm -f *.o core *.coreclean-compile:distclean-compile: -rm -f *.tab.cmaintainer-clean-compile:libtesseract_wordrec.a: $(libtesseract_wordrec_a_OBJECTS) $(libtesseract_wordrec_a_DEPENDENCIES) -rm -f libtesseract_wordrec.a $(AR) cru libtesseract_wordrec.a $(libtesseract_wordrec_a_OBJECTS) $(libtesseract_wordrec_a_LIBADD) $(RANLIB) libtesseract_wordrec.a.cpp.o: $(CXXCOMPILE) -c $<install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir) @list='$(include_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ doneuninstall-includeHEADERS: @$(NORMAL_UNINSTALL) list='$(include_HEADERS)'; for p in $$list; do \ rm -f $(DESTDIR)$(includedir)/$$p; \ done# This directory's subdirectories are mostly independent; you can cd# into them and run `make' without going through this Makefile.# To change the values of `make' variables: instead of editing Makefiles,# (1) if the variable is set in `config.status', edit `config.status'# (which will cause the Makefiles to be regenerated when you run `make');# (2) otherwise, pass the desired values on the `make' command line.@SET_MAKE@all-recursive install-data-recursive install-exec-recursive \installdirs-recursive install-recursive uninstall-recursive \check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail"mostlyclean-recursive clean-recursive distclean-recursive \maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail"tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ donetags: TAGS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?