Last change
on this file since 261 was
261,
checked in by Peter, 17 years ago
|
fixed bug and added test for alignment
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Rev | Line | |
---|
[4] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | ## $Id: Makefile.am 261 2005-03-09 17:06:19Z peter $ |
---|
| 4 | |
---|
[210] | 5 | check_PROGRAMS = \ |
---|
[261] | 6 | test_alignment test_averagerpair test_consensus_inputranker \ |
---|
| 7 | test_crossvalidation \ |
---|
[225] | 8 | test_inputranker test_kernel test_merge test_nni test_pca \ |
---|
| 9 | test_regression_linear test_regression_local test_rnd test_roc \ |
---|
[151] | 10 | test_statistics test_svd test_svm test_vector |
---|
[4] | 11 | |
---|
[225] | 12 | LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ |
---|
[210] | 13 | $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) |
---|
| 14 | |
---|
[225] | 15 | INCLUDES = -I@top_srcdir@/$(CPP_TOOLS_HEADER_LOCATION) @LOCAL_INCLUDES@ |
---|
| 16 | |
---|
| 17 | AM_LDFLAGS = -g |
---|
| 18 | |
---|
[261] | 19 | test_alignment_SOURCES = test_alignment.cc |
---|
[225] | 20 | test_averagerpair_SOURCES = test_averagerpair.cc |
---|
[151] | 21 | test_consensus_inputranker_SOURCES = test_consensus_inputranker.cc |
---|
[116] | 22 | test_crossvalidation_SOURCES = test_crossvalidation.cc |
---|
[151] | 23 | test_inputranker_SOURCES = test_inputranker.cc |
---|
[93] | 24 | test_kernel_SOURCES = test_kernel.cc |
---|
| 25 | test_merge_SOURCES = test_merge.cc |
---|
[145] | 26 | test_nni_SOURCES = test_nni.cc |
---|
[93] | 27 | test_pca_SOURCES = test_pca.cc |
---|
[210] | 28 | test_regression_linear_SOURCES = test_regression_linear.cc |
---|
[217] | 29 | test_regression_local_SOURCES = test_regression_local.cc |
---|
[93] | 30 | test_rnd_SOURCES = test_rnd.cc |
---|
[74] | 31 | test_roc_SOURCES = test_roc.cc |
---|
[116] | 32 | test_statistics_SOURCES = test_statistics.cc |
---|
[93] | 33 | test_svd_SOURCES = test_svd.cc |
---|
[31] | 34 | test_svm_SOURCES = test_svm.cc |
---|
[127] | 35 | test_vector_SOURCES = test_vector.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.