aboutsummaryrefslogtreecommitdiff
path: root/build/import/libodb-boost/configuration-rules.make
blob: 0f5c0e857d339cdc60ac8b48ecd8b9ccca22f3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/import/libodb-boost/configuration-rules.make
# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

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

ifndef %foreign%

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

endif