summaryrefslogtreecommitdiff
path: root/build/import/libcutl/configuration-rules.make
blob: 4559510ad7c122402a1696e341146c1edc9429a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : build/import/libcutl/configuration-rules.make
# license   : MIT; see accompanying LICENSE file

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

ifndef %foreign%

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

endif