aboutsummaryrefslogtreecommitdiff
path: root/build/c/intel/configuration-rules.make
blob: 097fc54b5862654e03d242e2667f5c507b7e2b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/c/intel/configuration-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/intel/configuration-dynamic.make: | $(dcf_root)/c/intel/.
	$(call message,,$(bld_root)/c/intel/configure $@ $(c_optimize))

ifndef %foreign%

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

endif