summaryrefslogtreecommitdiff
path: root/build/import/libdbxml/stub.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-14 08:55:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-14 08:55:22 +0200
commitac0ec9b7689393e5e549c08765ca736c673c54bb (patch)
treee231e8d63059c6fb20f2de2dbc742ab075dbd7fb /build/import/libdbxml/stub.make
parentf2ec36ab5fa04e11dee655d9c623baac95db1eba (diff)
Drop support for Berkeley DB XML
Diffstat (limited to 'build/import/libdbxml/stub.make')
-rw-r--r--build/import/libdbxml/stub.make32
1 files changed, 0 insertions, 32 deletions
diff --git a/build/import/libdbxml/stub.make b/build/import/libdbxml/stub.make
deleted file mode 100644
index f8eb9a3..0000000
--- a/build/import/libdbxml/stub.make
+++ /dev/null
@@ -1,32 +0,0 @@
-# file : build/import/libdbxml/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/libdbxml/configuration-rules.make,$(dcf_root))
-
-libdbxml_installed :=
-
-$(call -include,$(dcf_root)/import/libdbxml/configuration-dynamic.make)
-
-ifdef libdbxml_installed
-
-ifeq ($(libdbxml_installed),y)
-
-$(call export,l: -ldbxml -lxqilla -lxerces-c -ldb_cxx -ldb,cpp-options: )
-
-else
-
-$(call include-once,$(scf_root)/import/libdbxml/rules.make,$(dcf_root))
-
-$(call export,\
- l: $(dcf_root)/import/libdbxml/dbxml.l,\
- cpp-options: $(dcf_root)/import/libdbxml/dbxml.l.cpp-options)
-
-endif
-
-else
-
-.NOTPARALLEL:
-
-endif