Last change
on this file since 207 was
207,
checked in by Peter, 18 years ago
|
fixed minor bugs
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 207 2004-11-02 19:26:44Z peter $ |
---|
4 | |
---|
5 | lib_LIBRARIES = libc++_tools.a |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | libc___tools_a_SOURCES = \ |
---|
10 | Alignment.cc Averager.cc AveragerPair.cc ConsensusInputRanker.cc \ |
---|
11 | CrossValidation.cc \ |
---|
12 | Fisher.cc FileIO.cc GaussianKernelFunction.cc Histogram.cc \ |
---|
13 | InputRanker.cc \ |
---|
14 | Kernel.cc kNNI.cc matrix.cc Merge.cc NNI.cc PCA.cc \ |
---|
15 | PolynomialKernelFunction.cc random_singleton.cc \ |
---|
16 | RegressionLinear.cc RegressionLocal.cc RegressionNaive.cc ROC.cc \ |
---|
17 | Score.cc Statistics.cc \ |
---|
18 | PolynomialKernelFunction.cc random_singleton.cc \ |
---|
19 | Regression.cc RegressionKernel.cc RegressionLinear.cc ROC.cc Score.cc \ |
---|
20 | Statistics.cc \ |
---|
21 | SVD.cc SVM.cc tScore.cc vector.cc WeightedAverager.cc WeNNI.cc |
---|
22 | |
---|
23 | |
---|
24 | INCLUDES = -I/home/max/jari/local/include |
---|
25 | |
---|
26 | include_cpp_toolsdir = $(includedir)/c++_tools |
---|
27 | include_cpp_tools_HEADERS = \ |
---|
28 | Alignment.h Averager.h AveragerPair.h ConsensusInputRanker.h \ |
---|
29 | CrossValidation.h \ |
---|
30 | FileIO.h Fisher.h GaussianKernelFunction.h Histogram.h InputRanker.h \ |
---|
31 | Kernel.h \ |
---|
32 | KernelFunction.h kNNI.h matrix.h Merge.h NNI.h PCA.h Pearson.h \ |
---|
33 | PolynomialKernelFunction.h random_singleton.h \ |
---|
34 | Regression.h RegressionLinear.h RegressionLocal.h RegressionNaive.h \ |
---|
35 | ROC.h Score.h \ |
---|
36 | PolynomialKernelFunction.h random_singleton.h Regression.h \ |
---|
37 | RegressionKernel.h RegressionLinear.h ROC.h Score.h \ |
---|
38 | Statistics.h stl_utility.h SVD.h SVM.h tScore.h vector.h WeNNI.h \ |
---|
39 | WeightedAverager.h |
---|
Note: See
TracBrowser
for help on using the repository browser.