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