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/import/libodb/stub.make | |
parent | 33e48d4e4ab24828e7cd9af883fd716e28cc73a6 (diff) |
Development build system setup
Diffstat (limited to 'build/import/libodb/stub.make')
-rw-r--r-- | build/import/libodb/stub.make | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make new file mode 100644 index 0000000..97bb5ff --- /dev/null +++ b/build/import/libodb/stub.make @@ -0,0 +1,30 @@ +# file : build/import/libodb/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,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root)) + +libodb_installed := + +$(call -include,$(dcf_root)/import/libodb/configuration-dynamic.make) + +ifdef libodb_installed + +ifeq ($(libodb_installed),y) + +$(call export,l: -lodb,cpp-options: ) + +else + +# Include export stub. +# +$(call include,$(scf_root)/export/libodb/stub.make) + +endif + +else + +.NOTPARALLEL: + +endif |