## Process this file with automake to produce Makefile.in ## ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ # Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson # # This file is part of the yat library, http://trac.thep.lu.se/yat # # The yat library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # The yat library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. AM_CPPFLAGS = -I@top_srcdir@ noinst_LTLIBRARIES = libutility.la libutility_la_SOURCES = \ Alignment.cc ColumnStream.cc CommandLine.cc FileUtil.cc kNNI.cc \ matrix.cc NNI.cc Option.cc OptionFile.cc OptionInFile.cc OptionOutFile.cc \ OptionHelp.cc OptionSwitch.cc \ PCA.cc stl_utility.cc SVD.cc TypeInfo.cc utility.cc vector.cc \ VectorBase.cc VectorConstView.cc VectorMutable.cc VectorView.cc WeNNI.cc include_utilitydir = $(includedir)/yat/utility include_utility_HEADERS = \ Alignment.h ColumnStream.h CommandLine.h \ Exception.h FileUtil.h Iterator.h iterator_traits.h \ IteratorWeighted.h kNNI.h matrix.h NNI.h \ Option.h OptionArg.h OptionFile.h OptionInFile.h OptionOutFile.h \ OptionHelp.h OptionSwitch.h \ PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h \ VectorBase.h VectorConstView.h VectorMutable.h VectorView.h \ WeNNI.h yat_assert.h