* HtmlAnchor.cs: Do not render empty name, target or title attribute.
[mono.git] / mcs / class / Makefile
index e8909da05c7e582c1e7121a4c7a4b6392c400ec3..512cfb4f03acc67d6f131227e3a2f8b1711a3da7 100644 (file)
@@ -1,12 +1,5 @@
 thisdir = class
 
-MONO_POSIX := Mono.Posix
-MONO_SYMBOLWRITER := Mono.CompilerServices.SymbolWriter
-
-ifeq (net_2_0, $(PROFILE))
-MONO_WEB := Mono.Web
-endif
-
 bootstrap_dirs := \
        corlib                                  \
        System                                  \
@@ -15,7 +8,7 @@ bootstrap_dirs := \
        System.Security                         \
        System.Configuration                    \
        System                                  \
-       $(MONO_SYMBOLWRITER)
+       Mono.CompilerServices.SymbolWriter
 
 # Note that Mono.Security and System.Security aren't listed.
 # We may have to add those if 'mcs' starts using them.
@@ -52,15 +45,15 @@ common_dirs := \
        System.Data                     \
        Mono.Data                       \
        Mono.GetOptions                 \
-       $(MONO_SYMBOLWRITER)            \
-       $(MONO_POSIX)                   \
+       Mono.CompilerServices.SymbolWriter \
+       Mono.Posix                      \
        Accessibility                   \
-       Mono.Mozilla                    \
+       Mono.WebBrowser                 \
        Managed.Windows.Forms           \
        Mono.Data.Sqlite                \
        Mono.Data.SqliteClient          \
        System.Web                      \
-       $(MONO_WEB)                     \
+       Mono.Web                        \
        System.Web.Services             \
        System.Web                      \
        System.Runtime.Serialization.Formatters.Soap \
@@ -109,6 +102,7 @@ net_2_0_dirs := \
        System.Web.Extensions           \
        System.Web.Extensions.Design    \
        System.Xml.Linq                 \
+       System.Data.DataSetExtensions   \
        System.Data.Linq
 
 net_2_1_dirs := \
@@ -119,7 +113,6 @@ net_2_1_dirs := \
        System.Core
 
 net_3_5_dirs := \
-       System.Data.DataSetExtensions   \
        System.Web.Extensions           \
        System.Web.Extensions.Design
 
@@ -134,12 +127,8 @@ include ../build/rules.make
 SUBDIRS = $(common_dirs) $(default_dirs) $(net_2_0_dirs) $(net_2_1_dirs) $(net_3_5_dirs)
 
 # These libraries below are either unimplemented or don't compile, but
-# I wrote makefiles for them.
-
-BROKEN_SUBDIRS =
-
-DIST_ONLY_SUBDIRS = \
-       $(BROKEN_SUBDIRS) Mono.Web
+#BROKEN_SUBDIRS =
+#DIST_ONLY_SUBDIRS = $(BROKEN_SUBDIRS)
 
 # No new makefiles for: System.Messaging, System.Web.Mobile,
 # System.ServiceProcess
@@ -149,6 +138,7 @@ DISTFILES = \
        winfx.pub               \
        mono.pub                \
        msfinal.pub             \
+       silverlight.pub         \
        mono.snk                \
        LICENSE                 \
        README                  \