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 --- libxerces-c/configuration-rules.make | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libxerces-c/configuration-rules.make (limited to 'libxerces-c/configuration-rules.make') diff --git a/libxerces-c/configuration-rules.make b/libxerces-c/configuration-rules.make new file mode 100644 index 0000000..e354b2e --- /dev/null +++ b/libxerces-c/configuration-rules.make @@ -0,0 +1,15 @@ +# file : build/import/libxerces-c/configuration-rules.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2005-2010 Boris Kolpackov +# license : GNU GPL v2; see accompanying LICENSE file + +$(dcf_root)/import/libxerces-c/configuration-dynamic.make: | $(dcf_root)/import/libxerces-c/. + $(call message,,$(scf_root)/import/libxerces-c/configure $@) + +ifndef %foreign% + +disfigure:: + $(call message,rm $(dcf_root)/import/libxerces-c/configuration-dynamic.make,\ +rm -f $(dcf_root)/import/libxerces-c/configuration-dynamic.make) + +endif -- cgit v1.1