aboutsummaryrefslogtreecommitdiff
path: root/build/import/cli/configuration-rules.make
blob: 5fb2485bce0da473968be62bdf3c8a6511cc2aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/import/cli/configuration-rules.make
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

$(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/.
	$(call message,,$(scf_root)/import/cli/configure $@)

ifndef %foreign%

$(dcf_root)/.disfigure::
	$(call message,rm $(dcf_root)/import/cli/configuration-dynamic.make,\
rm -f $(dcf_root)/import/cli/configuration-dynamic.make)

endif