Imported Upstream version 5.14.0.78

Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-05-10 08:37:03 +00:00
parent 74b74abd9f
commit 19234507ba
1776 changed files with 67755 additions and 31107 deletions

View File

@@ -16,15 +16,11 @@ LIB_REFS = System System.EnterpriseServices System.Xml System.Data
LIB_MCS_FLAGS = -nowarn:168,612,618,649 -d:MONO_BROKEN_CONFIGURATION_DLL
ifndef NO_SYSTEM_WEB_DEPENDENCY
plainweb = $(the_libdir_base)plainweb/System.Web.dll
system_web_deps = $(plainweb)
LIB_REFS += plainweb/System.Web
API_BIN_REFS := System.Web
endif
ifndef NO_SYSTEM_DESIGN_DEPENDENCY
plaindesign = $(the_libdir_base)plaindesign/System.Design.dll
system_design_deps = $(plaindesign)
LIB_REFS += plaindesign/System.Design
LIB_REFS += System.Design
endif
ifndef NO_SYSTEM_DIRECTORY_SERVICES_DEPENDENCY
@@ -56,13 +52,3 @@ EXTRA_DISTFILES = \
Test/System.Web.Services.Description/*.wsdl
include ../../build/library.make
$(the_libdir_base)$(LIBRARY): $(system_web_deps) $(system_design_deps)
$(plainweb):
(cd ../System.Web; $(MAKE) $@)
$(plaindesign):
(cd ../System.Design; $(MAKE) $@)
.NOTPARALLEL: $(plainweb) $(plaindesign)