]> git.ozlabs.org Git - petitboot/blob - Makefile.am
test/parser: Fix spacing in grub2-f18-ppc64 test
[petitboot] / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13 #
14
15 SUBDIRS = lib discover test ui utils man
16
17 ACLOCAL_AMFLAGS = -I m4
18
19 AM_CPPFLAGS = $(DEFAULT_CPPFLAGS)
20 AM_CFLAGS = $(DEFAULT_CFLAGS)
21
22 LIBTOOL_DEPS = @LIBTOOL_DEPS@
23
24 libtool: $(LIBTOOL_DEPS)
25         $(SHELL) ./config.status libtool
26
27 EXTRA_DIST = bootstrap configure.ac.in $(srcdir)/m4
28
29 MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \
30         install-sh ltmain.sh Makefile.in missing $(PACKAGE)-*.gz
31
32 maintainer-clean-local:
33         rm -rf m4