diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:25:44 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:25:44 +0200 |
commit | 8286ac511144e4f17d34eac9affb97e50646344a (patch) | |
tree | f1af7320d7b6be6be059216d0ad08ac7b4f73fd0 /libcult/build/configuration.make | |
parent | a15cf65c44d5c224169c32ef5495b68c758134b7 (diff) |
Imported Upstream version 4.0.0upstream/4.0.0
Diffstat (limited to 'libcult/build/configuration.make')
-rw-r--r-- | libcult/build/configuration.make | 28 |
1 files changed, 0 insertions, 28 deletions
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 <boris@kolpackov.net> -# 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 |