X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile.am;h=15d561ff7f4fd62b1d41822bf88810764eca3181;hp=7ae50126e6c1a7aa08c464622554c7d842b0c705;hb=9f191cc3c194ed51534c22e2dae15b2c08c8abc2;hpb=08bc314efca8bbde9e9461c4d425caf1e0ad0e5f;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 7ae5012..15d561f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,17 +12,20 @@ # 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 -AM_CPPFLAGS = $(DEFAULT_CPPFLAGS) +AM_CPPFLAGS = $(DEFAULT_CPPFLAGS) -I$(top_srcdir)/lib AM_CFLAGS = $(DEFAULT_CFLAGS) +AM_YFLAGS = -d LIBTOOL_DEPS = @LIBTOOL_DEPS@ +pkgsysconfdir = @sysconfdir@/@PACKAGE@ + libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status libtool @@ -33,3 +36,38 @@ MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \ 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 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 +