summaryrefslogtreecommitdiff
path: root/build/import/libboost/configuration-rules.make
blob: 88a3b385183aa222292d5a8d0c0074c744240fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/import/libboost/configuration-rules.make
# copyright : Copyright (c) 2005-2011 Boris Kolpackov
# license   : GNU GPL v2; see accompanying LICENSE file

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

ifndef %foreign%

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

endif