source: trunk/src/Makefile.am @ 69

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

general ROC

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 389 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 69 2004-04-29 14:21:25Z peter $
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 ROC.cc \
10  stl_utility SVD.cc SVM.cc vector.cc Wead.cc
11
12INCLUDES = -I/home/max/jari/local/include -I/usr/local_bio
13
14AM_CXXFLAGS = -g
Note: See TracBrowser for help on using the repository browser.