2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools
|
|
|
|
|
2015-04-07 09:35:12 +01:00
|
|
|
net_4_5_dirs := \
|
2014-08-13 10:39:27 +01:00
|
|
|
al \
|
|
|
|
linker \
|
|
|
|
culevel \
|
|
|
|
genxs \
|
|
|
|
mkbundle \
|
|
|
|
monop \
|
|
|
|
mono-service \
|
|
|
|
mono-xsd \
|
|
|
|
resgen \
|
|
|
|
gacutil \
|
|
|
|
wsdl \
|
2015-04-07 09:35:12 +01:00
|
|
|
xbuild \
|
2014-08-13 10:39:27 +01:00
|
|
|
csharp \
|
|
|
|
corcompare \
|
2016-08-03 10:59:49 +00:00
|
|
|
mono-api-html \
|
2014-08-13 10:39:27 +01:00
|
|
|
compiler-tester \
|
|
|
|
mono-xmltool \
|
|
|
|
mono-shlib-cop \
|
|
|
|
sgen \
|
|
|
|
mconfig \
|
|
|
|
installutil \
|
|
|
|
nunitreport \
|
|
|
|
pdb2mdb \
|
|
|
|
sqlsharp \
|
|
|
|
sqlmetal \
|
|
|
|
svcutil \
|
|
|
|
ictool \
|
|
|
|
disco \
|
|
|
|
soapsuds \
|
|
|
|
browsercaps-updater \
|
|
|
|
cil-strip \
|
|
|
|
macpack \
|
|
|
|
dtd2rng \
|
|
|
|
dtd2xsd \
|
|
|
|
mdoc \
|
|
|
|
mod \
|
|
|
|
installvst \
|
|
|
|
lc \
|
|
|
|
mono-configuration-crypto \
|
|
|
|
ccrewrite \
|
|
|
|
cccheck \
|
|
|
|
security \
|
|
|
|
mdbrebase \
|
2017-04-10 11:41:01 +00:00
|
|
|
mdb2ppdb \
|
2015-04-07 09:35:12 +01:00
|
|
|
ikdasm \
|
2016-02-22 11:00:01 -05:00
|
|
|
mono-symbolicate \
|
2017-01-19 14:22:10 +00:00
|
|
|
linker-analyzer
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
build_SUBDIRS = resgen gacutil security culevel cil-stringreplacer commoncryptogenerator resx2sr linker cil-strip
|
2018-01-17 20:56:41 +00:00
|
|
|
monodroid_tools_SUBDIRS = cil-strip linker-analyzer mkbundle mdoc mono-symbolicate
|
2018-01-24 17:04:36 +00:00
|
|
|
monodroid_SUBDIRS = nunit-lite
|
|
|
|
monotouch_SUBDIRS = nunit-lite
|
2015-08-26 07:17:56 -04:00
|
|
|
net_4_5_SUBDIRS = gacutil
|
2017-10-19 20:04:20 +00:00
|
|
|
net_4_x_SUBDIRS = gacutil
|
2015-08-26 07:17:56 -04:00
|
|
|
net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)
|
2017-10-19 20:04:20 +00:00
|
|
|
net_4_x_PARALLEL_SUBDIRS = $(net_4_5_dirs)
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs)
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../build/rules.make
|
|
|
|
|
|
|
|
DISTFILES = \
|
|
|
|
removecomments.sh
|
|
|
|
|
|
|
|
test-local csproj-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local:
|
|
|
|
@:
|
|
|
|
|
|
|
|
dist-local: dist-default
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f *.exe *.dll *.pdb cormissing.xml
|