source: trunk/yat/utility/Makefile.am @ 1797

Last change on this file since 1797 was 1797, checked in by Peter, 15 years ago

updating copyright statements

  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 1797 2009-02-12 18:07:10Z peter $
4
5# Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
6#
7# This file is part of the yat library, http://dev.thep.lu.se/yat
8#
9# The yat library is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License as
11# published by the Free Software Foundation; either version 3 of the
12# License, or (at your option) any later version.
13#
14# The yat library is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17# General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with yat. If not, see <http://www.gnu.org/licenses/>.
21
22noinst_LTLIBRARIES = libutility.la
23libutility_la_SOURCES = \
24  Alignment.cc ColumnStream.cc CommandLine.cc DataWeight.cc \
25  FileUtil.cc Index.cc kNNI.cc \
26  Matrix.cc MatrixWeighted.cc NNI.cc Option.cc \
27  OptionFile.cc OptionInFile.cc OptionOutFile.cc \
28  OptionHelp.cc OptionSwitch.cc \
29  PCA.cc sort_index.cc stl_utility.cc SVD.cc TypeInfo.cc utility.cc Vector.cc \
30  VectorBase.cc VectorConstView.cc VectorMutable.cc VectorView.cc \
31  version.cc WeNNI.cc
32
33include_utilitydir = $(includedir)/yat/utility
34
35include_utility_HEADERS = \
36  Alignment.h ColumnStream.h CommandLine.h \
37  Container2DIterator.h DataIterator.h DataWeight.h DataWeightProxy.h \
38  deprecate.h Exception.h FileUtil.h Index.h \
39  iterator_traits.h \
40  kNNI.h Matrix.h MatrixWeighted.h NNI.h \
41  Option.h OptionArg.h OptionFile.h OptionInFile.h OptionOutFile.h \
42  OptionHelp.h OptionSwitch.h \
43  PCA.h SmartPtr.h sort_index.h Range.h stl_utility.h StrideIterator.h \
44  SVD.h TypeInfo.h utility.h Vector.h \
45  VectorBase.h VectorConstView.h VectorMutable.h VectorView.h \
46  WeightedIterator.h WeightIterator.h WeNNI.h yat_assert.h
47
48extra_headersdir = $(include_utilitydir)
49extra_headers_DATA = config_public.h version.h
Note: See TracBrowser for help on using the repository browser.