aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/gnu/configuration-rules.make
blob: 39a0f152d2af32f27bde9d8f7b32499e6e9bfd75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/cxx/gnu/configuration-rules.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(dcf_root)/cxx/gnu/configuration-dynamic.make: | $(dcf_root)/cxx/gnu/.
	$(call message,,$(bld_root)/cxx/gnu/configure $@ $(cxx_optimize))

ifndef %foreign%

$(dcf_root)/.disfigure::
	$(call message,rm $(dcf_root)/cxx/gnu/configuration-dynamic.make,\
rm -f $(dcf_root)/cxx/gnu/configuration-dynamic.make)

endif