source: trunk/src/Makefile.am @ 115

Last change on this file since 115 was 115, checked in by Peter, 19 years ago

added

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 487 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 115 2004-07-19 14:38:43Z peter $
4
5lib_LIBRARIES = libc++_tools.a
6
7libc___tools_a_SOURCES =            \
8  Averager.cc ConsensusInputRanker.cc CrossValidation.cc FileIO.cc GaussianKernelFunction.cc histogram.cc \
9  InputRanker.cc Kernel.cc matrix.cc Merge.cc PCA.cc    \
10  PolynomialKernelFunction.cc random_singleton.cc ROC.cc    \
11  Statistics.cc stl_utility SVD.cc SVM.cc tScore.cc vector.cc Wead.cc WeightedAverager.cc
12
13INCLUDES = -I/home/max/jari/local/include
Note: See TracBrowser for help on using the repository browser.