From cd63dba445d476317e9a25c9d791a7078a0395c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2011 17:40:25 +0200 Subject: Add support for selecting threading implementation --- build/configuration.make | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build/configuration.make (limited to 'build/configuration.make') diff --git a/build/configuration.make b/build/configuration.make new file mode 100644 index 0000000..0919150 --- /dev/null +++ b/build/configuration.make @@ -0,0 +1,22 @@ +# file : build/configuration.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root)) + +# Dynamic configuration. +# +libodb_threads := + +$(call -include,$(dcf_root)/configuration-dynamic.make) + +ifdef libodb_threads + +$(out_root)/%: libodb_threads := $(libodb_threads) + +else + +.NOTPARALLEL: + +endif -- cgit v1.1