📄 makefile.am
字号:
# filename : /zpr/bspk/src/hmm/ghmm/ghmm/Makefile.am# created : DATE: April 2001# $Id: Makefile.am,v 1.29 2003/12/19 17:58:52 schliep 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 = .MAINTAINERCLEANFILES = Makefile.inINCLUDES = -I$(top_srcdir)lib_LTLIBRARIES = libghmm.lalibghmm_la_LDFLAGS = -version-info @GHMM_VERSION_CURRENT@:@GHMM_VERSION_REVISION@:@GHMM_VERSION_AGE@libghmm_la_SOURCES= foba.c foba.h \ matrix.c matrix.h \ model.c model.h\ modelutil.c modelutil.h \ cluster.c cluster.h \ scluster.c scluster.h \ root_finder.c root_finder.h \ reestimate.c reestimate.h \ randvar.c randvar.h \ rng.c rng.h \ sequence.c sequence.h \ vector.c vector.h \ viterbi.c viterbi.h \ sfoba.c sfoba.h \ sviterbi.c sviterbi.h \ smodel.c smodel.h sdmodel.c sdmodel.h \ sdviterbi.c sdfoba.c sdfoba.h \ ghmm.h \ sreestimate.c sreestimate.h \ sgenerate.c sgenerate.h \ smixturehmm.c smixturehmm.h \ const.h \ mes.c mes.h \ mprintf.c mprintf.h \ scanner.c scanner.h \ gauss_tail.c gauss_tail.h \ smap_classify.c smap_classify.hpkginclude_HEADERS = ghmm.h \ foba.h \ matrix.h \ model.h \ cluster.h \ scluster.h \ root_finder.h \ reestimate.h \ randvar.h \ rng.h \ sequence.h \ vector.h \ viterbi.h \ sfoba.h \ sviterbi.h \ smodel.h \ sdmodel.h sdfoba.h \ sreestimate.h \ sgenerate.h \ smixturehmm.h \ const.h \ mes.h \ mprintf.h \ scanner.h \ gauss_tail.h \ smap_classify.h# must be eleminated...pkgdata_DATA = PHI_001_20.datEXTRA_DIST= PHI_001_20.datCOPYRIGHT = $(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 + -