aboutsummaryrefslogtreecommitdiff
path: root/xsde/build/c/configuration-dynamic.make
blob: 2003d76f9417b742b1fd418fd0a3582c440755ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
c_id       := gnu
c_optimize := n
c_debug    := n
c_rpath    := n
c_pp_extra_options := $(CPPFLAGS)
c_extra_options    := $(CFLAGS)
c_ld_extra_options := $(LDFLAGS)
c_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')

c_extra_lib_paths  := $(r)