summaryrefslogtreecommitdiff
path: root/build/import/libbackend-elements/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/import/libbackend-elements/stub.make')
-rw-r--r--build/import/libbackend-elements/stub.make32
1 files changed, 0 insertions, 32 deletions
diff --git a/build/import/libbackend-elements/stub.make b/build/import/libbackend-elements/stub.make
deleted file mode 100644
index b171c30..0000000
--- a/build/import/libbackend-elements/stub.make
+++ /dev/null
@@ -1,32 +0,0 @@
-# file : build/import/libbackend-elements/stub.make
-# author : Boris Kolpackov <boris@kolpackov.net>
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
-# license : GNU GPL v2; see accompanying LICENSE file
-
-$(call include-once,$(scf_root)/import/libbackend-elements/configuration-rules.make,$(dcf_root))
-
-libbackend_elements_installed :=
-
-$(call -include,$(dcf_root)/import/libbackend-elements/configuration-dynamic.make)
-
-ifdef libbackend_elements_installed
-
-ifeq ($(libbackend_elements_installed),y)
-
-#-lbackend-elements
-
-$(call export,l: -lcult -lboost_regex,cpp_options: )
-
-else
-
-# Include export stub.
-#
-$(call include,$(scf_root)/export/libbackend-elements/stub.make)
-
-endif
-
-else
-
-.NOTPARALLEL:
-
-endif