diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-17 15:15:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-17 15:15:36 +0200 |
commit | cb249b85903c7e505a44c24ae47346e98f3485b9 (patch) | |
tree | f6894a486c14a5f11bb91bfc22a038c2a6a614db /build/export | |
parent | 33e48d4e4ab24828e7cd9af883fd716e28cc73a6 (diff) |
Development build system setup
Diffstat (limited to 'build/export')
-rw-r--r-- | build/export/libodb-qt/stub.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/export/libodb-qt/stub.make b/build/export/libodb-qt/stub.make new file mode 100644 index 0000000..6ec954e --- /dev/null +++ b/build/export/libodb-qt/stub.make @@ -0,0 +1,10 @@ +# file : build/export/libodb-qt/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/qt/makefile,$(out_root)) + +$(call export,\ + l: $(out_root)/odb/qt/odb-qt.l,\ + cpp-options: $(out_root)/odb/qt/odb-qt.l.cpp-options) |