From 5bac93f5b37f6ae091e63aefd0f2da4def0dfd49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Sep 2009 16:26:07 +0200 Subject: Start tracking XSD dependency information with git --- libfrontend-elements/build/cxx/configuration-dynamic.make | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libfrontend-elements/build/cxx/configuration-dynamic.make (limited to 'libfrontend-elements/build/cxx/configuration-dynamic.make') diff --git a/libfrontend-elements/build/cxx/configuration-dynamic.make b/libfrontend-elements/build/cxx/configuration-dynamic.make new file mode 100644 index 0000000..7485fe9 --- /dev/null +++ b/libfrontend-elements/build/cxx/configuration-dynamic.make @@ -0,0 +1,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) -- cgit v1.1