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

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

ifndef %foreign%

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

endif