summaryrefslogtreecommitdiff
path: root/build-0.3/c/configuration-static.make
diff options
context:
space:
mode:
Diffstat (limited to 'build-0.3/c/configuration-static.make')
-rw-r--r--build-0.3/c/configuration-static.make12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-0.3/c/configuration-static.make b/build-0.3/c/configuration-static.make
new file mode 100644
index 0000000..c226a36
--- /dev/null
+++ b/build-0.3/c/configuration-static.make
@@ -0,0 +1,12 @@
+# file : build/c/configuration-static.make
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+c_h_suffix := h
+c_s_suffix := c
+
+# Get user-supplied static configuration if any.
+#
+ifneq ($(bld_root),$(scf_root))
+$(call -include,$(scf_root)/c/configuration-static.make)
+endif