aboutsummaryrefslogtreecommitdiff
path: root/build/c/c-d.make
blob: 76ac2e191fda95c71c3ebed2a52ff02e3ae751cb (plain)
1
2
3
4
5
6
7
8
9
10
# file      : build/c/c-d.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)/c/configuration.make)

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