Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -2,45 +2,9 @@ thisdir = tools/corcompare
SUBDIRS =
include ../../build/rules.make
ALL_PROGRAMS = mono-api-info.exe
LIB_REFS = Mono.Cecil System.Xml System.Core System
LOCAL_MCS_FLAGS =
COMMON_SOURCES = \
AssemblyResolver.cs \
Util.cs \
WellFormedXmlWriter.cs
PROGRAM = mono-api-info.exe
PROGRAM_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
APIINFO_SOURCES = \
mono-api-info.cs \
../../class/Mono.Options/Mono.Options/Options.cs \
$(COMMON_SOURCES)
DISTFILES= $(COMMON_SOURCES) $(APIINFO_SOURCES)
all-local: $(ALL_PROGRAMS)
csproj-local doc-update-local:
install-local: $(ALL_PROGRAMS)
$(MKINSTALLDIRS) $(DESTDIR)$(PROGRAM_INSTALL_DIR)
for i in $(ALL_PROGRAMS) ; do \
$(INSTALL_BIN) $$i $(DESTDIR)$(PROGRAM_INSTALL_DIR) ; \
done
uninstall-local:
for i in $(ALL_PROGRAMS) ; do \
rm -f $(DESTDIR)$(PROGRAM_INSTALL_DIR)/`basename $$i` ; \
done
test-local:
run-test-local run-test-ondotnet-local:
clean-local:
rm -f *.exe *.pdb
dist-local: dist-default
mono-api-info.exe: $(APIINFO_SOURCES) ../../class/Mono.Options/Mono.Options/Options.cs
$(CSCOMPILE) -r:Mono.Cecil.dll -out:$@ $^
include ../../build/executable.make