From 8b416ee938662901e1d75cf631c198cde17bb8c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jun 2010 16:33:42 +0200 Subject: Add libodb import stub --- build/export/libodb/stub.make | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build/export/libodb/stub.make (limited to 'build/export') diff --git a/build/export/libodb/stub.make b/build/export/libodb/stub.make new file mode 100644 index 0000000..c7d649e --- /dev/null +++ b/build/export/libodb/stub.make @@ -0,0 +1,10 @@ +# file : build/export/libodb/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)) + +$(call export,\ + l: $(out_root)/odb/odb.l,\ + cpp-options: $(out_root)/odb/odb.l.cpp-options) -- cgit v1.1