Last change
on this file since 319 was
319,
checked in by Jari Häkkinen, 18 years ago
|
Add header install instruction to Makefile.am files.
|
File size:
760 bytes
|
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 | |
---|
7 | INCLUDES = @LOCAL_INCLUDES@ |
---|
8 | |
---|
9 | noinst_LTLIBRARIES = libstatistics.la |
---|
10 | libstatistics_la_SOURCES = \ |
---|
11 | Averager.cc AveragerPair.cc AveragerWeighted.cc Fisher.cc Histogram.cc \ |
---|
12 | Kernel.cc KernelBox.cc KernelTriCube.cc Pearson.cc Regression.cc \ |
---|
13 | RegressionLinear.cc \ |
---|
14 | RegressionLocal.cc RegressionNaive.cc ROC.cc Score.cc utility.cc |
---|
15 | |
---|
16 | include_statisticsdir = $(includedir)/c++_tools/statistics |
---|
17 | |
---|
18 | include_statistics_HEADERS = \ |
---|
19 | Averager.h AveragerPair.h AveragerWeighted.h Fisher.h Histogram.h \ |
---|
20 | Kernel.h KernelBox.h KernelTriCube.h Pearson.h Regression.h \ |
---|
21 | RegressionLinear.h RegressionLocal.h RegressionNaive.h ROC.h \ |
---|
22 | Score.h tScore.h utility.h |
---|
Note: See
TracBrowser
for help on using the repository browser.