summaryrefslogtreecommitdiff
path: root/build/import/libbackend-elements/configuration-rules.make
blob: 1766f03b11f353db45f6892c32bf698708d56c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/import/libbackend-elements/configuration-rules.make
# author    : Boris Kolpackov <boris@kolpackov.net>
# copyright : Copyright (c) 2005-2009 Boris Kolpackov
# license   : GNU GPL v2; see accompanying LICENSE file

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

ifndef %foreign%

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

endif