📄 makefile.am
字号:
# author : Peter Pipenbacher# filename : $Source: /cvsroot/ghmm/ghmm/ghmm++/Makefile.am,v $# created : 21.01.2002# $Id: Makefile.am,v 1.28 2003/12/19 19:21:14 schliep Exp $## revision date : $Date: 2003/12/19 19:21:14 $# _Copyright (C) 1998-2001, ZAIK/ZPR, Universit鋞 zu K鰈n# _# _This program is free software; you can redistribute it and/or modify# _it under the terms of the GNU General Public License as published by# _the Free Software Foundation; either version 2 of the License, or# _(at your option) any later version.# _# _This program 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 General Public License for more details.# _# _You should have received a copy of the GNU General Public License# _along with this program; if not, write to the Free Software# _Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA# _# # tests and examplesSUBDIRS = . examplesCLEANFILES = *~MAINTAINERCLEANFILES = Makefile.inINCLUDES = -I$(top_srcdir) $(XMLIO_INCLUDES)pkgincludedir = $(includedir)/ghmm++LDFLAGS = $(XMLIO_LIBS)lib_LTLIBRARIES = libghmm++.lalibghmm___la_LDFLAGS = -version-info @GHMM_VERSION_CURRENT@:@GHMM_VERSION_REVISION@:@GHMM_VERSION_AGE@libghmm___la_SOURCES = \GHMM_AbstractModel.cpp \GHMM_DiscreteModel.cpp \GHMM_ContinuousModel.cpp \GHMM_State.cpp \GHMM_Sequence.cpp \GHMM_Sequences.cpp \GHMM_Document.cpp \GHMM_Transition.cpp \GHMM_Emission.cpp \GHMM_IntVector.cpp \GHMM_DoubleVector.cpp \GHMM_DoubleMatrix.cpp \GHMM_IntMatrix.cpp \GHMM_Alphabet.cpp \GHMM_Toolkit.cpp \GHMM_GMLDataNode.cpp \GHMM_GMLContinuousModel.cpp \GHMM_GMLState.cpp \GHMM_GMLTransition.cpp \GHMM_GMLAlphabet.cpp \GHMM_GMLClass.cpp \GHMM_GMLDoc.cpp \GHMM_GMLEmission.cpp \GHMM_SWDiscreteModel.cpp \GHMM_convertXMLtoC.cpp \GHMM_StateT.hh \GHMM_AbstractModelT.hh \GHMM_Emission.h \GHMM_Transition.h pkginclude_HEADERS = \begin_code.h \close_code.h \GHMM_DiscreteModel.h \GHMM_ContinuousModel.h \GHMM_AbstractModel.h \GHMM_State.h \GHMM_Sequence.h \GHMM_Sequences.h \GHMM_Document.h \GHMM_Transition.h \GHMM_Emission.h \GHMM_State.h \GHMM_Types.h \GHMM_IntVector.h \GHMM_DoubleVector.h \GHMM_DoubleMatrix.h \GHMM_IntMatrix.h \GHMM_Toolkit.h \GHMM_Alphabet.h \GHMM.h \GHMM_GMLDoc.h \GHMM_convertXMLtoC.h \GHMM_GMLDataNode.h \GHMM_GMLDiscreteModel.h \GHMM_GMLContinuousModel.h \GHMM_GMLTransition.h \GHMM_GMLAlphabet.h \GHMM_GMLClass.h \GHMM_GMLEmission.h \GHMM_StateT.hh \GHMM_AbstractModelT.hh \GHMM_DiscreteModelT.hh \GHMM_SWDiscreteModel.h \GHMM_Computation.hCOPYRIGHT = $(top_srcdir)/COPYRIGHT.txtdist-hook: test -z "$(AWK)" && exit 0 ;\ TMPFILE="$(distdir)/tmp"; \ for f in $(DISTFILES) ; do \ distfile=$(distdir)/$$f ; \ if grep '__copyright__ *$$' $$distfile >/dev/null ; then \ mv $$distfile $$TMPFILE; \ $(AWK) 'BEGIN {nr=0;while(getline < "$(COPYRIGHT)" ==1) copyright[nr++]=$$0;} /__copyright__ *$$/{sub("__copyright__.*","");for(i=0;i<nr;i++) print $$0 copyright[i];} //' \ $$TMPFILE >$$distfile; \ touch -m -a -r $$TMPFILE $$distfile; \ fi; \ done ; \ rm -f $$TMPFILE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -