aboutsummaryrefslogtreecommitdiff
path: root/libfrontend-elements/build/cxx/configuration-dynamic.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-02-25 10:08:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-02-25 10:08:02 +0200
commit27142799b33dabc075f660e5de8ab375a1ac9314 (patch)
treec9b279c24fd1b80985bec7c952fb9598ca97e3b4 /libfrontend-elements/build/cxx/configuration-dynamic.make
parent7f23a534f3ed0b9c79a7f7c5c01648a7a4fcff70 (diff)
Update and improve for new dependencies
Diffstat (limited to 'libfrontend-elements/build/cxx/configuration-dynamic.make')
-rw-r--r--libfrontend-elements/build/cxx/configuration-dynamic.make14
1 files changed, 0 insertions, 14 deletions
diff --git a/libfrontend-elements/build/cxx/configuration-dynamic.make b/libfrontend-elements/build/cxx/configuration-dynamic.make
deleted file mode 100644
index 568ab40..0000000
--- a/libfrontend-elements/build/cxx/configuration-dynamic.make
+++ /dev/null
@@ -1,14 +0,0 @@
-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)