aboutsummaryrefslogtreecommitdiff
path: root/build/export/odb/stub.make
blob: 63cfc71788bf2f30fc343fa63af7ceb61398cc61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : build/export/odb/stub.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 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)