makefile.in

来自「一个google的OCR源码」· IN 代码 · 共 742 行 · 第 1/3 页

IN
742
字号
# 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)/cutil -I$(top_srcdir)/ccutil     -I$(top_srcdir)/ccstruct -I$(top_srcdir)/dict     -I$(top_srcdir)/viewerinclude_HEADERS =      adaptive.h adaptmatch.h baseline.h blobclass.h chartoname.h     cluster.h clusttool.h cutoffs.h extern.h extract.h featdefs.h     flexfx.h float2int.h fpoint.h fxdefs.h fxid.h hideedge.h     intfx.h intmatcher.h intproto.h kdtree.h mfdefs.h mf.h     mfoutline.h mfx.h normfeat.h normmatch.h ocrfeatures.h     outfeat.h picofeat.h protos.h sigmenu.h speckle.h xform2d.hlib_LIBRARIES = libtesseract_classify.alibtesseract_classify_a_SOURCES =      adaptive.cpp adaptmatch.cpp baseline.cpp blobclass.cpp     chartoname.cpp cluster.cpp clusttool.cpp cutoffs.cpp     extract.cpp featdefs.cpp flexfx.cpp float2int.cpp     fpoint.cpp fxdefs.cpp hideedge.cpp intfx.cpp intmatcher.cpp     intproto.cpp kdtree.cpp mf.cpp mfdefs.cpp mfoutline.cpp     mfx.cpp normfeat.cpp normmatch.cpp ocrfeatures.cpp     outfeat.cpp picofeat.cpp protos.cpp sigmenu.cpp speckle.cpp     xform2d.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_classify_a_LIBADD = libtesseract_classify_a_OBJECTS =  adaptive.o adaptmatch.o baseline.o \blobclass.o chartoname.o cluster.o clusttool.o cutoffs.o extract.o \featdefs.o flexfx.o float2int.o fpoint.o fxdefs.o hideedge.o intfx.o \intmatcher.o intproto.o kdtree.o mf.o mfdefs.o mfoutline.o mfx.o \normfeat.o normmatch.o ocrfeatures.o outfeat.o picofeat.o protos.o \sigmenu.o speckle.o xform2d.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_classify_a_SOURCES)OBJECTS = $(libtesseract_classify_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 classify/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_classify.a: $(libtesseract_classify_a_OBJECTS) $(libtesseract_classify_a_DEPENDENCIES)	-rm -f libtesseract_classify.a	$(AR) cru libtesseract_classify.a $(libtesseract_classify_a_OBJECTS) $(libtesseract_classify_a_LIBADD)	$(RANLIB) libtesseract_classify.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"; \

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?