yat/regression/Makefile.am

Code
Comments
Other
Rev Date Author Line
682 11 Oct 06 jari 1 ## $Id$
682 11 Oct 06 jari 2
2119 12 Dec 09 peter 3 # Copyright (C) 2006 Jari Häkkinen
2119 12 Dec 09 peter 4 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
4207 26 Aug 22 peter 5 # Copyright (C) 2009, 2010, 2011, 2012, 2017, 2022 Peter Johansson
682 11 Oct 06 jari 6 #
1437 25 Aug 08 peter 7 # This file is part of the yat library, http://dev.thep.lu.se/yat
682 11 Oct 06 jari 8 #
682 11 Oct 06 jari 9 # The yat library is free software; you can redistribute it and/or
682 11 Oct 06 jari 10 # modify it under the terms of the GNU General Public License as
1486 09 Sep 08 jari 11 # published by the Free Software Foundation; either version 3 of the
682 11 Oct 06 jari 12 # License, or (at your option) any later version.
682 11 Oct 06 jari 13 #
682 11 Oct 06 jari 14 # The c++ library is distributed in the hope that it will be useful,
682 11 Oct 06 jari 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
682 11 Oct 06 jari 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
682 11 Oct 06 jari 17 # General Public License for more details.
682 11 Oct 06 jari 18 #
682 11 Oct 06 jari 19 # You should have received a copy of the GNU General Public License
1487 10 Sep 08 jari 20 # along with yat. If not, see <http://www.gnu.org/licenses/>.
682 11 Oct 06 jari 21
2824 31 Aug 12 peter 22 yat_libyat_la_SOURCES += \
2739 07 Jun 12 peter 23   yat/regression/AkimaInterpolation.cc  \
2739 07 Jun 12 peter 24   yat/regression/AkimaPeriodicInterpolation.cc \
4198 19 Aug 22 peter 25   yat/regression/Cox.cc \
2739 07 Jun 12 peter 26   yat/regression/CSplineInterpolation.cc                \
2739 07 Jun 12 peter 27   yat/regression/CSplinePeriodicInterpolation.cc \
2739 07 Jun 12 peter 28   yat/regression/GSLInterpolation.cc yat/regression/KernelBox.cc    \
2739 07 Jun 12 peter 29   yat/regression/KernelTriCube.cc yat/regression/Linear.cc \
2739 07 Jun 12 peter 30   yat/regression/LinearInterpolation.cc yat/regression/LinearWeighted.cc  \
4198 19 Aug 22 peter 31   yat/regression/Local.cc \
4198 19 Aug 22 peter 32   yat/regression/MultiCox.cc \
4198 19 Aug 22 peter 33   yat/regression/MultiDimensional.cc \
3614 06 Feb 17 peter 34   yat/regression/MultiDimensionalWeighted.cc \
3614 06 Feb 17 peter 35   yat/regression/Multivariate.cc \
3614 06 Feb 17 peter 36   yat/regression/Naive.cc    \
3659 13 Jul 17 peter 37   yat/regression/NaiveWeighted.cc \
3659 13 Jul 17 peter 38   yat/regression/NegativeBinomial.cc \
3663 20 Jul 17 peter 39   yat/regression/detail/NegativeBinomialFitter.cc \
3659 13 Jul 17 peter 40   yat/regression/OneDimensional.cc \
2739 07 Jun 12 peter 41   yat/regression/OneDimensionalWeighted.cc        \
3615 06 Feb 17 peter 42   yat/regression/Poisson.cc \
3658 13 Jul 17 peter 43   yat/regression/detail/PoissonFitter.cc \
2739 07 Jun 12 peter 44   yat/regression/Polynomial.cc yat/regression/PolynomialInterpolation.cc \
2739 07 Jun 12 peter 45   yat/regression/PolynomialWeighted.cc \
2739 07 Jun 12 peter 46   yat/regression/TukeyBiweight.cc
682 11 Oct 06 jari 47
2739 07 Jun 12 peter 48 nobase_include_HEADERS += \
2773 12 Jul 12 peter 49   $(srcdir)/yat/regression/AkimaInterpolation.h \
2773 12 Jul 12 peter 50   $(srcdir)/yat/regression/AkimaPeriodicInterpolation.h \
4198 19 Aug 22 peter 51   $(srcdir)/yat/regression/Cox.h  \
2773 12 Jul 12 peter 52   $(srcdir)/yat/regression/CSplineInterpolation.h  \
2773 12 Jul 12 peter 53   $(srcdir)/yat/regression/CSplinePeriodicInterpolation.h \
2773 12 Jul 12 peter 54   $(srcdir)/yat/regression/GSLInterpolation.h \
2773 12 Jul 12 peter 55   $(srcdir)/yat/regression/Kernel.h \
2773 12 Jul 12 peter 56   $(srcdir)/yat/regression/KernelBox.h \
2773 12 Jul 12 peter 57   $(srcdir)/yat/regression/KernelTriCube.h \
2773 12 Jul 12 peter 58   $(srcdir)/yat/regression/Linear.h \
2773 12 Jul 12 peter 59   $(srcdir)/yat/regression/LinearInterpolation.h \
2773 12 Jul 12 peter 60   $(srcdir)/yat/regression/LinearWeighted.h \
2773 12 Jul 12 peter 61   $(srcdir)/yat/regression/Local.h \
4198 19 Aug 22 peter 62   $(srcdir)/yat/regression/MultiCox.h \
2773 12 Jul 12 peter 63   $(srcdir)/yat/regression/MultiDimensional.h \
2773 12 Jul 12 peter 64   $(srcdir)/yat/regression/MultiDimensionalWeighted.h \
3614 06 Feb 17 peter 65   $(srcdir)/yat/regression/Multivariate.h \
2773 12 Jul 12 peter 66   $(srcdir)/yat/regression/Naive.h \
2773 12 Jul 12 peter 67   $(srcdir)/yat/regression/NaiveWeighted.h \
3614 06 Feb 17 peter 68   $(srcdir)/yat/regression/NegativeBinomial.h \
2773 12 Jul 12 peter 69   $(srcdir)/yat/regression/OneDimensional.h \
2773 12 Jul 12 peter 70   $(srcdir)/yat/regression/OneDimensionalWeighted.h \
2773 12 Jul 12 peter 71   $(srcdir)/yat/regression/Polynomial.h \
2773 12 Jul 12 peter 72   $(srcdir)/yat/regression/PolynomialInterpolation.h \
2773 12 Jul 12 peter 73   $(srcdir)/yat/regression/PolynomialWeighted.h \
3614 06 Feb 17 peter 74   $(srcdir)/yat/regression/Poisson.h \
3658 13 Jul 17 peter 75   $(srcdir)/yat/regression/TukeyBiweight.h \
3663 20 Jul 17 peter 76   $(srcdir)/yat/regression/detail/NegativeBinomialFitter.h \
3658 13 Jul 17 peter 77   $(srcdir)/yat/regression/detail/PoissonFitter.h
3658 13 Jul 17 peter 78
4198 19 Aug 22 peter 79 ## header files not installed
4198 19 Aug 22 peter 80 noinst_HEADERS += yat/regression/detail/Cox.h