source: trunk/lib/statistics/Makefile.am @ 295

Last change on this file since 295 was 295, checked in by Peter, 18 years ago

file structure modifications. NOTE, this revision is not working, please wait for the next...

File size: 431 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
7INCLUDES = @LOCAL_INCLUDES@
8
9noinst_LTLIBRARIES = libstatistics.la
10libstatistics_la_SOURCES = \
11  Averager.cc AveragerPair.cc AveragerWeighted.cc Fisher.cc KernelBox.cc \
12  Kernel.cc KernelTriCube.cc Pearson.cc Regression.cc RegressionLinear.cc \
13  RegressionLocal.cc RegressionNaive.cc ROC.cc Score.cc Statistics.cc
Note: See TracBrowser for help on using the repository browser.