yat/utility/ranking/Makefile.am

Code
Comments
Other
Rev Date Author Line
4086 30 Aug 21 peter 1 ## $Id$
4086 30 Aug 21 peter 2
4086 30 Aug 21 peter 3 # Copyright (C) 2021 Peter Johansson
4086 30 Aug 21 peter 4 #
4086 30 Aug 21 peter 5 # This file is part of the yat library, http://dev.thep.lu.se/yat
4086 30 Aug 21 peter 6 #
4086 30 Aug 21 peter 7 # The yat library is free software; you can redistribute it and/or
4086 30 Aug 21 peter 8 # modify it under the terms of the GNU General Public License as
4086 30 Aug 21 peter 9 # published by the Free Software Foundation; either version 3 of the
4086 30 Aug 21 peter 10 # License, or (at your option) any later version.
4086 30 Aug 21 peter 11 #
4086 30 Aug 21 peter 12 # The yat library is distributed in the hope that it will be useful,
4086 30 Aug 21 peter 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
4086 30 Aug 21 peter 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4086 30 Aug 21 peter 15 # General Public License for more details.
4086 30 Aug 21 peter 16 #
4086 30 Aug 21 peter 17 # You should have received a copy of the GNU General Public License
4086 30 Aug 21 peter 18 # along with yat. If not, see <http://www.gnu.org/licenses/>.
4086 30 Aug 21 peter 19
4086 30 Aug 21 peter 20 yat_libyat_la_SOURCES += \
4086 30 Aug 21 peter 21   yat/utility/ranking/NodeBase.cc \
4086 30 Aug 21 peter 22   yat/utility/ranking/Impl.cc
4086 30 Aug 21 peter 23
4086 30 Aug 21 peter 24 nobase_include_HEADERS += \
4086 30 Aug 21 peter 25   $(srcdir)/yat/utility/ranking/Impl.h \
4086 30 Aug 21 peter 26   $(srcdir)/yat/utility/ranking/Iterator.h \
4086 30 Aug 21 peter 27   $(srcdir)/yat/utility/ranking/NodeBase.h \
4086 30 Aug 21 peter 28   $(srcdir)/yat/utility/ranking/NodeValue.h