aboutsummaryrefslogtreecommitdiff
path: root/build/c/generic/configuration-sl-rules.make
blob: b9958846c270c3f548d918b65c06fc11a1e4a7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/c/generic/configuration-sl-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)/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