summaryrefslogtreecommitdiff
path: root/build-0.3/c/generic/configuration.make
blob: 1881c5c1f6d890a18d511b352da3c4256018c55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# file      : build/c/generic/configuration.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

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

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

# Dynamic configuration.
#
c_generic :=

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

ifndef c_generic
.NOTPARALLEL:
endif