summaryrefslogtreecommitdiff
path: root/build-0.3/c/configuration-static.make
blob: c226a3652eded89fb62515613dbbbadd1e4b4e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : build/c/configuration-static.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

c_h_suffix := h
c_s_suffix := c

# Get user-supplied static configuration if any.
#
ifneq ($(bld_root),$(scf_root))
$(call -include,$(scf_root)/c/configuration-static.make)
endif