X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FMakefile;h=043acf5563c9102864010136d29cfdfde3c78238;hb=a72a0b458dc0457897b3bebd1f74d355d391ebb6;hp=90a06682edd353400dabb65b4deccc4f75131355;hpb=e90eb269935e8974e24342289d4088a9b200a201;p=mono.git diff --git a/mcs/Makefile b/mcs/Makefile index 90a06682edd..043acf5563c 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -4,8 +4,8 @@ SUBDIRS := build jay mcs class nunit24 ilasm tools tests errors docs packages # Resgen is corlib specific tool -basic_SUBDIRS := build class -build_SUBDIRS := build jay class 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,14 @@ monotouch_runtime_SUBDIRS := build class monotouch_watch_runtime_SUBDIRS := build class monotouch_tv_runtime_SUBDIRS := build class xammac_SUBDIRS := build class -aot_hybrid_SUBDIRS := build class ilasm -aot_only_SUBDIRS := build class ilasm +testing_aot_hybrid_SUBDIRS := build class +testing_aot_full_SUBDIRS := build class binary_reference_assemblies_SUBDIRS := build class -net_4_x_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs class/aot-compiler +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 include build/rules.make @@ -71,8 +72,9 @@ $(_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--aot_hybrid--%): profile-do--aot_hybrid--%: profile-do--build--% -$(_boot_:%=profile-do--aot_only--%): profile-do--aot_only--%: 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--build--%): profile-do--build--%: profile-do--basic--% testcorlib: