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:
authorAaron Bockover <abock@xamarin.com>2014-01-16 23:16:59 +0400
committerAaron Bockover <abock@xamarin.com>2014-01-16 23:16:59 +0400
commita66f33324668f11b1c39bffe6bb9c1209566e907 (patch)
tree1b637f7c5414e495c9a1db50a135e4657008b5c5 /Makefile.am
parent975d41955084d582bd8ca8b46d2d96b61dfbe34f (diff)
profiles: define xammac (Xamarin.Mac) profile
Based on the Mobile profile and modeled after the MonoDroid profile.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a4a959d1c48..af638365a06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,12 +11,16 @@ else
if ONLY_MONOTOUCH
SUBDIRS = $(MONOTOUCH_SUBDIRS) runtime
else
+if ONLY_XAMMAC
+SUBDIRS = $(libgc_dir) eglib/src mono runtime
+else
SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir)
# Keep in sync with SUBDIRS
## 'tools' is not normally built
DIST_SUBDIRS = m4 po libgc eglib mono ikvm-native support data runtime scripts man samples tools msvc docs
endif
endif
+endif
all: update_submodules