Flush
[mono.git] / mcs / class / Makefile
index 72b4dde6870e943bb9055ae81a8421893da77e89..60333cf2fcb381292e6bfb149b4882123163c6a0 100644 (file)
@@ -1,4 +1,7 @@
 thisdir = class
+include ../build/rules.make
+
+MONO_POSIX = Mono.Posix
 ifeq ($(PLATFORM),linux)
 MONO_CSHARP_DEBUGGER = Mono.CSharp.Debugger
 else
@@ -6,11 +9,13 @@ 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                     \
@@ -22,15 +27,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,13 +39,11 @@ SUBDIRS = \
        System.Windows.Forms            \
        System.Design                   \
        PEAPI                           \
-       Mono.Security                   \
-       Mono.Security.Tls                       \
        Npgsql                          \
        ICSharpCode.SharpZipLib         \
        ByteFX.Data                     \
        Commons.Xml.Relaxng             \
-       Mono.Directory.LDAP             \
+       Novell.Directory.Ldap           \
        Mono.Security.Win32             \
        System.DirectoryServices        \
        System.Messaging        \
@@ -73,8 +72,6 @@ DIST_ONLY_SUBDIRS = \
 # No new makefiles for: System.Messaging, System.Web.Mobile,
 # System.ServiceProcess
 
-include ../build/rules.make
-
 DISTFILES = \
        LICENSE                 \
        README                  \
@@ -83,7 +80,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