Flush
[mono.git] / mcs / class / Makefile
index 726e705df32c205b3c60e198defa85f3f37ba8cd..60333cf2fcb381292e6bfb149b4882123163c6a0 100644 (file)
@@ -1,11 +1,21 @@
 thisdir = class
+include ../build/rules.make
+
+MONO_POSIX = Mono.Posix
+ifeq ($(PLATFORM),linux)
+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                     \
@@ -16,16 +26,12 @@ SUBDIRS = \
        System.Runtime.Remoting         \
        System.Configuration.Install    \
        System.Management               \
-       Mono.CSharp.Debugger            \
-       Mono.Data.DB2Client             \
-       Mono.Data.MySql                 \
-       Mono.Data.PostgreSqlClient      \
+       $(MONO_CSHARP_DEBUGGER)         \
        Mono.Data.SqliteClient          \
        Mono.Data.SybaseClient          \
        Mono.Data.TdsClient             \
        System.Data.OracleClient        \
-       Mono.PEToolkit                  \
-       Mono.Posix                      \
+       $(MONO_POSIX)                   \
        Accessibility                   \
        Microsoft.VisualBasic           \
        Microsoft.VisualC               \
@@ -33,18 +39,19 @@ 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.Drawing.Design           \
-       Microsoft.Vsa                   
+       Mono.Http                       \
+       Microsoft.Vsa                   \
+       Mono.Cairo
 #      Microsoft.JScript               \
 
 # Starting with Microsoft.Vsa, the libraries above weren't in the
@@ -65,8 +72,6 @@ DIST_ONLY_SUBDIRS = \
 # No new makefiles for: System.Messaging, System.Web.Mobile,
 # System.ServiceProcess
 
-include ../build/rules.make
-
 DISTFILES = \
        LICENSE                 \
        README                  \
@@ -75,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