source: trunk/lib/utility/Makefile.am @ 366

Last change on this file since 366 was 366, checked in by Peter, 18 years ago

moved namespace random to its own directory

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
7INCLUDES = @LOCAL_INCLUDES@
8
9noinst_LTLIBRARIES = libutility.la
10libutility_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
14include_utilitydir = $(includedir)/c++_tools/utility
15
16include_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.