aboutsummaryrefslogtreecommitdiff
path: root/build/export/odb/stub.make
blob: cb33eb86d8d2dfbed9b6fbd6cf96770030f4931a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : build/export/odb/stub.make
# copyright : Copyright (c) 2009-2017 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)