Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2006-01-05 14:30:49 +0300
committerRaja R Harinath <harinath@hurrynot.org>2006-01-05 14:30:49 +0300
commitb63f0d1067e0e62d2995cfa7cfbec0f7054cd828 (patch)
tree8fb68ce93d8c2522f3acf8b7343ffcfeba0603e8 /mcs/class/Makefile
parent44dff0d712fc0dc36d7ad4b41472530cd97663ba (diff)
* Makefile: Build FirebirdSql.Data.Firebird only in the "default" profile.
svn path=/trunk/mcs/; revision=55095
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 0b972062778..bc13daab450 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -29,7 +29,7 @@ net_1_1_java_SUBDIRS = \
System.Runtime.Serialization.Formatters.Soap \
System.Runtime.Remoting
-default_SUBDIRS := \
+common_dirs := \
corlib \
System \
System.XML \
@@ -80,20 +80,22 @@ default_SUBDIRS := \
Microsoft.Vsa \
Mono.Cairo \
IBM.Data.DB2 \
- Microsoft.JScript \
- FirebirdSql.Data.Firebird
+ Microsoft.JScript
-net_2_0_ONLY_SUBDIRS := \
+default_dirs := FirebirdSql.Data.Firebird
+
+net_2_0_dirs := \
Microsoft.Build.Framework \
Microsoft.Build.Utilities \
Microsoft.Build.Engine \
Microsoft.Build.Tasks
-net_2_0_SUBDIRS := $(default_SUBDIRS) $(net_2_0_ONLY_SUBDIRS)
+default_SUBDIRS := $(common_dirs) $(default_dirs)
+net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs)
include ../build/rules.make
-SUBDIRS = $(default_SUBDIRS)
+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.
@@ -103,7 +105,6 @@ BROKEN_SUBDIRS = \
Mono.Globalization
DIST_ONLY_SUBDIRS = \
- $(net_2_0_ONLY_SUBDIRS) \
$(BROKEN_SUBDIRS)
# No new makefiles for: System.Messaging, System.Web.Mobile,