From ac0ec9b7689393e5e549c08765ca736c673c54bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Nov 2013 08:55:22 +0200 Subject: Drop support for Berkeley DB XML --- build/import/libdbxml/stub.make | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 build/import/libdbxml/stub.make (limited to 'build/import/libdbxml/stub.make') 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 -# 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 -- cgit v1.1