yat/random/Makefile.am

Code
Comments
Other
Rev Date Author Line
374 05 Aug 05 jari 1 ## $Id$
374 05 Aug 05 jari 2
2119 12 Dec 09 peter 3 # Copyright (C) 2005, 2006 Jari Häkkinen
2119 12 Dec 09 peter 4 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
3999 08 Oct 20 peter 5 # Copyright (C) 2009, 2010, 2012, 2015, 2020 Peter Johansson
580 04 May 06 jari 6 #
1437 25 Aug 08 peter 7 # This file is part of the yat library, http://dev.thep.lu.se/yat
580 04 May 06 jari 8 #
675 10 Oct 06 jari 9 # The yat library is free software; you can redistribute it
580 04 May 06 jari 10 # and/or 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
580 04 May 06 jari 12 # License, or (at your option) any later version.
580 04 May 06 jari 13 #
675 10 Oct 06 jari 14 # The yat library is distributed in the hope that it will be useful,
580 04 May 06 jari 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
580 04 May 06 jari 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
580 04 May 06 jari 17 # General Public License for more details.
580 04 May 06 jari 18 #
580 04 May 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/>.
374 05 Aug 05 jari 21
2824 31 Aug 12 peter 22 yat_libyat_la_SOURCES += yat/random/random.cc
374 05 Aug 05 jari 23
3454 09 Dec 15 peter 24 nobase_include_HEADERS += $(srcdir)/yat/random/copy_k_of_n.h
2773 12 Jul 12 peter 25 nobase_include_HEADERS += $(srcdir)/yat/random/random.h