summaryrefslogtreecommitdiff
path: root/build-0.3/c/generic/configuration-sl.make
blob: b3a18a83ecf445c808e1ee12e7d883055b2103dc (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-sl.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)/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