summaryrefslogtreecommitdiff
path: root/build/export/odb/stub.make
blob: 890ae220d7e7c7c4d3bd5a681fda43099ad382a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : build/export/odb/stub.make
# 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)