summaryrefslogtreecommitdiff
path: root/build-0.3/c/c-o.make
blob: 0e6a53209516f68b20045f817edf409b4bb5480a (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : build/c/c-o.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-o.make,$(out_base))
endif