diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:37:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:37:53 +0200 |
commit | 4ad0b2c86b8910b1e6c200ac121fe52b73fe7500 (patch) | |
tree | be1ef3c3942601276a08a99a7af2f699379945c6 /build/export | |
parent | 752289fb671e8b0a8723714c66bbffaa87b3b09e (diff) |
Add import stub libodb-tracer
Diffstat (limited to 'build/export')
-rw-r--r-- | build/export/libodb-tracer/stub.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/export/libodb-tracer/stub.make b/build/export/libodb-tracer/stub.make new file mode 100644 index 0000000..58f9623 --- /dev/null +++ b/build/export/libodb-tracer/stub.make @@ -0,0 +1,10 @@ +# file : build/export/libodb-tracer/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/tracer/makefile,$(out_root)) + +$(call export,\ + l: $(out_root)/odb/tracer/odb-tracer.l,\ + cpp-options: $(out_root)/odb/tracer/odb-tracer.l.cpp-options) |