blob: 2025cfcdcd8d0305730d4ed1ebae84a2b3c6e18e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : build/cxx/generic/configuration-rules.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/generic/configuration-dynamic.make: | $(dcf_root)/cxx/generic/.
$(call message,,$(bld_root)/cxx/generic/configure $@)
ifndef %foreign%
$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/cxx/generic/configuration-dynamic.make,\
rm -f $(dcf_root)/cxx/generic/configuration-dynamic.make)
endif
|