aboutsummaryrefslogtreecommitdiff
path: root/build/export
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:25:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:25:40 +0200
commit5d7489b226649a6790d1afbb28359ce5f6ec5c6a (patch)
treec3e9b3357ed2fc36ec152b4fd00a1294d25699d5 /build/export
parent4f17a1e17ca7d40605bf6af46d8136f2c8d30779 (diff)
Add odb import stub
Diffstat (limited to 'build/export')
-rw-r--r--build/export/odb/stub.make13
1 files changed, 13 insertions, 0 deletions
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 <boris@codesynthesis.com>
+# 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)