]> git.ozlabs.org Git - petitboot/blob - Makefile.am
42921b31c5f4f32372b5a746d1bc75d4fa0a3f3a
[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 AUTOMAKE_OPTIONS = foreign
16
17 SUBDIRS = lib discover test ui utils man
18
19 ACLOCAL_AMFLAGS = -I m4
20
21 AM_CPPFLAGS = $(DEFAULT_CPPFLAGS)
22 AM_CFLAGS = $(DEFAULT_CFLAGS)
23
24 LIBTOOL_DEPS = @LIBTOOL_DEPS@
25
26 libtool: $(LIBTOOL_DEPS)
27         $(SHELL) ./config.status libtool
28
29 EXTRA_DIST = bootstrap configure.ac.in $(srcdir)/m4
30
31 MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \
32         install-sh ltmain.sh Makefile.in missing ylwrap $(PACKAGE)-*.gz
33
34 maintainer-clean-local:
35         rm -rf m4