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

cxx_h_suffix := hxx
cxx_t_suffix := txx
cxx_i_suffix := ixx
cxx_s_suffix := cxx

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