1# file      : build/cxx/cxx-o.make
2# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
3# license   : GNU GPL v2; see accompanying LICENSE file
4
5$(call include,$(bld_root)/cxx/configuration.make)
6
7ifdef cxx_id
8$(call include-once,$(bld_root)/cxx/$(cxx_id)/cxx-o.make,$(out_base))
9endif
10