source: trunk/src/Makefile.am @ 257

Last change on this file since 257 was 257, checked in by Jari Häkkinen, 18 years ago

Added vector views and made vector member functions to be non-member functions.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 257 2005-03-04 00:53:34Z jari $
4
5lib_LIBRARIES = libc++_tools.a
6
7INCLUDES = @LOCAL_INCLUDES@
8
9libc___tools_a_SOURCES =                                            \
10  Alignment.cc Averager.cc AveragerPair.cc ConsensusInputRanker.cc  \
11  CrossValidation.cc FileIO.cc Fisher.cc GaussianKernelFunction.cc  \
12  gslapi_utility.cc \
13  Histogram.cc InputRanker.cc Kernel.cc kNNI.cc matrix.cc Merge.cc  \
14  NNI.cc PCA.cc PolynomialKernelFunction.cc random_singleton.cc     \
15  Regression.cc RegressionKernel.cc RegressionKernelBox.cc          \
16  RegressionLinear.cc RegressionLocal.cc RegressionNaive.cc ROC.cc  \
17  Score.cc Statistics.cc SVD.cc SVM.cc tScore.cc vector.cc          \
18  WeightedAverager.cc WeNNI.cc
19
20include_cpp_toolsdir = $(includedir)/c++_tools
21
22include_cpp_tools_HEADERS =                                           \
23  Alignment.h Averager.h AveragerPair.h ConsensusInputRanker.h        \
24  CrossValidation.h FileIO.h Fisher.h GaussianKernelFunction.h        \
25  gslapi_utility.h \
26  Histogram.h InputRanker.h Kernel.h KernelFunction.h kNNI.h matrix.h \
27  Merge.h NNI.h PCA.h Pearson.h PolynomialKernelFunction.h            \
28  random_singleton.h Regression.h RegressionKernel.h                  \
29  RegressionKernelBox.h RegressionLinear.h RegressionLocal.h          \
30  RegressionNaive.h ROC.h Score.h Statistics.h stl_utility.h SVD.h    \
31  SVM.h tScore.h vector.h WeightedAverager.h WeNNI.h
Note: See TracBrowser for help on using the repository browser.