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:
authorJeffrey Stedfast <fejj@novell.com>2010-03-03 00:31:41 +0300
committerJeffrey Stedfast <fejj@novell.com>2010-03-03 00:31:41 +0300
commitfe8f5908d0c4a11471be49bad34acc669f105a41 (patch)
treed5e75b2463bc689372bc64b7e3bc0c697d19e929 /Makefile.am
parent1946330ba9ec17d069afa573d1520967b1264bfb (diff)
2010-03-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Makefile.am: * mono/Makefile.am: Only build some subdirs when configured for moonlight. * configure.in: If configured --with-moonlight=yes, define MOONLIGHT and use that variable instead of INSTALL_2_1. * runtime/Makefile.am: If configured for moonlight, only build net_2_1_raw. svn path=/trunk/mono/; revision=152880
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 355a8676dde..8a62b1b366c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,13 +5,17 @@ if CROSS_COMPILING
SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) data runtime scripts man samples web msvc $(docs_dir)
# Keep in sync with SUBDIRS
## 'tools' is not normally built
-DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native data runtime scripts man samples web tools msvc docs
+DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native data runtime scripts man samples web tools msvc docs
+else
+if MOONLIGHT
+SUBDIRS = $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) data runtime
else
SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support data runtime scripts man samples web msvc $(docs_dir)
# Keep in sync with SUBDIRS
## 'tools' is not normally built
DIST_SUBDIRS = po libgc $(eglib_dir) mono ikvm-native support data runtime scripts man samples web tools msvc docs
endif
+endif
EXTRA_DIST= nls.m4 po.m4 progtest.m4 mono-uninstalled.pc.in build-mingw32.sh LICENSE mkinstalldirs autogen.sh