From f429e2c55f77d5869683d902c9f4d96df1678d6c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 09:18:25 +0200 Subject: Get rid of legacy build systems --- build/import/libstudxml/stub.make | 29 ----------------------------- 1 file changed, 29 deletions(-) delete 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 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 -- cgit v1.1