blob: 7598be96a840a5e8290af58bb47413ee1758efd0 (
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-2010 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%
disfigure::
$(call message,rm $(dcf_root)/cxx/gnu/configuration-dynamic.make,\
rm -f $(dcf_root)/cxx/gnu/configuration-dynamic.make)
endif
|