From 2c57a439676481590179718091f7404eb2e03ad7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Apr 2014 12:32:17 +0200 Subject: Initial source code import --- build/import/libstudxml/stub.make | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 build/import/libstudxml/stub.make (limited to 'build/import/libstudxml/stub.make') diff --git a/build/import/libstudxml/stub.make b/build/import/libstudxml/stub.make new file mode 100644 index 0000000..2f73a97 --- /dev/null +++ b/build/import/libstudxml/stub.make @@ -0,0 +1,29 @@ +# file : build/import/libstudxml/stub.make +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +$(call include-once,$(scf_root)/import/libstudxml/configuration-rules.make,$(dcf_root)) + +libstudxml_installed := + +$(call -include,$(dcf_root)/import/libstudxml/configuration-dynamic.make) + +ifdef libstudxml_installed + +ifeq ($(libstudxml_installed),y) + +$(call export,l: -lstudxml,cpp-options: ) + +else + +# Include export stub. +# +$(call include,$(scf_root)/export/libstudxml/stub.make) + +endif + +else + +.NOTPARALLEL: + +endif -- cgit v1.1