source: trunk/yat/Makefile.am

Last change on this file was 4359, checked in by Peter, 4 weeks ago

update copyright years using svndigest 0.11 (in contrast to 0.10.x previously)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1## $Id: Makefile.am 4359 2023-08-23 01:28:46Z peter $
2
3# Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen, Peter Johansson
4# Copyright (C) 2004 Jari Häkkinen, Peter Johansson, Cecilia Ritz
5# Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
6# Copyright (C) 2007 Peter Johansson
7# Copyright (C) 2008 Jari Häkkinen, Peter Johansson
8# Copyright (C) 2009, 2010, 2012, 2022 Peter Johansson
9#
10# This file is part of the yat library, http://dev.thep.lu.se/yat
11#
12# The yat library is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License as
14# published by the Free Software Foundation; either version 3 of the
15# License, or (at your option) any later version.
16#
17# The yat library is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with yat. If not, see <http://www.gnu.org/licenses/>.
24
25lib_LTLIBRARIES = yat/libyat.la
26
27yat_libyat_la_SOURCES =
28
29yat_libyat_la_LDFLAGS = -version-info $(YAT_LT_VERSION) $(AM_LDFLAGS)
30
31noinst_LTLIBRARIES =
32nobase_include_HEADERS =
33noinst_HEADERS =
34
35include yat/classifier/Makefile.am
36include yat/normalizer/Makefile.am
37include yat/omic/Makefile.am
38include yat/random/Makefile.am
39include yat/regression/Makefile.am
40include yat/statistics/Makefile.am
41include yat/utility/Makefile.am
Note: See TracBrowser for help on using the repository browser.