aboutsummaryrefslogtreecommitdiff
path: root/build/c/c-d.make
blob: 18fc0d47b1b10a56d6274e565d39a184ec2b22a4 (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-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)/c-d.make,$(out_base))
endif