summaryrefslogtreecommitdiff
path: root/build-0.3/cxx/generic/configuration.make
blob: b57eaafc556df2b49d123891cc6fd831408eddac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# file      : build/cxx/generic/configuration.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(call include-once,$(bld_root)/cxx/generic/configuration-rules.make,$(dcf_root))

# Static configuration.
#
ifneq ($(bld_root),$(scf_root))
$(call -include,$(scf_root)/cxx/generic/configuration-static.make)
endif

# Dynamic configuration.
#
cxx_generic :=

$(call -include,$(dcf_root)/cxx/generic/configuration-dynamic.make)

ifndef cxx_generic
.NOTPARALLEL:
endif