aboutsummaryrefslogtreecommitdiff
path: root/libcult/build/cxx/configuration-dynamic.make
blob: 7485fe9feda6815ec848586341109c05bb203806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cxx_id       := gnu
cxx_optimize := n
cxx_debug    := n
cxx_rpath    := n
cxx_pp_extra_options := $(CPPFLAGS) -I$(out_root)/../stage/include
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  := $(out_root)/../stage/lib $(r)