makefile.am
来自「一个通用的隐性马尔可夫C代码库 开发环境:C语言 简要说明:这是一个通用的」· AM 代码 · 共 63 行
AM
63 行
# author : Achim Gaedke# filename : /zpr/bspk/src/hmm/ghmm/tools/Makefile.am# created : DATE: April 2001# $Id: Makefile.am,v 1.16.4.1 2004/06/11 13:24:50 wasinee Exp $## 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# SUBDIRS = .DISTCLEANFILES = *~MAINTAINERCLEANFILES = Makefile.inBUILT_SOURCES = INCLUDES = -I/project/algorithmics/include # $(top_srcdir)bin_PROGRAMS = probdist cluster scluster smix_hmm scoretfbsprobdist_SORUCES = probdist.ccluster_SOURCES = cluster.cscluster_SOURCES = scluster.csmix_hmm_SOURCES = smix_hmm.cscoretfbs_SOURCES = scoretfbs.cLDADD = -L/project/algorithmics/lib -lghmm # $(top_builddir)/ghmm/.libs/libghmm.abin_SCRIPTS = ghmm-configCOPYRIGHT = $(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 + =
减小字号Ctrl + -
显示快捷键?