aboutsummaryrefslogtreecommitdiff
path: root/build/import/libstudxml/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/import/libstudxml/stub.make')
-rw-r--r--build/import/libstudxml/stub.make29
1 files changed, 0 insertions, 29 deletions
diff --git a/build/import/libstudxml/stub.make b/build/import/libstudxml/stub.make
deleted file mode 100644
index eafa4c4..0000000
--- a/build/import/libstudxml/stub.make
+++ /dev/null
@@ -1,29 +0,0 @@
-# file : build/import/libstudxml/stub.make
-# copyright : Copyright (c) 2013-2017 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