aboutsummaryrefslogtreecommitdiff
path: root/build/import/odb/configuration-rules.make
blob: 82e4de4efd808f2b661763a1454cfeaea894a05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/import/odb/configuration-rules.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license   : GNU GPL v3; see accompanying LICENSE file

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

ifndef %foreign%

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

endif