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

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

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