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

$(dcf_root)/cxx/intel/configuration-dynamic.make: | $(dcf_root)/cxx/intel/.
	$(call message,,$(bld_root)/cxx/intel/configure $@ $(cxx_optimize) \
"$(cxx_extra_options)" "$(cxx_ld_extra_options)")

ifndef %foreign%

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

endif