summaryrefslogtreecommitdiff
path: root/build-0.3/c/generic/configuration-sl.make
blob: 136186f2fb77e303c7cbccb8fa13a2c12780bfcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : build/c/generic/configuration-sl.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-sl-rules.make,$(dcf_root))

# Dynamic configuration.
#
c_generic_pic_option :=

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

ifdef c_generic_pic_option

$(out_root)/%: c_generic_pic_option := $(c_generic_pic_option)
$(out_root)/%: c_generic_shared_option := $(c_generic_shared_option)

else
.NOTPARALLEL:
endif