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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-08-16 14:45:00 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-08-16 14:45:00 +0400
commitf85cfc3be81b1b9b93a3d5660181e23c80682a77 (patch)
tree1abd8650a8eaeb3319e1d2aea5b1dda6e2ad643b /main/external/Makefile.am
parent831c839aec0dcef791d533dcac76fe538342ed9d (diff)
[build] Do not compile MonoMac.dll unless on MacOS
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index 3386fb90d9..c17913b0bd 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -1,10 +1,17 @@
TARBALL_PATH=../../tarballs/external
all:
+
+clean:
+
+if ENABLE_MACPLATFORM
+all:
$(MAKE) -C monomac/src
clean:
$(MAKE) -C monomac/src clean
+endif
+
install:
uninstall: