aboutsummaryrefslogtreecommitdiff
path: root/build/import/libstudxml/stub.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-27 12:32:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-27 12:32:17 +0200
commit2c57a439676481590179718091f7404eb2e03ad7 (patch)
treea008f641f62fc995c9f93a5b37ee5f329bbaa525 /build/import/libstudxml/stub.make
parent78e1a4d4a0a6022c13f251fbe23a20b2262830b2 (diff)
Initial source code import
Diffstat (limited to 'build/import/libstudxml/stub.make')
-rw-r--r--build/import/libstudxml/stub.make29
1 files changed, 29 insertions, 0 deletions
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