Changeset 965
- Timestamp:
- Oct 11, 2007, 6:58:45 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r943 r965 29 29 30 30 TESTS = alignment_test averager_test \ 31 commandline_test \ 31 32 consensus_inputranker_test data_lookup_1d_test \ 32 33 ensemble_test feature_selection_test fileutil_test inputranker_test \ … … 49 50 alignment_test_SOURCES = alignment_test.cc 50 51 averager_test_SOURCES = averager_test.cc 52 commandline_test_SOURCES = commandline_test.cc 51 53 consensus_inputranker_test_SOURCES = consensus_inputranker_test.cc 52 54 data_lookup_1d_test_SOURCES = data_lookup_1d_test.cc -
trunk/yat/utility/Makefile.am
r937 r965 26 26 noinst_LTLIBRARIES = libutility.la 27 27 libutility_la_SOURCES = \ 28 Alignment.cc FileUtil.cc kNNI.cc matrix.cc NNI.cc \ 28 Alignment.cc ColumnStream.cc CommandLine.cc FileUtil.cc kNNI.cc \ 29 matrix.cc NNI.cc Option.cc OptionSwitch.cc \ 29 30 PCA.cc stl_utility.cc SVD.cc TypeInfo.cc utility.cc vector.cc WeNNI.cc 30 31 … … 32 33 33 34 include_utility_HEADERS = \ 34 Alignment.h Exception.h FileUtil.h Iterator.h iterator_traits.h \ 35 IteratorWeighted.h kNNI.h matrix.h NNI.h \ 35 Alignment.h ColumnStream.h CommandLine.h \ 36 Exception.h FileUtil.h Iterator.h iterator_traits.h \ 37 IteratorWeighted.h kNNI.h matrix.h NNI.h \ 38 Option.h OptionArg.h OptionSwitch.h \ 36 39 PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h WeNNI.h \ 37 40 yat_assert.h 41
Note: See TracChangeset
for help on using the changeset viewer.