]> git.ozlabs.org Git - petitboot/blob - Makefile.am
discover/platform-powerpc: Read language configuration from NVRAM
[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 subdir-objects parallel-tests
16
17 SUBDIRS = po
18
19 ACLOCAL_AMFLAGS = -I m4
20
21 AM_CPPFLAGS = $(DEFAULT_CPPFLAGS) -I$(top_srcdir)/lib
22 AM_CFLAGS = $(DEFAULT_CFLAGS)
23 AM_YFLAGS = -d
24
25 LIBTOOL_DEPS = @LIBTOOL_DEPS@
26
27 pkgsysconfdir = @sysconfdir@/@PACKAGE@
28
29 libtool: $(LIBTOOL_DEPS)
30         $(SHELL) ./config.status libtool
31
32 EXTRA_DIST = version.sh configure.ac $(srcdir)/m4 config.rpath
33
34 MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \
35         install-sh ltmain.sh Makefile.in missing ylwrap $(PACKAGE)-*.gz
36
37 maintainer-clean-local:
38         rm -rf m4
39
40 noinst_LTLIBRARIES =
41 noinst_PROGRAMS =
42 sbin_PROGRAMS =
43 dist_sbin_SCRIPTS =
44 check_PROGRAMS =
45 check_DATA =
46 check_SCRIPTS =
47 TESTS =
48 BUILT_SOURCES =
49 CLEANFILES =
50
51 include lib/Makefile.am
52 include discover/grub2/Makefile.am
53 include discover/Makefile.am
54 include test/Makefile.am
55 include test/lib/Makefile.am
56 include test/parser/Makefile.am
57 include test/urls/Makefile.am
58 include ui/common/Makefile.am
59
60 if WITH_NCURSES
61 include ui/ncurses/Makefile.am
62 endif
63
64 if WITH_TWIN
65 include ui/twin/Makefile.am
66 endif
67
68 include ui/test/Makefile.am
69
70 include man/Makefile.am
71
72 include utils/Makefile.am
73