yat/utility/expression/Makefile.am

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