2006-12-04 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Makefile
index aaad9b7de63c434fae4c77294efbfef647d64f04..081d89d19b92979428fe10fdd80f76cbbae7dc32 100644 (file)
@@ -47,6 +47,10 @@ common_dirs := \
        System.Data                     \
        Mono.Data                       \
        Mono.GetOptions                 \
+       $(MONO_SYMBOLWRITER)            \
+       $(MONO_POSIX)                   \
+       Accessibility                   \
+       Managed.Windows.Forms           \
        System.Web                      \
        System.Web.Services             \
        System.Web                      \
@@ -54,20 +58,16 @@ common_dirs := \
        System.Runtime.Remoting         \
        System.Configuration.Install    \
        System.Management               \
-       $(MONO_SYMBOLWRITER)            \
-       $(MONO_POSIX)                   \
        Mono.Data.SqliteClient          \
        Mono.Data.SybaseClient          \
        Mono.Data.TdsClient             \
        System.Data.OracleClient        \
-       Accessibility                   \
        Microsoft.VisualC               \
        Cscompmgd                       \
-       Managed.Windows.Forms           \
-       Microsoft.VisualBasic           \
        System.Design                   \
        PEAPI                           \
        Npgsql                          \
+       Compat.ICSharpCode.SharpZipLib  \
        ICSharpCode.SharpZipLib         \
        Compat.ICSharpCode.SharpZipLib  \
        ByteFX.Data                     \
@@ -82,7 +82,9 @@ common_dirs := \
        Microsoft.Vsa                   \
        Mono.Cairo                      \
        IBM.Data.DB2                    \
-       Microsoft.JScript
+       Microsoft.JScript               \
+       CustomMarshalers                \
+       OpenSystem.C
 
 default_dirs := FirebirdSql.Data.Firebird
 
@@ -102,9 +104,7 @@ SUBDIRS = $(common_dirs) $(default_dirs) $(net_2_0_dirs)
 # These libraries below are either unimplemented or don't compile, but
 # I wrote makefiles for them.
 
-BROKEN_SUBDIRS = \
-       Custommarshalers                \
-       Mono.Globalization
+BROKEN_SUBDIRS =
 
 DIST_ONLY_SUBDIRS = \
        $(BROKEN_SUBDIRS)