From 6913a589b97fc5d035a0285e7b4b4a702c3452cf Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 14 Apr 2015 12:44:29 +0200 Subject: new config option: build ATF stuff from bind [#38754] --- Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b273fc17..13263553 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,6 +81,7 @@ host_triplet = @host@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ + $(top_srcdir)/bind/Makefile.in \ $(top_srcdir)/doc/devel/doxyfile.in $(nobase_include_HEADERS) \ README compile config.guess config.sub depcomp install-sh \ missing @@ -92,7 +93,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/includes/config.h -CONFIG_CLEAN_FILES = doc/devel/doxyfile +CONFIG_CLEAN_FILES = bind/Makefile doc/devel/doxyfile CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -231,6 +232,7 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ +BINDCONFIG = @BINDCONFIG@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -344,7 +346,7 @@ EXTRA_DIST = RELNOTES LICENSE \ doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \ doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \ doc/devel/omapi.dox doc/devel/qa.dox util/bindvar.sh \ - bind/Makefile bind/bind.tar.gz bind/version.tmp \ + bind/Makefile.in bind/bind.tar.gz bind/version.tmp \ common/tests/Atffile server/tests/Atffile SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server @@ -377,6 +379,8 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): +bind/Makefile: $(top_builddir)/config.status $(top_srcdir)/bind/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in cd $(top_builddir) && $(SHELL) ./config.status $@ install-nobase_includeHEADERS: $(nobase_include_HEADERS) -- cgit v1.2.1