diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:25:44 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:25:44 +0200 |
commit | 8286ac511144e4f17d34eac9affb97e50646344a (patch) | |
tree | f1af7320d7b6be6be059216d0ad08ac7b4f73fd0 /xsd/build/import/libboost/regex | |
parent | a15cf65c44d5c224169c32ef5495b68c758134b7 (diff) |
Imported Upstream version 4.0.0upstream/4.0.0
Diffstat (limited to 'xsd/build/import/libboost/regex')
-rw-r--r-- | xsd/build/import/libboost/regex/rules.make | 50 | ||||
-rw-r--r-- | xsd/build/import/libboost/regex/stub.make | 36 |
2 files changed, 0 insertions, 86 deletions
diff --git a/xsd/build/import/libboost/regex/rules.make b/xsd/build/import/libboost/regex/rules.make deleted file mode 100644 index 2f6b8f7..0000000 --- a/xsd/build/import/libboost/regex/rules.make +++ /dev/null @@ -1,50 +0,0 @@ -# file : build/import/libboost/regex/rules.make -# author : Boris Kolpackov <boris@kolpackov.net> -# copyright : Copyright (c) 2005-2010 Boris Kolpackov -# license : GNU GPL v2; see accompanying LICENSE file - -$(dcf_root)/import/libboost/%: root := $(libboost_root) - -$(dcf_root)/import/libboost/regex/regex.l: \ - | $(dcf_root)/import/libboost/regex/. - -ifeq ($(libboost_type),archive) - -ifeq ($(libboost_system),y) -$(dcf_root)/import/libboost/regex/regex.l: \ - $(libboost_root)/stage/lib/libboost_regex$(libboost_suffix).a \ - $(libboost_root)/stage/lib/libboost_system$(libboost_suffix).a -else -$(dcf_root)/import/libboost/regex/regex.l: \ - $(libboost_root)/stage/lib/libboost_regex$(libboost_suffix).a -endif - @echo $^ >$@ - -else - -ifeq ($(libboost_system),y) -$(dcf_root)/import/libboost/regex/regex.l: \ - $(libboost_root)/stage/lib/libboost_regex$(libboost_suffix).so \ - $(libboost_root)/stage/lib/libboost_system$(libboost_suffix).so -else -$(dcf_root)/import/libboost/regex/regex.l: \ - $(libboost_root)/stage/lib/libboost_regex$(libboost_suffix).so -endif - @echo $^ >$@ - @echo rpath:$(root)/stage/lib >>$@ - -endif - - -$(dcf_root)/import/libboost/regex/regex.l.cpp-options: \ - | $(dcf_root)/import/libboost/regex/. - @echo include: -I$(root) >$@ - -ifndef %foreign% - -disfigure:: - $(call message,rm $(dcf_root)/import/libboost/regex/regex.l,\ -rm -f $(dcf_root)/import/libboost/regex/regex.l) - $(call message,,rm -f $(dcf_root)/import/libboost/regex/regex.l.cpp-options) - -endif 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 <boris@kolpackov.net> -# 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 |