yat/Makefile.am

Code
Comments
Other
Rev Date Author Line
2 19 Feb 03 jari 1 ## $Id$
4 25 Feb 03 daniel 2
2119 12 Dec 09 peter 3 # Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen, Peter Johansson
2119 12 Dec 09 peter 4 # Copyright (C) 2004 Jari Häkkinen, Peter Johansson, Cecilia Ritz
4359 23 Aug 23 peter 5 # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
4359 23 Aug 23 peter 6 # Copyright (C) 2007 Peter Johansson
4359 23 Aug 23 peter 7 # Copyright (C) 2008 Jari Häkkinen, Peter Johansson
4207 26 Aug 22 peter 8 # Copyright (C) 2009, 2010, 2012, 2022 Peter Johansson
675 10 Oct 06 jari 9 #
1437 25 Aug 08 peter 10 # This file is part of the yat library, http://dev.thep.lu.se/yat
675 10 Oct 06 jari 11 #
675 10 Oct 06 jari 12 # The yat library is free software; you can redistribute it and/or
675 10 Oct 06 jari 13 # modify it under the terms of the GNU General Public License as
1486 09 Sep 08 jari 14 # published by the Free Software Foundation; either version 3 of the
675 10 Oct 06 jari 15 # License, or (at your option) any later version.
675 10 Oct 06 jari 16 #
675 10 Oct 06 jari 17 # The yat library is distributed in the hope that it will be useful,
675 10 Oct 06 jari 18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
675 10 Oct 06 jari 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
675 10 Oct 06 jari 20 # General Public License for more details.
675 10 Oct 06 jari 21 #
675 10 Oct 06 jari 22 # You should have received a copy of the GNU General Public License
1487 10 Sep 08 jari 23 # along with yat. If not, see <http://www.gnu.org/licenses/>.
4 25 Feb 03 daniel 24
2739 07 Jun 12 peter 25 lib_LTLIBRARIES = yat/libyat.la
334 02 Jun 05 jari 26
2739 07 Jun 12 peter 27 yat_libyat_la_SOURCES =
334 02 Jun 05 jari 28
2739 07 Jun 12 peter 29 yat_libyat_la_LDFLAGS = -version-info $(YAT_LT_VERSION) $(AM_LDFLAGS)
1097 17 Feb 08 jari 30
2739 07 Jun 12 peter 31 noinst_LTLIBRARIES =
2739 07 Jun 12 peter 32 nobase_include_HEADERS =
4198 19 Aug 22 peter 33 noinst_HEADERS =
1905 17 Apr 09 peter 34
2739 07 Jun 12 peter 35 include yat/classifier/Makefile.am
2739 07 Jun 12 peter 36 include yat/normalizer/Makefile.am
2739 07 Jun 12 peter 37 include yat/omic/Makefile.am
2739 07 Jun 12 peter 38 include yat/random/Makefile.am
2739 07 Jun 12 peter 39 include yat/regression/Makefile.am
2739 07 Jun 12 peter 40 include yat/statistics/Makefile.am
2739 07 Jun 12 peter 41 include yat/utility/Makefile.am