1# file      : build/cxx/configuration-static.make
2# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
3# license   : GNU GPL v2; see accompanying LICENSE file
4
5cxx_h_suffix := hxx
6cxx_t_suffix := txx
7cxx_i_suffix := ixx
8cxx_s_suffix := cxx
9
10# Get user-supplied static configuration if any.
11#
12ifneq ($(bld_root),$(scf_root))
13$(call -include,$(scf_root)/cxx/configuration-static.make)
14endif