blob: cbcf1603fc020de43d177613a69a93a54c7312c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : build/cxx/generic/configuration-sl-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/generic/configuration-sl-dynamic.make: | $(dcf_root)/cxx/generic/.
$(call message,,$(bld_root)/cxx/generic/configure-sl $@)
ifndef %foreign%
disfigure::
$(call message,rm $(dcf_root)/cxx/generic/configuration-sl-dynamic.make,\
rm -f $(dcf_root)/cxx/generic/configuration-sl-dynamic.make)
endif
|