Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -36,16 +36,12 @@ bin_SCRIPTS = \
mono-test-install \
peverify \
mcs \
gmcs \
mono-heapviz \
$(scripts_mono_configuration_crypto)
if INSTALL_4_0
if INSTALL_4_5
bin_SCRIPTS += $(scripts_4_0)
bin_SCRIPTS += dmcs
endif
if INSTALL_4_5
bin_SCRIPTS += xbuild
endif
@@ -157,7 +153,6 @@ EXTRA_DIST = \
xbuild.in \
update_submodules \
mcs.in \
gmcs.in \
dmcs.in \
mono-test-install \
mono-heapviz \
@@ -196,14 +191,6 @@ REWRITE2_1 = $(REWRITE) -e 's,@''framework_version@,2.1,g'
if INSTALL_4_5
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.5,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.5,g'
else
if INSTALL_4_0
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.0,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.0,g'
else
REWRITE4 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
endif
endif
peverify: peverify.in Makefile
@@ -214,10 +201,6 @@ mcs: mcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/mcs.in > $@.tmp
mv -f $@.tmp $@
gmcs: gmcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/gmcs.in > $@.tmp
mv -f $@.tmp $@
dmcs: dmcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp
mv -f $@.tmp $@
@@ -231,7 +214,7 @@ mono-service2: mono-service.in Makefile
mv -f $@.tmp $@
nunit-console$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
$(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
$(REWRITE4_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
mv -f $@.tmp $@
nunit-console2$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
@@ -264,7 +247,7 @@ $(scripts_defaults): $(SCRIPT_IN) Makefile
$(scripts_2_0): $(SCRIPT_IN) Makefile
n=`echo $@ | sed 's,$(COMPAT_2_0_SUFFIX)$$,,'`; \
$(REWRITE2) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
$(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
mv -f $@.tmp $@
$(scripts_4_0): $(SCRIPT_IN) Makefile