⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 General Hidden Markov Model Library 一个通用的隐马尔科夫模型的C代码库
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated by automake 1.10 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005, 2006  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.@SET_MAKE@#*******************************************************************************##       This file is part of the General Hidden Markov Model Library,#       GHMM version 0.8_beta1, see http://ghmm.org##       Filename: ghmm/ghmm/Makefile.am#       Authors:  Wasinee Rungsarityotin, Benjamin Georgi, Alexander Schliep,#                 Benjamin Rich, Janne Grunau##       Copyright (C) 1998-2004 Alexander Schliep#       Copyright (C) 1998-2001 ZAIK/ZPR, Universitaet zu Koeln#       Copyright (C) 2002-2004 Max-Planck-Institut fuer Molekulare Genetik,#                               Berlin##       Contact: schliep@ghmm.org##       This library is free software; you can redistribute it and/or#       modify it under the terms of the GNU Library General Public#       License as published by the Free Software Foundation; either#       version 2 of the License, or (at your option) any later version.##       This library is distributed in the hope that it will be useful,#       but WITHOUT ANY WARRANTY; without even the implied warranty of#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU#       Library General Public License for more details.##       You should have received a copy of the GNU Library General Public#       License along with this library; if not, write to the Free#       Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA###       This file is version $Revision: 1640 $#                       from $Date: 2006-07-06 13:43:21 +0200 (Thu, 06 Jul 2006) $#             last change by $Author: grunau $.##******************************************************************************/VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdinstall_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@subdir = ghmmDIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \	$(srcdir)/Makefile.inACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \	$(top_srcdir)/configure.inam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \	$(ACLOCAL_M4)mkinstalldirs = $(install_sh) -dCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;am__vpath_adj = case $$p in \    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \    *) f=$$p;; \  esac;am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"libLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(lib_LTLIBRARIES)libghmm_la_LIBADD =am_libghmm_la_OBJECTS = rng.lo randvar.lo gauss_tail.lo mes.lo \	ghmm_internals.lo mprintf.lo vector.lo matrix.lo scanner.lo \	linkedlist.lo sequence.lo psequence.lo xmlreader.lo \	xmlwriter.lo model.lo foba.lo viterbi.lo reestimate.lo \	gradescent.lo kbest.lo discrime.lo modelutil.lo cluster.lo \	root_finder.lo smodel.lo sfoba.lo sviterbi.lo sreestimate.lo \	scluster.lo sgenerate.lo smixturehmm.lo smap_classify.lo \	sdmodel.lo sdfoba.lo sdviterbi.lo pmodel.lo pviterbi.lo \	pviterbi_propagate.lolibghmm_la_OBJECTS = $(am_libghmm_la_OBJECTS)libghmm_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \	$(libghmm_la_LDFLAGS) $(LDFLAGS) -o $@DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \	$(LDFLAGS) -o $@SOURCES = $(libghmm_la_SOURCES)DIST_SOURCES = $(libghmm_la_SOURCES)RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \	html-recursive info-recursive install-data-recursive \	install-dvi-recursive install-exec-recursive \	install-html-recursive install-info-recursive \	install-pdf-recursive install-ps-recursive install-recursive \	installcheck-recursive installdirs-recursive pdf-recursive \	ps-recursive uninstall-recursivepkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)HEADERS = $(pkginclude_HEADERS)RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\  distclean-recursive maintainer-clean-recursiveETAGS = etagsCTAGS = ctagsDIST_SUBDIRS = $(SUBDIRS)DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)ACLOCAL = @ACLOCAL@AMTAR = @AMTAR@AR = @AR@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CXX = @CXX@CXXCPP = @CXXCPP@CXXDEPMODE = @CXXDEPMODE@CXXFLAGS = @CXXFLAGS@CYGPATH_W = @CYGPATH_W@DEFS = @DEFS@DEPDIR = @DEPDIR@DOCXX = @DOCXX@DVIPS = @DVIPS@ECHO = @ECHO@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@EXPECT_FOR_DEJAGNU = @EXPECT_FOR_DEJAGNU@F77 = @F77@FFLAGS = @FFLAGS@GHMM_VERSION_AGE = @GHMM_VERSION_AGE@GHMM_VERSION_CURRENT = @GHMM_VERSION_CURRENT@GHMM_VERSION_REVISION = @GHMM_VERSION_REVISION@GREP = @GREP@GSL_CFLAGS = @GSL_CFLAGS@GSL_CONFIG = @GSL_CONFIG@GSL_LIBS = @GSL_LIBS@INSTALL = @INSTALL@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LATEX = @LATEX@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@MAKEINFO = @MAKEINFO@MKDIR_P = @MKDIR_P@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@PKGCONFIG = @PKGCONFIG@RANLIB = @RANLIB@RM = @RM@RUNTEST_FOR_DEJAGNU = @RUNTEST_FOR_DEJAGNU@SED = @SED@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@SUBDIRS = .VERSION = @VERSION@XMLIO_CONFIG = @XMLIO_CONFIG@XMLIO_INCLUDES = @XMLIO_INCLUDES@XMLIO_LIBS = @XMLIO_LIBS@XMLIO_PREFIX = @XMLIO_PREFIX@abs_builddir = @abs_builddir@abs_srcdir = @abs_srcdir@abs_top_builddir = @abs_top_builddir@abs_top_srcdir = @abs_top_srcdir@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@builddir = @builddir@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@srcdir = @srcdir@sysconfdir = @sysconfdir@target_alias = @target_alias@top_builddir = @top_builddir@top_srcdir = @top_srcdir@MAINTAINERCLEANFILES = Makefile.inINCLUDES = -I$(top_srcdir)AM_CFLAGS = -DDTD_LOC=\"$(datadir)/ghmm/ghmm.dtd.1.0\"lib_LTLIBRARIES = libghmm.lalibghmm_la_LDFLAGS = -version-info @GHMM_VERSION_CURRENT@:@GHMM_VERSION_REVISION@:@GHMM_VERSION_AGE@libghmm_la_SOURCES = ghmm.h \                    rng.c rng.h \                    randvar.c randvar.h \                    gauss_tail.c \                    mes.c mes.h \                    ghmm_internals.c ghmm_internals.h \                    mprintf.c mprintf.h \                    vector.c vector.h \                    matrix.c  matrix.h \                    scanner.c scanner.h \                    linkedlist.c \                    sequence.c sequence.h \                    psequence.c psequence.h \                    xmlreader.c xmlreader.h \                    xmlwriter.c xmlwriter.h \                    model.c model.h \                    foba.c foba.h \                    viterbi.c viterbi.h \                    reestimate.c reestimate.h \                    gradescent.c gradescent.h \                    kbest.c kbest.h \                    discrime.c discrime.h \                    modelutil.c \                    cluster.c cluster.h \                    root_finder.c \                    smodel.c smodel.h \                    sfoba.c sfoba.h \                    sviterbi.c sviterbi.h \                    sreestimate.c sreestimate.h \                    scluster.c scluster.h \                    sgenerate.c sgenerate.h \                    smixturehmm.c smixturehmm.h \                    smap_classify.c smap_classify.h \                    sdmodel.c sdmodel.h \                    sdfoba.c sdfoba.h \                    sdviterbi.c \                    pmodel.c pmodel.h \                    pviterbi.c pviterbi.h \                    pviterbi_propagate.c pviterbi_propagate.hpkginclude_HEADERS = ghmm.h \                  sequence.h \		  psequence.h \                  xmlreader.h \                  xmlwriter.h \                  model.h \		  foba.h \                  viterbi.h \                  gradescent.h \                  kbest.h \                  discrime.h \                  cluster.h \                  scluster.h \                  reestimate.h \                  sfoba.h \                  sviterbi.h \                  smodel.h \		  sdmodel.h \                  sdfoba.h \                  sreestimate.h \                  sgenerate.h \                  smixturehmm.h \                  smap_classify.h \		  pmodel.h \		  pviterbi.h \		  pviterbi_propagate.h \		  rng.h \		  scanner.h \		  obsolete.h \		  unsupported.hCOPYRIGHT = $(top_srcdir)/COPYRIGHT.txtall: all-recursive.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ghmm/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  ghmm/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure:  $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \	  else :; fi; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \	doneclean-libLTLIBRARIES:	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test "$$dir" != "$$p" || dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	donelibghmm.la: $(libghmm_la_OBJECTS) $(libghmm_la_DEPENDENCIES) 	$(libghmm_la_LINK) -rpath $(libdir) $(libghmm_la_OBJECTS) $(libghmm_la_LIBADD) $(LIBS)

⌨️ 快捷键说明

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