aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/o-e.make
blob: 9e05d84c11ebc4c07e524a36ef2ff7aef9cc3a55 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : build/cxx/o-e.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(call include,$(bld_root)/cxx/configuration.make)

ifdef cxx_id
$(call include-once,$(bld_root)/cxx/$(cxx_id)/o-e.make,$(out_base))
endif