Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -99,6 +99,10 @@ ZLIB_SOURCES = \
zlib.h \
zutil.h
if HAVE_STATIC_ZLIB
Z_SOURCE = zlib-helper.c
Z_LIBS = $(STATIC_ZLIB_PATH)
else
if HAVE_ZLIB
Z_SOURCE = zlib-helper.c
Z_LIBS= -lz
@@ -106,6 +110,7 @@ else
Z_SOURCE = zlib-helper.c $(ZLIB_SOURCES)
Z_LIBS=
endif
endif
libMonoPosixHelper_la_SOURCES = \
$(MPH_SOURCE) \
@@ -129,6 +134,10 @@ libMonoSupportW_la_SOURCES = \
libMonoSupportW_la_LIBADD = \
$(glib_libs)
test-bundle-local:
mkdir -p $(TEST_BUNDLE_PATH)
cp -L .libs/libMonoPosixHelper$(libsuffix) $(TEST_BUNDLE_PATH)/
#
# Use this target to refresh the values in map.[ch]
#