summaryrefslogtreecommitdiff
path: root/build-0.3/c/generic/configuration-sl-rules.make
blob: e685be6558782c66a86da469edb0761526aeeace (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-2010 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%

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

endif