summaryrefslogtreecommitdiff
path: root/build-0.3/c/generic/configuration-sl-rules.make
blob: 147cb1d32c78012f4e5d81a23c2df093c9163bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/c/generic/configuration-sl-rules.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(dcf_root)/c/generic/configuration-sl-dynamic.make: | $(dcf_root)/c/generic/.
	$(call message,,$(bld_root)/c/generic/configure-sl $@)

ifndef %foreign%

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

endif