0abdbe5a7d
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
75 lines
1.4 KiB
Makefile
75 lines
1.4 KiB
Makefile
thisdir = tools
|
|
|
|
net_4_5_dirs := \
|
|
al \
|
|
linker \
|
|
culevel \
|
|
genxs \
|
|
mkbundle \
|
|
monop \
|
|
mono-service \
|
|
mono-xsd \
|
|
resgen \
|
|
wsdl \
|
|
xbuild \
|
|
csharp \
|
|
corcompare \
|
|
mono-api-diff \
|
|
mono-api-html \
|
|
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 \
|
|
mdb2ppdb \
|
|
ikdasm \
|
|
mono-symbolicate \
|
|
linker-analyzer
|
|
|
|
build_SUBDIRS = resgen gacutil security culevel cil-stringreplacer commoncryptogenerator resx2sr linker cil-strip corcompare mono-api-diff mono-api-html
|
|
monodroid_tools_SUBDIRS = cil-strip linker-analyzer mkbundle mdoc mono-symbolicate
|
|
monodroid_SUBDIRS = nunit-lite
|
|
monotouch_SUBDIRS = nunit-lite
|
|
net_4_5_SUBDIRS = gacutil
|
|
net_4_x_SUBDIRS = gacutil
|
|
net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)
|
|
net_4_x_PARALLEL_SUBDIRS = $(net_4_5_dirs)
|
|
|
|
SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs)
|
|
|
|
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
|