blob: a08b37134ab3cd360b472ce7e926257dfdb88a5a (
plain)
1
2
3
4
5
6
7
8
9
|
# file : build/cxx/cxx-o.make
# 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)/cxx-o.make,$(out_base))
endif
|