3
_bootstrap_Makefile := $(wildcard [M]akefile)
4
_bootstrap_config-status := $(wildcard config.status)
8
ifneq ($(_bootstrap_Makefile),)
11
ifneq ($(_bt_config-status),)
12
$(srcdir)/config.status
13
$(MAKE) $(AM_MAKEFLAGS) configure
16
.DEFAULT_GOAL:= basic_build
19
configure: bootstrap.sh
20
@$(srcdir)/bootstrap.sh -a
23
@$(srcdir)/bootstrap.sh -c
27
@$(MAKE) $(AM_MAKEFLAGS)
30
ALL_RECURSIVE_TARGETS+= $(AM_RECURSIVE_TARGETS)
32
ifneq ($(word 2, $(MAKECMDGOALS)), )
33
ifneq ($(filter $(ALL_RECURSIVE_TARGETS), $(MAKECMDGOALS)), )