Imported Upstream version 6.10.0.49

Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2020-01-16 16:38:04 +00:00
parent d94e79959b
commit 468663ddbb
48518 changed files with 2789335 additions and 61176 deletions

View File

@@ -98,7 +98,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_require_defined.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/mono-output.m4 $(top_srcdir)/m4/nls.m4 \
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -271,6 +272,7 @@ MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_CPPFLAGS = @MONO_NATIVE_UNIFIED_CPPFLAGS@
MONO_NATIVE_UNIFIED_CXXFLAGS = @MONO_NATIVE_UNIFIED_CXXFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MONO_SUBDIRS = @MONO_SUBDIRS@
MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@
@@ -348,7 +350,6 @@ builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
docs_dir = @docs_dir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
export_ldflags = @export_ldflags@
@@ -359,13 +360,11 @@ host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
ikvm_native_dir = @ikvm_native_dir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
libgc_dir = @libgc_dir@
libgdiplus_install_loc = @libgdiplus_install_loc@
libgdiplus_loc = @libgdiplus_loc@
libmono_cflags = @libmono_cflags@
@@ -623,7 +622,8 @@ uninstall-am:
@ENABLE_MSVC_TRUE@all-local:
@ENABLE_MSVC_TRUE@ @echo "Building Mono runtime using Visual Studio."
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)"
@ENABLE_MSVC_TRUE@@SUPPORT_BOEHM_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "boehm"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen"
@ENABLE_MSVC_TRUE@ $(mono_msvc_build_bin_dir)/mono-sgen.exe --version
@ENABLE_MSVC_TRUE@clean-local:
@@ -632,78 +632,78 @@ uninstall-am:
@ENABLE_MSVC_TRUE@install-exec-local:
@ENABLE_MSVC_TRUE@ @echo "Install Visual Studio build Mono runtime."
@ENABLE_MSVC_TRUE@ $(mkinstalldirs) "$(DESTDIR)$(libdir)"
@ENABLE_MSVC_TRUE@ $(mkinstalldirs) "$(DESTDIR)$(bindir)"
@ENABLE_MSVC_TRUE@ mkdir -p "$(DESTDIR)$(libdir)"
@ENABLE_MSVC_TRUE@ mkdir -p "$(DESTDIR)$(bindir)"
@ENABLE_MSVC_TRUE@ $(install_sh) $(mono_msvc_build_lib_dir)/*.lib "$(DESTDIR)$(libdir)"
@ENABLE_MSVC_TRUE@ $(install_sh) $(mono_msvc_build_bin_dir)/*.dll "$(DESTDIR)$(bindir)"
@ENABLE_MSVC_TRUE@ $(install_sh) $(mono_msvc_build_bin_dir)/*.exe "$(DESTDIR)$(bindir)"
@ENABLE_MSVC_TRUE@ $(install_sh) $(mono_msvc_build_bin_dir)/*.pdb "$(DESTDIR)$(bindir)"
@ENABLE_MSVC_TRUE@eglib:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "eglib.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "eglib.vcxproj"
@ENABLE_MSVC_TRUE@clean-eglib:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "eglib.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "eglib.vcxproj"
@ENABLE_MSVC_TRUE@libgcmonosgen:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "libgcmonosgen.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "libgcmonosgen.vcxproj"
@ENABLE_MSVC_TRUE@clean-libgcmonosgen:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "libgcmonosgen.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "libgcmonosgen.vcxproj"
@ENABLE_MSVC_TRUE@libmonoposixhelper:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "monoposixhelper.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "monoposixhelper.vcxproj"
@ENABLE_MSVC_TRUE@clean-libmonoposixhelper:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "monoposixhelper.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "monoposixhelper.vcxproj"
@ENABLE_MSVC_TRUE@libmonoutils:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "libmonoutils.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "libmonoutils.vcxproj"
@ENABLE_MSVC_TRUE@clean-libmonoutils:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "libmonoutils.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "libmonoutils.vcxproj"
@ENABLE_MSVC_TRUE@libmonoruntime:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "libmonoruntime.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "libmonoruntime.vcxproj"
@ENABLE_MSVC_TRUE@clean-libmonoruntime:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "libmonoruntime.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "libmonoruntime.vcxproj"
@ENABLE_MSVC_TRUE@mono:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "mono.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "mono.vcxproj"
@ENABLE_MSVC_TRUE@clean-mono:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "mono.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "mono.vcxproj"
@ENABLE_MSVC_TRUE@monow:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "monow.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "monow.vcxproj"
@ENABLE_MSVC_TRUE@clean-monow:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "monow.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "monow.vcxproj"
@ENABLE_MSVC_TRUE@pedump:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "pedump.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "pedump.vcxproj"
@ENABLE_MSVC_TRUE@clean-pedump:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "pedump.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "pedump.vcxproj"
@ENABLE_MSVC_TRUE@monodis:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "monodis.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "monodis.vcxproj"
@ENABLE_MSVC_TRUE@clean-monodis:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "monodis.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "monodis.vcxproj"
@ENABLE_MSVC_TRUE@genmdesc:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "genmdesc.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "genmdesc.vcxproj"
@ENABLE_MSVC_TRUE@clean-genmdesc:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "genmdesc.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "genmdesc.vcxproj"
@ENABLE_MSVC_TRUE@jay:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "jay.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "sgen" "" "$(top_srcdir)/mcs/jay/jay.vcxproj"
@ENABLE_MSVC_TRUE@clean-jay:
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "jay.vcxproj"
@ENABLE_MSVC_TRUE@ $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "sgen" "" "$(top_srcdir)/mcs/jay/jay.vcxproj"
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.