X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMakefile;h=186ec2417f8660c0601716f1425ad7e64db3bda0;hb=6cfebdcea70673e7274583c9837500914529745b;hp=96381bc82c6103088ed6448b91bf6279c9cd847c;hpb=c71ee51faffb33b0a465400a5611c553235c83fa;p=mono.git diff --git a/mcs/class/Makefile b/mcs/class/Makefile index 96381bc82c6..186ec2417f8 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -2,7 +2,19 @@ thisdir = class # Note that Mono.Security and System.Security aren't listed. # We may have to add those if 'mcs' starts using them. -basic_SUBDIRS := corlib System System.XML System Mono.Security Mono.CompilerServices.SymbolWriter System.Core aot-compiler +basic_SUBDIRS := corlib System System.XML System Mono.Security System.Core + +# resgen is corlib specific so we need to wait until corlib is build +# and build it just a step before first dll needs it +resgen_dir = ../tools/resgen + +build_SUBDIRS := \ + corlib \ + System \ + System.XML \ + System Mono.Security \ + Mono.Posix \ + System.Core net_1_1_java_SUBDIRS = \ System.Xml \ @@ -27,6 +39,7 @@ common_dirs := \ System \ System.XML \ I18N \ + $(resgen_dir) \ System.Drawing \ System.Transactions \ System.EnterpriseServices \ @@ -93,26 +106,27 @@ net_2_0_dirs := \ System.ComponentModel.DataAnnotations \ System.Web.DynamicData \ System.ServiceModel.Web \ - System.Web.Mvc \ System.Web.Mvc2 \ Mono.C5 \ Mono.Management \ Mono.Options \ Mono.Simd \ Mono.Tasklets \ + System.Dynamic \ Mono.CSharp \ Moonlight.Build.Tasks \ - System.Data.Services \ - System.Data.Services.Client \ System.Net net_2_0_only_dirs := \ System.Web.Extensions_1.0 \ System.Web.Extensions.Design_1.0 \ Compat.ICSharpCode.SharpZipLib \ - WindowsBase + WindowsBase \ + System.Data.Services.Client \ + System.Data.Services \ + System.Web.Mvc -moonlight_dirs := \ +moonlight_raw_dirs := \ corlib \ System \ Mono.CompilerServices.SymbolWriter \ @@ -144,7 +158,9 @@ mobile_dirs := \ System.Transactions \ System.Data \ Mono.Cairo \ - Mono.Data.Sqlite + Mono.Data.Sqlite \ + System.Numerics \ + System.Data.Services.Client net_3_5_only_dirs := \ Microsoft.Build.Framework \ @@ -153,32 +169,51 @@ net_3_5_only_dirs := \ Microsoft.Build.Tasks net_4_0_dirs := \ - System.Dynamic \ System.Numerics \ Microsoft.CSharp \ + Microsoft.Build \ System.Windows.Forms.DataVisualization \ - System.ComponentModel.Composition \ System.Xaml \ WindowsBase \ System.ServiceModel.Routing \ System.ServiceModel.Discovery \ System.Runtime.Caching \ System.Runtime.DurableInstancing \ - Mono.CodeContracts \ Mono.Parallel \ Microsoft.Web.Infrastructure \ - WebMatrix.Data + WebMatrix.Data \ + System.Data.Services.Client \ + System.Data.Services \ + System.Json + +net_4_0_only_dirs := \ + System.ComponentModel.Composition + +net_4_5_dirs := \ + System.Threading.Tasks.Dataflow \ + System.ComponentModel.Composition.4.5 \ + System.Net.Http \ + System.Web.Razor \ + System.Web.WebPages.Deployment \ + System.Web.WebPages \ + System.Web.WebPages.Razor \ + System.Web.Mvc3 \ + System.Net.Http.Formatting \ + System.Web.Http \ + Mono.CodeContracts net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) aot-compiler -moonlight_raw_SUBDIRS := $(moonlight_dirs) -monodroid_SUBDIRS := $(mobile_dirs) +moonlight_raw_SUBDIRS := $(moonlight_raw_dirs) +monodroid_SUBDIRS := $(mobile_dirs) Mono.CSharp Microsoft.CSharp monotouch_SUBDIRS := $(mobile_dirs) +mobile_SUBDIRS := $(mobile_dirs) net_3_5_SUBDIRS := $(net_3_5_only_dirs) -net_4_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_4_0_dirs) aot-compiler +net_4_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_4_0_dirs) $(net_4_0_only_dirs) +net_4_5_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_4_0_dirs) $(net_4_5_dirs) aot-compiler include ../build/rules.make -SUBDIRS = $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(moonlight_dirs) $(mobile_dirs) $(net_4_0_dirs) +SUBDIRS = $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(net_3_5_only_dirs) $(moonlight_raw_dirs) $(mobile_dirs) $(net_4_0_dirs) $(net_4_0_only_dirs) $(net_4_5_dirs) DIST_ONLY_SUBDIRS = dlr IKVM.Reflection aot-compiler @@ -207,7 +242,7 @@ all-local $(STD_TARGETS:=-local): @: # Files needed to bootstrap C# compiler -basic_files = mcs.exe mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Core.dll +basic_files = basic.exe mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Core.dll monolite_files = $(basic_files:%=lib/monolite/%) lib/monolite: @@ -218,7 +253,7 @@ $(monolite_files): lib/monolite/%: lib/basic/% cp -p $< $@ $(basic_files:%=lib/basic/%): - cd $(topdir) && $(MAKE) profile-do--basic--all SKIP_AOT=1 + cd $(topdir) && $(MAKE) profile-do--basic--all NO_DIR_CHECK=1 SKIP_AOT=1 dist-default: $(monolite_files) dist-local: dist-default