aboutsummaryrefslogtreecommitdiff
path: root/cli/build/cxx/configuration-dynamic.make
blob: fa9bd03aec3ec17d5ce587008f5be29c8a318a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cxx_id       := gnu
cxx_optimize := n
cxx_debug    := n
cxx_rpath    := n

cxx_pp_extra_options := $(CPPFLAGS)
cxx_extra_options    := $(CXXFLAGS)
cxx_ld_extra_options := $(LDFLAGS)
cxx_extra_libs       := $(LIBS)

r := $(shell echo $(LDFLAGS) | sed -e 's/-L *\([^ ]*\)/-L\1/g')
r := $(patsubst -L%,%,$(filter -L%,$(r)))
r := $(shell echo $(r) | sed -e 's/ /:/g')

cxx_extra_lib_paths  := $(r)