[2] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | |
---|
[1673] | 4 | # $Id: Makefile.am 1673 2008-12-22 16:54:17Z peter $ |
---|
| 5 | # |
---|
[831] | 6 | # Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen |
---|
[572] | 7 | # Copyright (C) 2005 Peter Johansson |
---|
[831] | 8 | # Copyright (C) 2006 Jari Häkkinen |
---|
[1275] | 9 | # Copyright (C) 2007 Jari Häkkinen, Peter Johansson |
---|
| 10 | # Copyright (C) 2008 Peter Johansson |
---|
[572] | 11 | # |
---|
[1437] | 12 | # This file is part of the yat library, http://dev.thep.lu.se/yat |
---|
[572] | 13 | # |
---|
[675] | 14 | # The yat library is free software; you can redistribute it and/or |
---|
| 15 | # modify it under the terms of the GNU General Public License as |
---|
[1486] | 16 | # published by the Free Software Foundation; either version 3 of the |
---|
[572] | 17 | # License, or (at your option) any later version. |
---|
| 18 | # |
---|
[675] | 19 | # The yat library is distributed in the hope that it will be useful, |
---|
[572] | 20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
[675] | 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
[572] | 22 | # General Public License for more details. |
---|
| 23 | # |
---|
| 24 | # You should have received a copy of the GNU General Public License |
---|
[1487] | 25 | # along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
[572] | 26 | |
---|
[1439] | 27 | # -I arg should be the same as arg in AC_CONFIG_MACRO_DIR in configure.ac |
---|
[1388] | 28 | ACLOCAL_AMFLAGS = -I build_support --install |
---|
| 29 | |
---|
[1504] | 30 | SUBDIRS = build_support yat test doc |
---|
[573] | 31 | |
---|
[1673] | 32 | .PHONY: doc maintainer-check news-check svn-check svn-clean release |
---|
[1354] | 33 | doc:; @(cd doc; $(MAKE) $(AM_MAKEFLAGS) $@) |
---|
[573] | 34 | |
---|
[1673] | 35 | |
---|
[1558] | 36 | if ENABLE_SVN_SUPPORT |
---|
[1673] | 37 | include build_support/svn_support.am |
---|
[1596] | 38 | endif |
---|
| 39 | |
---|
| 40 | # This is a workaround to avoid a broken make when .m4 files are |
---|
[1607] | 41 | # renamed or deleted. Something similar will be provided by Automake 1.11 |
---|
[1596] | 42 | $(am__aclocal_m4_deps): |
---|