2438 |
12 Mar 11 |
peter |
## Process this file with automake to produce Makefile.in |
2438 |
12 Mar 11 |
peter |
2 |
## |
2438 |
12 Mar 11 |
peter |
## $Id$ |
2438 |
12 Mar 11 |
peter |
4 |
|
2438 |
12 Mar 11 |
peter |
# Copyright (C) 2011 Peter Johansson |
2438 |
12 Mar 11 |
peter |
6 |
# |
2438 |
12 Mar 11 |
peter |
# 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 |
# The yat library is free software; you can redistribute it |
2438 |
12 Mar 11 |
peter |
# and/or modify it under the terms of the GNU General Public License as |
2438 |
12 Mar 11 |
peter |
# published by the Free Software Foundation; either version 3 of the |
2438 |
12 Mar 11 |
peter |
# License, or (at your option) any later version. |
2438 |
12 Mar 11 |
peter |
13 |
# |
2438 |
12 Mar 11 |
peter |
# The yat library is distributed in the hope that it will be useful, |
2438 |
12 Mar 11 |
peter |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
2438 |
12 Mar 11 |
peter |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
2438 |
12 Mar 11 |
peter |
# General Public License for more details. |
2438 |
12 Mar 11 |
peter |
18 |
# |
2438 |
12 Mar 11 |
peter |
# You should have received a copy of the GNU General Public License |
2438 |
12 Mar 11 |
peter |
# 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 |