test/yat-hello/Makefile.am

Code
Comments
Other
Rev Date Author Line
2438 12 Mar 11 peter 1 ## Process this file with automake to produce Makefile.in
2438 12 Mar 11 peter 2 ##
2438 12 Mar 11 peter 3 ## $Id$
2438 12 Mar 11 peter 4
2438 12 Mar 11 peter 5 # Copyright (C) 2011 Peter Johansson
2438 12 Mar 11 peter 6 #
2438 12 Mar 11 peter 7 # This file is part of the yat library, http://dev.thep.lu.se/yat
2438 12 Mar 11 peter 8 #
2438 12 Mar 11 peter 9 # The yat library is free software; you can redistribute it
2438 12 Mar 11 peter 10 # and/or modify it under the terms of the GNU General Public License as
2438 12 Mar 11 peter 11 # published by the Free Software Foundation; either version 3 of the
2438 12 Mar 11 peter 12 # License, or (at your option) any later version.
2438 12 Mar 11 peter 13 #
2438 12 Mar 11 peter 14 # The yat library is distributed in the hope that it will be useful,
2438 12 Mar 11 peter 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
2438 12 Mar 11 peter 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
2438 12 Mar 11 peter 17 # General Public License for more details.
2438 12 Mar 11 peter 18 #
2438 12 Mar 11 peter 19 # You should have received a copy of the GNU General Public License
2438 12 Mar 11 peter 20 # along with yat. If not, see <http://www.gnu.org/licenses/>.
2438 12 Mar 11 peter 21 #
2438 12 Mar 11 peter 22
2438 12 Mar 11 peter 23 ACLOCAL_AMFLAGS = -I m4
2438 12 Mar 11 peter 24 AM_CPPFLAGS = $(YAT_CPPFLAGS)
2438 12 Mar 11 peter 25 AM_CXXFLAGS = $(YAT_CXXFLAGS)
2438 12 Mar 11 peter 26 AM_LDFLAGS = $(YAT_LDFLAGS)
2438 12 Mar 11 peter 27 LDADD = $(YAT_LIBS)
2438 12 Mar 11 peter 28 bin_PROGRAMS = hello
2438 12 Mar 11 peter 29 hello_SOURCES = hello.cc