source: trunk/src/Makefile.am @ 262

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

functions added to read into vectors of string, int or double from istream. Also function to check if string is double or int, respectively.

  • 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 262 2005-04-07 18:20:36Z peter $
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 stl_utility.cc SVD.cc SVM.cc tScore.cc \
18  vector.cc \
19  WeightedAverager.cc WeNNI.cc
20
21include_cpp_toolsdir = $(includedir)/c++_tools
22
23include_cpp_tools_HEADERS =                                           \
24  Alignment.h Averager.h AveragerPair.h ConsensusInputRanker.h        \
25  CrossValidation.h FileIO.h Fisher.h GaussianKernelFunction.h        \
26  gslapi_utility.h \
27  Histogram.h InputRanker.h Kernel.h KernelFunction.h kNNI.h matrix.h \
28  Merge.h NNI.h PCA.h Pearson.h PolynomialKernelFunction.h            \
29  random_singleton.h Regression.h RegressionKernel.h                  \
30  RegressionKernelBox.h RegressionLinear.h RegressionLocal.h          \
31  RegressionNaive.h ROC.h Score.h Statistics.h stl_utility.h SVD.h    \
32  SVM.h tScore.h vector.h WeightedAverager.h WeNNI.h
Note: See TracBrowser for help on using the repository browser.