From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- xsd/build/import/libboost/regex/stub.make | 36 ------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 xsd/build/import/libboost/regex/stub.make (limited to 'xsd/build/import/libboost/regex/stub.make') diff --git a/xsd/build/import/libboost/regex/stub.make b/xsd/build/import/libboost/regex/stub.make deleted file mode 100644 index eabc515..0000000 --- a/xsd/build/import/libboost/regex/stub.make +++ /dev/null @@ -1,36 +0,0 @@ -# file : build/import/libboost/regex/stub.make -# author : Boris Kolpackov -# copyright : Copyright (c) 2005-2010 Boris Kolpackov -# license : GNU GPL v2; see accompanying LICENSE file - -$(call include-once,$(scf_root)/import/libboost/configuration-rules.make,$(dcf_root)) - -libboost_installed := - -$(call -include,$(dcf_root)/import/libboost/configuration-dynamic.make) - -ifdef libboost_installed - -ifeq ($(libboost_installed),y) - -ifeq ($(libboost_system),y) -$(call export,l: -lboost_regex$(libboost_suffix) -lboost_system$(libboost_suffix),cpp_options: ) -else -$(call export,l: -lboost_regex$(libboost_suffix),cpp_options: ) -endif - -else - -$(call include-once,$(scf_root)/import/libboost/regex/rules.make,$(dcf_root)) - -$(call export,\ - l: $(dcf_root)/import/libboost/regex/regex.l,\ - cpp-options: $(dcf_root)/import/libboost/regex/regex.l.cpp-options) - -endif - -else - -.NOTPARALLEL: - -endif -- cgit v1.2.3