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

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

ifndef %foreign%

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

endif