From 1e552b818ee2f6680dd6f318c8aaea0b1f857955 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 May 2010 09:51:56 +0200 Subject: Start tracking import stubs with git --- libdbxml/configuration-rules.make | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libdbxml/configuration-rules.make (limited to 'libdbxml/configuration-rules.make') diff --git a/libdbxml/configuration-rules.make b/libdbxml/configuration-rules.make new file mode 100644 index 0000000..e01f8e2 --- /dev/null +++ b/libdbxml/configuration-rules.make @@ -0,0 +1,15 @@ +# file : build/import/libdbxml/configuration-rules.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2005-2010 Boris Kolpackov +# license : GNU GPL v2; see accompanying LICENSE file + +$(dcf_root)/import/libdbxml/configuration-dynamic.make: | $(dcf_root)/import/libdbxml/. + $(call message,,$(scf_root)/import/libdbxml/configure $@) + +ifndef %foreign% + +disfigure:: + $(call message,rm $(dcf_root)/import/libdbxml/configuration-dynamic.make,\ +rm -f $(dcf_root)/import/libdbxml/configuration-dynamic.make) + +endif -- cgit v1.1