]> git.ozlabs.org Git - petitboot/blobdiff - Makefile.am
discover/platform-powerpc: Avoid confusing gateway and URL
[petitboot] / Makefile.am
index 7ae50126e6c1a7aa08c464622554c7d842b0c705..c0ad8397371c783bc0e0a54d5099f2ba1e4c991b 100644 (file)
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects parallel-tests
 
 
-SUBDIRS = lib discover test ui utils man po
+SUBDIRS = po
 
 ACLOCAL_AMFLAGS = -I m4
 
 
 ACLOCAL_AMFLAGS = -I m4
 
-AM_CPPFLAGS = $(DEFAULT_CPPFLAGS)
+AM_CPPFLAGS = $(DEFAULT_CPPFLAGS) -I$(top_srcdir)/lib
 AM_CFLAGS = $(DEFAULT_CFLAGS)
 AM_CFLAGS = $(DEFAULT_CFLAGS)
+AM_YFLAGS = -d
 
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
 
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
+pkgsysconfdir = @sysconfdir@/@PACKAGE@
+
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status libtool
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status libtool
 
@@ -33,3 +36,39 @@ MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \
 
 maintainer-clean-local:
        rm -rf m4
 
 maintainer-clean-local:
        rm -rf m4
+
+noinst_LTLIBRARIES =
+noinst_PROGRAMS =
+sbin_PROGRAMS =
+dist_sbin_SCRIPTS =
+check_PROGRAMS =
+check_DATA =
+check_SCRIPTS =
+TESTS =
+BUILT_SOURCES =
+CLEANFILES =
+
+include lib/Makefile.am
+include discover/grub2/Makefile.am
+include discover/Makefile.am
+include test/Makefile.am
+include test/lib/Makefile.am
+include test/parser/Makefile.am
+include test/urls/Makefile.am
+include test/ui/Makefile.am
+include ui/common/Makefile.am
+
+if WITH_NCURSES
+include ui/ncurses/Makefile.am
+endif
+
+if WITH_TWIN
+include ui/twin/Makefile.am
+endif
+
+include ui/test/Makefile.am
+
+include man/Makefile.am
+
+include utils/Makefile.am
+