From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- libcult/build/configuration.make | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 libcult/build/configuration.make (limited to 'libcult/build/configuration.make') diff --git a/libcult/build/configuration.make b/libcult/build/configuration.make deleted file mode 100644 index b8724c8..0000000 --- a/libcult/build/configuration.make +++ /dev/null @@ -1,28 +0,0 @@ -# file : build/configuration.make -# author : Boris Kolpackov -# copyright : Copyright (c) 2006-2010 Boris Kolpackov -# license : GNU GPL v2; see accompanying LICENSE file - -$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root)) - - -# Dynamic configuration. -# -cult_dr := -cult_threads := -cult_network := - - -$(call -include,$(dcf_root)/configuration-dynamic.make) - -ifdef cult_dr - -$(out_root)/%: cult_threads := $(cult_threads) -$(out_root)/%: cult_network := $(cult_network) -$(out_root)/%: cult_dr := $(cult_dr) - -else - -.NOTPARALLEL: - -endif -- cgit v1.2.3