summaryrefslogtreecommitdiff
path: root/build/import/libdbxml/rules.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/rules.make
parentf2ec36ab5fa04e11dee655d9c623baac95db1eba (diff)
Drop support for Berkeley DB XML
Diffstat (limited to 'build/import/libdbxml/rules.make')
-rw-r--r--build/import/libdbxml/rules.make42
1 files changed, 0 insertions, 42 deletions
diff --git a/build/import/libdbxml/rules.make b/build/import/libdbxml/rules.make
deleted file mode 100644
index ac8118c..0000000
--- a/build/import/libdbxml/rules.make
+++ /dev/null
@@ -1,42 +0,0 @@
-# file : build/import/libdbxml/rules.make
-# author : Boris Kolpackov <boris@kolpackov.net>
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
-# license : GNU GPL v2; see accompanying LICENSE file
-
-#@@ .l construction is compiler-specific
-#
-
-$(dcf_root)/import/libdbxml/%: root := $(libdbxml_root)
-
-ifeq ($(libdbxml_type),archive)
-
-$(dcf_root)/import/libdbxml/dbxml.l: \
-$(libdbxml_root)/install/lib/libdbxml.a \
-$(libdbxml_root)/install/lib/libxqilla.a \
-$(libdbxml_root)/install/lib/libxerces-c.a \
-$(libdbxml_root)/install/lib/libdb_cxx.a \
-$(libdbxml_root)/install/lib/libdb.a
-
-else
-
-$(dcf_root)/import/libdbxml/dbxml.l: \
-$(libdbxml_root)/install/lib/libdbxml.so \
-$(libdbxml_root)/install/lib/libxqilla.so \
-$(libdbxml_root)/install/lib/libxerces-c.so \
-$(libdbxml_root)/install/lib/libdb_cxx.so \
-$(libdbxml_root)/install/lib/libdb.so
- @echo $^ | xargs -n 1 echo >$@
- @echo rpath:$(root)/install/lib >>$@
-endif
-
-$(dcf_root)/import/libdbxml/dbxml.l.cpp-options:
- @echo include: -I$(root)/install/include >$@
-
-ifndef %foreign%
-
-disfigure::
- $(call message,rm $(dcf_root)/import/libdbxml/dbxml.l,\
-rm -f $(dcf_root)/import/libdbxml/dbxml.l)
- $(call message,,rm -f $(dcf_root)/import/libdbxml/dbxml.l.cpp-options)
-
-endif