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 | INCLUDES = @LOCAL_INCLUDES@ |
---|
7 | |
---|
8 | noinst_LTLIBRARIES = libutility.la |
---|
9 | libutility_la_SOURCES = \ |
---|
10 | Alignment.cc FileIO.cc kNNI.cc NNI.cc PCA.cc \ |
---|
11 | stl_utility.cc SVD.cc utility.cc WeNNI.cc |
---|
12 | |
---|
13 | include_utilitydir = $(includedir)/c++_tools/utility |
---|
14 | |
---|
15 | include_utility_HEADERS = \ |
---|
16 | Alignment.h Exception.h FileIO.h kNNI.h NNI.h PCA.h \ |
---|
17 | stl_utility.h SVD.h utility.h WeNNI.h |
---|
Note: See
TracBrowser
for help on using the repository browser.