X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FMakefile;h=54cb4574e240760f8eaf3545bd4bd76021132c3f;hb=cb0267cf438a78f54b0d9307dec47984b38b97bb;hp=f6127157641bbf50f43ca438ecb8044ff927b3fa;hpb=ccdf8c3274d1793ffeddedfd784d49707feea62a;p=mono.git diff --git a/mcs/Makefile b/mcs/Makefile index f6127157641..54cb4574e24 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -1,11 +1,11 @@ thisdir := . -SUBDIRS := build jay mcs class nunit24 ilasm tools tests errors docs +SUBDIRS := build jay mcs class nunit24 ilasm tools tests errors docs packages # Resgen is corlib specific tool -basic_SUBDIRS := build jay mcs class -build_SUBDIRS := build class mcs class/aot-compiler tools +basic_SUBDIRS := build jay class +build_SUBDIRS := build class class/aot-compiler tools ilasm monodroid_SUBDIRS := build class monotouch_SUBDIRS := build class monotouch_watch_SUBDIRS := build class @@ -14,13 +14,15 @@ monotouch_runtime_SUBDIRS := build class monotouch_watch_runtime_SUBDIRS := build class monotouch_tv_runtime_SUBDIRS := build class xammac_SUBDIRS := build class -mobile_SUBDIRS := build class -mobile_static_SUBDIRS := build class +testing_aot_hybrid_SUBDIRS := build class +testing_aot_full_SUBDIRS := build class binary_reference_assemblies_SUBDIRS := build class -net_4_x_SUBDIRS := build mcs class nunit24 ilasm tools tests errors docs +net_4_x_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs class/aot-compiler packages xammac_net_4_5_SUBDIRS := build class xbuild_12_SUBDIRS := build class tools/xbuild xbuild_14_SUBDIRS := build class tools/xbuild +winaot_SUBDIRS := build class +orbis_SUBDIRS := build class include build/rules.make @@ -71,8 +73,10 @@ $(_boot_:%=profile-do--monotouch_watch_runtime--%): profile-do--monotouch_watch $(_boot_:%=profile-do--monotouch_tv_runtime--%): profile-do--monotouch_tv_runtime--%: profile-do--build--% $(_boot_:%=profile-do--xammac--%): profile-do--xammac--%: profile-do--build--% $(_boot_:%=profile-do--xammac_net_4_5--%): profile-do--xammac_net_4_5--%: profile-do--build--% -$(_boot_:%=profile-do--mobile--%): profile-do--mobile--%: profile-do--build--% -$(_boot_:%=profile-do--mobile_static--%): profile-do--mobile_static--%: profile-do--build--% +$(_boot_:%=profile-do--testing_aot_hybrid--%): profile-do--testing_aot_hybrid--%: profile-do--build--% +$(_boot_:%=profile-do--testing_aot_full--%): profile-do--testing_aot_full--%: profile-do--build--% +$(_boot_:%=profile-do--winaot--%): profile-do--winaot--%: profile-do--build--% +$(_boot_:%=profile-do--orbis--%): profile-do--orbis--%: profile-do--build--% $(_boot_:%=profile-do--build--%): profile-do--build--%: profile-do--basic--% testcorlib: @@ -85,17 +89,10 @@ package := mcs-$(VERSION) DISTFILES = \ AUTHORS \ - ChangeLog \ COPYING \ - COPYING.LIB \ INSTALL.txt \ - LICENSE \ - LICENSE.GPL \ - LICENSE.LGPL \ - LICENSE.MPL \ Makefile \ mkinstalldirs \ - MIT.X11 \ MonoIcon.png \ README \ ScalableMonoIcon.svg \