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

$(dcf_root)/c/gnu/configuration-dynamic.make: | $(dcf_root)/c/gnu/.
	$(call message,,$(bld_root)/c/gnu/configure $@ $(c_optimize))

ifndef %foreign%

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

endif