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