summaryrefslogtreecommitdiff
path: root/build-0.3/cxx/generic/configuration-sl-rules.make
blob: 3630d26ab575bed6457d5a04d8dc14009a0dac6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/cxx/generic/configuration-sl-rules.make
# copyright : Copyright (c) 2004-2012 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%

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

endif