aboutsummaryrefslogtreecommitdiff
path: root/build/export/odb/stub.make
blob: 277013c45f0bac56a285d81b5d9c0c4846655323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : build/export/odb/stub.make
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license   : GNU GPL v3; see accompanying LICENSE file

$(call include-once,$(src_root)/odb/makefile,$(out_root))

# Use the rules file from odb's import directory instead of the
# importing project's one.
#
$(call export,\
  odb: $(out_root)/odb/odb,\
  odb-rules: $(scf_root)/import/odb/hxx-cxx.make)