blob: 3a3051b40fd3e7fe3418c74c83a4978febf4d86f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# file : build/configuration-rules.make
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/configuration-dynamic.make: | $(dcf_root)/.
$(call message,,$(scf_root)/configure $@)
ifndef %foreign%
disfigure::
$(call message,rm $$1,rm -f $$1,$(dcf_root)/configuration-dynamic.make)
$(call message,rm $$1,rm -f $$1,$(dcf_root)/db.options)
$(call message,rm $$1,rm -f $$1,$(dcf_root)/db-driver)
endif
ifeq ($(.DEFAULT_GOAL),$(dcf_root)/configuration-dynamic.make)
.DEFAULT_GOAL :=
endif
|