X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMakefile;h=2b2ff3763d1b7f7e5afae43ed09fcf31c8570ea6;hb=dfa003f2fc0862c03abb06f5ff1a33dd6ca297ff;hp=f0d4819cc64b233e1ed8bc1642fdae908ed756cb;hpb=324ecc1521eea7a7a612cfc0916b0a5094b7e73b;p=mono.git diff --git a/mcs/class/Makefile b/mcs/class/Makefile index f0d4819cc64..2b2ff3763d1 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -13,7 +13,7 @@ bootstrap_dirs := \ # 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 +basic_SUBDIRS := corlib System System.XML System Mono.Security Mono.CompilerServices.SymbolWriter System.Core net_1_1_java_SUBDIRS = \ System.Xml \ @@ -90,6 +90,7 @@ common_dirs := \ OpenSystem.C \ Mono.Cecil \ Mono.Cecil.Mdb \ + Mono.Debugger.Soft \ SystemWebTestShim net_1_1_dirs := \ @@ -121,7 +122,9 @@ net_2_0_dirs := \ Mono.Options \ Mono.Simd \ Mono.Tasklets \ - WindowsBase + Mono.CSharp \ + WindowsBase \ + System.Data.Services net_2_0_only_dirs := \ System.Web.Extensions_1.0 \ @@ -130,10 +133,10 @@ net_2_0_only_dirs := \ net_2_1_dirs := \ corlib \ Mono.CompilerServices.SymbolWriter \ + System.Core \ System \ System.Net \ System.XML \ - System.Core \ System.Xml.Linq \ System.Runtime.Serialization \ System.ServiceModel \ @@ -146,13 +149,18 @@ monotouch_dirs := \ System.XML \ Mono.Security \ System \ + I18N \ System.Core \ System.Json \ System.Xml.Linq \ System.Runtime.Serialization \ System.ServiceModel \ System.ServiceModel.Web \ - System.Web.Services + System.Web.Services \ + Mono.Data.Tds \ + System.Transactions \ + System.Data \ + Mono.Data.Sqlite net_3_5_dirs := \ Microsoft.Build.Framework \ @@ -163,12 +171,17 @@ net_3_5_dirs := \ net_4_0_dirs := \ System.Dynamic \ - Microsoft.CSharp + System.Numerics \ + Microsoft.CSharp \ + System.Windows.Forms.DataVisualization \ + System.ComponentModel.Composition \ + System.ServiceModel.Routing net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs) net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) -net_2_1_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter +net_2_1_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter System.Core net_2_1_raw_SUBDIRS := $(net_2_1_dirs) +monotouch_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter monotouch_SUBDIRS := $(monotouch_dirs) net_3_5_SUBDIRS := $(net_3_5_dirs) net_4_0_bootstrap_SUBDIRS := $(bootstrap_dirs) Mono.Posix System.Core @@ -178,9 +191,7 @@ include ../build/rules.make SUBDIRS = $(common_dirs) $(net_1_1_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(net_2_1_dirs) $(net_3_5_dirs) $(net_4_0_dirs) -# These libraries below are either unimplemented or don't compile, but -#BROKEN_SUBDIRS = -#DIST_ONLY_SUBDIRS = $(BROKEN_SUBDIRS) +DIST_ONLY_SUBDIRS = dlr # No new makefiles for: System.Messaging, System.Web.Mobile, # System.ServiceProcess @@ -208,7 +219,7 @@ all-local $(STD_TARGETS:=-local): # What is this used for ? -basic_files = gmcs.exe mscorlib.dll System.dll System.Xml.dll Mono.Security.dll +basic_files = gmcs.exe mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Core.dll monolite_files = $(basic_files:%=lib/monolite/%) lib/monolite: