*** empty log message ***
[mono.git] / mcs / class / Makefile
index 6fdef32d0d874e3c8044c450eaa22d1f707e01af..2e9e3647ad0226c8435900a2f10905426a96ba10 100644 (file)
@@ -1,19 +1,22 @@
 thisdir = class
-ifeq ($(PLATFORM),linux)
+include ../build/rules.make
+
+MONO_POSIX = Mono.Posix
 MONO_CSHARP_DEBUGGER = Mono.CSharp.Debugger
-else
-MONO_CSHARP_DEBUGGER =
-endif
+
 SUBDIRS = \
        corlib                          \
-       I18N                            \
        System                          \
+       I18N                            \
        System.XML                      \
+       System                          \
        System.Drawing                  \
        System.EnterpriseServices       \
+       Mono.Security                   \
        Mono.Data.Tds                   \
        System.Security                 \
        System.Data                     \
+       System.Data.SqlXml              \
        Mono.GetOptions                 \
        System.Web                      \
        System.Web.Services             \
@@ -22,15 +25,11 @@ SUBDIRS = \
        System.Configuration.Install    \
        System.Management               \
        $(MONO_CSHARP_DEBUGGER)         \
-       Mono.Data.DB2Client             \
-       Mono.Data.MySql                 \
-       Mono.Data.PostgreSqlClient      \
        Mono.Data.SqliteClient          \
        Mono.Data.SybaseClient          \
        Mono.Data.TdsClient             \
        System.Data.OracleClient        \
-       Mono.PEToolkit                  \
-       Mono.Posix                      \
+       $(MONO_POSIX)                   \
        Accessibility                   \
        Microsoft.VisualBasic           \
        Microsoft.VisualC               \
@@ -38,20 +37,20 @@ SUBDIRS = \
        System.Windows.Forms            \
        System.Design                   \
        PEAPI                           \
-       Mono.Security                   \
        Npgsql                          \
        ICSharpCode.SharpZipLib         \
        ByteFX.Data                     \
        Commons.Xml.Relaxng             \
-       Mono.Directory.LDAP             \
+       Novell.Directory.Ldap           \
        Mono.Security.Win32             \
        System.DirectoryServices        \
-       System.Messaging        \
-       System.ServiceProcess \
+       System.Messaging                \
+       System.ServiceProcess           \
        System.Drawing.Design           \
        Mono.Http                       \
        Microsoft.Vsa                   \
-       Mono.Cairo
+       Mono.Cairo                      \
+       IBM.Data.DB2                         
 #      Microsoft.JScript               \
 
 # Starting with Microsoft.Vsa, the libraries above weren't in the
@@ -72,8 +71,6 @@ DIST_ONLY_SUBDIRS = \
 # No new makefiles for: System.Messaging, System.Web.Mobile,
 # System.ServiceProcess
 
-include ../build/rules.make
-
 DISTFILES = \
        LICENSE                 \
        README                  \
@@ -82,7 +79,7 @@ DISTFILES = \
        doc/notes               \
        notes/BitVecto32.txt
 
-all-local install-local test-local run-test-local clean-local:
+all-local install-local test-local run-test-local clean-local uninstall-local:
 
 dist-local: dist-default
        -mkdir $(distdir)/lib