summaryrefslogtreecommitdiff
path: root/build-0.3/cxx/configuration-rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'build-0.3/cxx/configuration-rules.make')
-rw-r--r--build-0.3/cxx/configuration-rules.make18
1 files changed, 0 insertions, 18 deletions
diff --git a/build-0.3/cxx/configuration-rules.make b/build-0.3/cxx/configuration-rules.make
deleted file mode 100644
index 70fce9d..0000000
--- a/build-0.3/cxx/configuration-rules.make
+++ /dev/null
@@ -1,18 +0,0 @@
-# file : build/cxx/configuration-rules.make
-# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
-
-$(dcf_root)/cxx/configuration-dynamic.make: | $(dcf_root)/cxx/.
- $(call message,,$(bld_root)/cxx/configure $@ \
-"$(origin cxx_pp_options)" \
-"$(origin cxx_options)" \
-"$(origin cxx_ld_options)" \
-"$(origin cxx_libs)")
-
-ifndef %foreign%
-
-$(dcf_root)/.disfigure::
- $(call message,rm $(dcf_root)/cxx/configuration-dynamic.make,\
-rm -f $(dcf_root)/cxx/configuration-dynamic.make)
-
-endif