summaryrefslogtreecommitdiff
path: root/build/import/libxerces-c/configuration-rules.make
blob: bda0a59cf2adb01829ecb02c6f1a7be1954cae52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : build/import/libxerces-c/configuration-rules.make
# 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