Last change
on this file since 469 was
469,
checked in by Peter, 17 years ago
|
non compiling checking before revision after design meeting
|
File size:
838 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | INCLUDES = @LOCAL_INCLUDES@ |
---|
8 | |
---|
9 | noinst_LTLIBRARIES = libclassifier.la |
---|
10 | libclassifier_la_SOURCES = \ |
---|
11 | ConsensusInputRanker.cc \ |
---|
12 | CrossSplitting.cc \ |
---|
13 | DataView.cc \ |
---|
14 | GaussianKernelFunction.cc \ |
---|
15 | InputRanker.cc \ |
---|
16 | Kernel_MEV.cc \ |
---|
17 | Kernel_SEV.cc \ |
---|
18 | KernelView.cc \ |
---|
19 | MatrixView.cc \ |
---|
20 | NCC.cc \ |
---|
21 | PolynomialKernelFunction.cc \ |
---|
22 | SVM.cc \ |
---|
23 | Target.cc \ |
---|
24 | VectorView.cc |
---|
25 | |
---|
26 | |
---|
27 | include_classifierdir = $(includedir)/c++_tools/classifier |
---|
28 | |
---|
29 | include_classifier_HEADERS = \ |
---|
30 | ConsensusInputRanker.h \ |
---|
31 | CrossSplitting.h \ |
---|
32 | DataView.h \ |
---|
33 | GaussianKernelFunction.h \ |
---|
34 | InputRanker.h \ |
---|
35 | Kernel.h \ |
---|
36 | KernelFunction.h \ |
---|
37 | Kernel_MEV.h \ |
---|
38 | Kernel_SEV.h \ |
---|
39 | KernelView.h \ |
---|
40 | MatrixView.h \ |
---|
41 | NCC.h \ |
---|
42 | PolynomialKernelFunction.h \ |
---|
43 | SVM.h \ |
---|
44 | Target.h \ |
---|
45 | VectorView.h |
---|
Note: See
TracBrowser
for help on using the repository browser.