diff options
Diffstat (limited to 'libxerces-c/configuration-rules.make')
-rw-r--r-- | libxerces-c/configuration-rules.make | 15 |
1 files changed, 15 insertions, 0 deletions
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 <boris@kolpackov.net> +# 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 |