Rev | Line | |
---|
[295] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | INCLUDES = @LOCAL_INCLUDES@ |
---|
| 8 | |
---|
| 9 | noinst_LTLIBRARIES = libstatistics.la |
---|
| 10 | libstatistics_la_SOURCES = \ |
---|
[298] | 11 | Averager.cc AveragerPair.cc AveragerWeighted.cc Fisher.cc Histogram.cc \ |
---|
| 12 | KernelBox.cc \ |
---|
[295] | 13 | Kernel.cc KernelTriCube.cc Pearson.cc Regression.cc RegressionLinear.cc \ |
---|
[298] | 14 | RegressionLocal.cc RegressionNaive.cc ROC.cc Score.cc utility.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.