diff options
Diffstat (limited to 'libxsd-frontend/build/bootstrap.make')
-rw-r--r-- | libxsd-frontend/build/bootstrap.make | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libxsd-frontend/build/bootstrap.make b/libxsd-frontend/build/bootstrap.make index 4db3c99..bb1a5aa 100644 --- a/libxsd-frontend/build/bootstrap.make +++ b/libxsd-frontend/build/bootstrap.make @@ -1,6 +1,5 @@ # file : build/bootstrap.make -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file project_name := libxsd-frontend @@ -16,6 +15,10 @@ ifeq ($(patsubst %build/bootstrap.make,,$(lastword $(MAKEFILE_LIST))),) include $(build)/bootstrap.make endif +# Configuration (optional; only used in the +dep packages). +# +$(call -include,$(dcf_root)/configuration-dynamic.make) + # Aliases # .PHONY: $(out_base)/ \ @@ -41,6 +44,6 @@ define include-dep $(call -include,$1) endef -ifneq ($(filter $(MAKECMDGOALS),clean cleandoc disfigure),) +ifneq ($(filter $(MAKECMDGOALS),clean disfigure),) include-dep = endif |