aboutsummaryrefslogtreecommitdiff
path: root/build/export/libodb-sqlite/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/export/libodb-sqlite/stub.make')
-rw-r--r--build/export/libodb-sqlite/stub.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/export/libodb-sqlite/stub.make b/build/export/libodb-sqlite/stub.make
new file mode 100644
index 0000000..6beb3be
--- /dev/null
+++ b/build/export/libodb-sqlite/stub.make
@@ -0,0 +1,10 @@
+# file : build/export/libodb-sqlite/stub.make
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+$(call include-once,$(src_root)/odb/sqlite/makefile,$(out_root))
+
+$(call export,\
+ l: $(out_root)/odb/sqlite/odb-sqlite.l,\
+ cpp-options: $(out_root)/odb/sqlite/odb-sqlite.l.cpp-options)