aboutsummaryrefslogtreecommitdiff
path: root/build/import/libcutl/configuration-rules.make
blob: a91f512b262b5b8ad71b8a6cfd2db0af95e290c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/import/libcutl/configuration-rules.make
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# 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