Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/mini/Makefile.am.in')
-rwxr-xr-xmono/mini/Makefile.am.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/mono/mini/Makefile.am.in b/mono/mini/Makefile.am.in
index 132c3561b02..20765e4228d 100755
--- a/mono/mini/Makefile.am.in
+++ b/mono/mini/Makefile.am.in
@@ -447,11 +447,6 @@ llvm_runtime_sources = \
endif
endif
-if ENABLE_NETCORE
-netcore_sources = \
- main-core.c
-endif
-
common_sources = \
mini.c \
mini-runtime.c \
@@ -496,11 +491,9 @@ common_sources = \
branch-opts.c \
mini-generic-sharing.c \
simd-methods.h \
- simd-methods-netcore.h \
tasklets.c \
tasklets.h \
simd-intrinsics.c \
- simd-intrinsics-netcore.c \
mini-native-types.c \
mini-unwind.h \
unwind.c \
@@ -750,7 +743,7 @@ endif
# This library is shared between mono and mono-sgen, since the code in mini/ doesn't contain
# compile time dependencies on boehm/sgen.
#
-libmini_la_SOURCES = $(common_sources) $(llvm_sources) $(llvm_runtime_sources) $(arch_sources) $(os_sources) $(netcore_sources)
+libmini_la_SOURCES = $(common_sources) $(llvm_sources) $(llvm_runtime_sources) $(arch_sources) $(os_sources)
libmini_la_CFLAGS = $(AM_CFLAGS) @CXX_ADD_CFLAGS@
libmonoboehm_2_0_la_SOURCES =
@@ -1091,10 +1084,6 @@ EXTRA_DIST = TestDriver.cs \
interp/whitebox-snippets.il \
Makefile.am.in
-if ENABLE_NETCORE
-version.h: Makefile
- echo "#define FULL_VERSION \"netcore\"" > version.h
-else
version.h: Makefile
if test -e $(top_srcdir)/.git; then \
(cd $(top_srcdir); \
@@ -1114,7 +1103,6 @@ version.h: Makefile
echo "#define FULL_VERSION \"$$MONO_BRANCH/$$MONO_BUILD_REVISION\""; \
fi \
fi > version.h
-endif
# Utility target for patching libtool to speed up linking
patch-libtool: