blob: d6c0731eb2e998a12eaa2df8ef2657f8024dd5b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : build/cxx/configuration-static.make
# copyright : Copyright (c) 2004-2012 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
|