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

Last change on this file since 362 was 362, checked in by Jari Häkkinen, 18 years ago

First usable minimal version of new Random.

File size: 550 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.cc 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.h random_singleton.h stl_utility.h SVD.h utility.h WeNNI.h
19
Note: See TracBrowser for help on using the repository browser.