source: trunk/src/Makefile.am @ 58

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

Implemented first version of KKNImpute.
Minor fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 376 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 58 2004-04-14 07:07:08Z jari $
4
5lib_LIBRARIES = libc++_tools.a
6
7libc___tools_a_SOURCES = \
8  FileIO.cc GaussianKernelFunction.cc histogram.cc Kernel.cc matrix.cc \
9  PCA.cc PolynomialKernelFunction.cc random_singleton.cc stl_utility SVD.cc \
10  SVM.cc vector.cc Wead.cc
11
12INCLUDES = -I/usr/local_bio/include -I/usr/local_bio
13
14AM_CXXFLAGS = -g
Note: See TracBrowser for help on using the repository browser.