blob: 446d6439beca1d3333ebb0f2d7eed2c2a7420a2f (
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-2010 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
|