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
|
Rev | Line | |
---|
[2] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | ## $Id: Makefile.am 69 2004-04-29 14:21:25Z peter $ |
---|
[4] | 4 | |
---|
| 5 | lib_LIBRARIES = libc++_tools.a |
---|
| 6 | |
---|
[42] | 7 | libc___tools_a_SOURCES = \ |
---|
[58] | 8 | FileIO.cc GaussianKernelFunction.cc histogram.cc Kernel.cc matrix.cc \ |
---|
[69] | 9 | PCA.cc PolynomialKernelFunction.cc random_singleton.cc ROC.cc \ |
---|
| 10 | stl_utility SVD.cc SVM.cc vector.cc Wead.cc |
---|
[4] | 11 | |
---|
[69] | 12 | INCLUDES = -I/home/max/jari/local/include -I/usr/local_bio |
---|
[30] | 13 | |
---|
| 14 | AM_CXXFLAGS = -g |
---|
Note: See
TracBrowser
for help on using the repository browser.