Fix image path.
[mono.git] / mcs / class / Makefile
index 696220b46c84937e7f02ab6be908c4785531ae59..7ff1dd0b79cbfb4473e44f3a3398627ac7311df2 100644 (file)
@@ -7,11 +7,17 @@ bootstrap_dirs := \
        corlib                                  \
        System                                  \
        System.XML                              \
+       Mono.Security                           \
+       System.Security                         \
+       System.Configuration            \
        System                                  \
        $(MONO_SYMBOLWRITER)
 
+# Note that Mono.Security and System.Security aren't listed.
+# We may have to add those if 'mcs' starts using them.
 basic_SUBDIRS := corlib System System.XML System
-net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) Mono.Security
+
+net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) PEAPI
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 
 include ../build/rules.make
@@ -22,14 +28,15 @@ SUBDIRS = \
        corlib                          \
        System                          \
        System.XML                      \
+       Mono.Security                   \
+       System.Security                 \
+       System.Configuration    \
        System                          \
        I18N                            \
        System.Drawing                  \
        System.EnterpriseServices       \
        Mono.C5                         \
-       Mono.Security                   \
        Mono.Data.Tds                   \
-       System.Security                 \
        System.Data                     \
        Mono.Data                       \
        Mono.GetOptions                 \
@@ -65,8 +72,9 @@ SUBDIRS = \
        Mono.Http                       \
        Microsoft.Vsa                   \
        Mono.Cairo                      \
-       IBM.Data.DB2                         
-#      Microsoft.JScript               \
+       IBM.Data.DB2                    \
+       Microsoft.JScript               \
+       FirebirdSql.Data.Firebird
 
 # Starting with Microsoft.Vsa, the libraries above weren't in the
 # Linux makefile.gnu before, but they build fine, so might as well
@@ -111,6 +119,9 @@ lib/monolite:
 $(monolite_files): lib/monolite/%: lib/basic/% lib/monolite
        cp -p $< $@
 
+$(basic_files:%=lib/basic/%):
+       cd $(topdir) && $(MAKE) profile-do--basic--all
+
 dist-default: $(monolite_files)
 dist-local: dist-default
        -$(MKINSTALLDIRS) $(DIST_PROFILE_DIRS:%=$(distdir)/lib/%)