summaryrefslogtreecommitdiff
path: root/build-0.3/cxx/cxx-d.make
blob: 34b80c93327b3626be46beec8ec42dc1d867d6cb (plain)
1
2
3
4
5
6
7
8
9
10
# file      : build/cxx/cxx-d.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2010 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-d.make,$(out_base))
endif