Line | |
---|
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 | INCLUDES = @LOCAL_INCLUDES@ |
---|
7 | |
---|
8 | noinst_LTLIBRARIES = libstatistics.la |
---|
9 | libstatistics_la_SOURCES = \ |
---|
10 | Averager.cc AveragerPair.cc AveragerWeighted.cc Fisher.cc Histogram.cc \ |
---|
11 | Kernel.cc KernelBox.cc KernelTriCube.cc Linear.cc Local.cc Naive.cc \ |
---|
12 | Pearson.cc Polynomial.cc ROC.cc Score.cc utility.cc |
---|
13 | |
---|
14 | include_statisticsdir = $(includedir)/c++_tools/statistics |
---|
15 | |
---|
16 | include_statistics_HEADERS = \ |
---|
17 | Averager.h AveragerPair.h AveragerWeighted.h Fisher.h Histogram.h \ |
---|
18 | Kernel.h KernelBox.h KernelTriCube.h Linear.h Local.h Naive.h \ |
---|
19 | OneDimensional.h Pearson.h Polynomial.h ROC.h Score.h tScore.h utility.h |
---|
Note: See
TracBrowser
for help on using the repository browser.