From 5d7489b226649a6790d1afbb28359ce5f6ec5c6a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jun 2010 16:25:40 +0200 Subject: Add odb import stub --- build/export/odb/stub.make | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 build/export/odb/stub.make (limited to 'build/export') diff --git a/build/export/odb/stub.make b/build/export/odb/stub.make new file mode 100644 index 0000000..1293663 --- /dev/null +++ b/build/export/odb/stub.make @@ -0,0 +1,13 @@ +# file : build/export/odb/stub.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# license : GNU GPL v2; 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) -- cgit v1.1