source: trunk/yat/statistics/Makefile.am @ 1487

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

Addresses #436. GPL license copy reference should also be updated.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 1487 2008-09-10 08:41:36Z jari $
4
5# Copyright (C) 2005 Jari Häkkinen, Peter Johansson
6# Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson, Markus Ringnér
7# Copyright (C) 2008 Peter Johansson, Markus Ringnér
8#
9# This file is part of the yat library, http://dev.thep.lu.se/yat
10#
11# The yat library is free software; you can redistribute it and/or
12# modify it under the terms of the GNU General Public License as
13# published by the Free Software Foundation; either version 3 of the
14# License, or (at your option) any later version.
15#
16# The c++ library is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19# General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with yat. If not, see <http://www.gnu.org/licenses/>.
23
24include $(top_srcdir)/build_support/yat.am
25
26noinst_LTLIBRARIES = libstatistics.la
27libstatistics_la_SOURCES = AUC.cc Averager.cc AveragerPair.cc \
28  AveragerWeighted.cc AveragerPairWeighted.cc \
29  Fisher.cc FoldChange.cc Histogram.cc \
30  KolmogorovSmirnov.cc Pearson.cc \
31  PearsonCorrelation.cc Percentiler.cc ROC.cc \
32  SAMScore.cc Score.cc Smoother.cc SNRScore.cc tScore.cc tTest.cc \
33  utility.cc VectorFunction.cc WilcoxonFoldChange.cc
34
35include_statisticsdir = $(includedir)/yat/statistics
36
37include_statistics_HEADERS = AUC.h Average.h Averager.h AveragerPair.h \
38  AveragerWeighted.h AveragerPairWeighted.h \
39  averager_traits.h EuclideanDistance.h Fisher.h \
40  FoldChange.h Histogram.h \
41  KolmogorovSmirnov.h \
42  Pearson.h PearsonCorrelation.h \
43  PearsonDistance.h Percentiler.h ROC.h \
44  SAMScore.h Score.h Smoother.h SNRScore.h tScore.h tTest.h \
45  utility.h VectorFunction.h WilcoxonFoldChange.h
Note: See TracBrowser for help on using the repository browser.