summaryrefslogtreecommitdiff
path: root/build/import/libxsd-frontend/configuration-rules.make
blob: 05a312ab8412ded138718a5f33a03ebc018a9d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/import/libxsd-frontend/configuration-rules.make
# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

$(dcf_root)/import/libxsd-frontend/configuration-dynamic.make: | $(dcf_root)/import/libxsd-frontend/.
	$(call message,,$(scf_root)/import/libxsd-frontend/configure $@)

ifndef %foreign%

disfigure::
	$(call message,rm $(dcf_root)/import/libxsd-frontend/configuration-dynamic.make,\
rm -f $(dcf_root)/import/libxsd-frontend/configuration-dynamic.make)

endif