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