Last change
on this file since 341 was
341,
checked in by Jari Häkkinen, 18 years ago
|
Added exceptions for tracing file format problems when reading vectors.
Changed implentation for reading ints and doubles into stl vectors, now
unexpected characters are skipped instead of treated as zeros.
Some other minor things.
|
File size:
531 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 = libutility.la |
---|
10 | libutility_la_SOURCES = \ |
---|
11 | Alignment.cc FileIO.cc kNNI.cc Merge.cc NNI.cc PCA.cc\ |
---|
12 | random_singleton.cc stl_utility.cc SVD.cc utility.cc WeNNI.cc |
---|
13 | |
---|
14 | include_utilitydir = $(includedir)/c++_tools/utility |
---|
15 | |
---|
16 | include_utility_HEADERS = \ |
---|
17 | Alignment.h Exception.h FileIO.h kNNI.h Merge.h NNI.h PCA.h \ |
---|
18 | random_singleton.h stl_utility.h SVD.h utility.h WeNNI.h |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.