From f024d16b9c78d683baa5d87b6e92b3d79a1f3300 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 5 Sep 2011 11:54:16 +0200 Subject: Add initial development infrastructure --- build/import/liboci/stub.make | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 build/import/liboci/stub.make (limited to 'build/import/liboci/stub.make') diff --git a/build/import/liboci/stub.make b/build/import/liboci/stub.make new file mode 100644 index 0000000..e735d10 --- /dev/null +++ b/build/import/liboci/stub.make @@ -0,0 +1,24 @@ +# file : build/import/liboci/stub.make +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : ODB NCUEL; see accompanying LICENSE file + +$(call include-once,$(scf_root)/import/liboci/configuration-rules.make,$(dcf_root)) + +liboci_root := + +$(call -include,$(dcf_root)/import/liboci/configuration-dynamic.make) + +ifdef liboci_root + +$(call include-once,$(scf_root)/import/liboci/rules.make,$(dcf_root)) + +$(call export,\ + l: $(dcf_root)/import/liboci/oci.l,\ + cpp-options: $(dcf_root)/import/liboci/oci.l.cpp-options) + +else + +.NOTPARALLEL: + +endif -- cgit v1.1