📄 makefile.am
字号:
# author : Achim Gaedke# filename : ghmm/tests/Makefile.am# created : DATE: April 2001# $Id: Makefile.am,v 1.26 2003/11/11 19:55:55 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# CCLD = $(CC) -lstdc++SUBDIRS = data# tests and examplesAUTOMAKE_OPTIONS = dejagnuEXPECT=$(EXPECT_FOR_DEJAGNU)RUNTEST=$(RUNTEST_FOR_DEJAGNU)CLEANFILES = ghmm.log ghmm.sum site.exp site.bakMAINTAINERCLEANFILES = Makefile.in# stuff from dejagnuINCLUDES=-I$(top_srcdir)#these tests will not be installed# in progress: test_sdfoba nullmodel ciscreen test_sdmodel noinst_PROGRAMS = root_finder_test coin_toss_test two_states_three_symbols chmm shmm_viterbi_test generate_PHI test_gsl_ran_gaussian_tail sequences_test sequences_old_format LDADD = $(top_builddir)/ghmm/.libs/libghmm.aCOPYRIGHT = $(top_srcdir)/COPYRIGHT.txt# creates copyright tags and copies some filesdist-hook: DEJAGNU_FILES=`(cd $(srcdir) && find ghmm.tests lib config -name \*.exp)` ;\ for f in $$DEJAGNU_FILES ; do \ dirpart=`dirname $$f`; \ test -d $(distdir)/$$dirpart || mkdir $(distdir)/$$dirpart ; \ cp -p $(srcdir)/$$f $(distdir)/$$dirpart ; \ done; \ test -z "$(AWK)" && exit 0 ;\ TMPFILE="$(distdir)/tmp" ; \ for f in $(DISTFILES) $$DEJAGNU_FILES ; 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 + -