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-06-27 02:28:24 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-27 02:29:34 +0400
commit7b7eceec9fd19663540be9fba8b90eae99585538 (patch)
tree4b862f98c513676a2582b413ec5b74942ae44f5f /main/Makefile.am
parentaea26c16d94490c95f4e61329c137b82a4abfe77 (diff)
[Build] Change the build system to use xbuild instead of makefiles (again)
The build 'regression' was a problem in some makefiles. It was fixed in aea26c16d94490c95f4e61329c137b82a4abfe77
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am14
1 files changed, 12 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 0b3a101c18..7f40f89a45 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -1,4 +1,6 @@
-SUBDIRS = external contrib src po man theme-icons build tests
+include $(top_srcdir)/xbuild.include
+
+SUBDIRS = external . contrib src po man theme-icons build tests
#capture aclocal flags for autoreconf
ACLOCAL_AMFLAGS=$(ACLOCAL_FLAGS)
@@ -9,6 +11,12 @@ buildinfo = $(top_builddir)/build/bin/buildinfo
all: vcrevision
+all-local: sln_build
+
+clean: clean-local
+
+clean-local: sln_clean
+
vcrevision:
@if test -d ../.git; then \
version=$$(cd ..; \
@@ -149,7 +157,9 @@ app-dir: all
# we can't use the variables that are conditionally defined
EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(pixmap_DATA) \
- monodevelop.xml $(pkgconfig_in_files) vcrevision external/Makefile.in
+ monodevelop.xml $(pkgconfig_in_files) vcrevision external/Makefile.in \
+ Main.sln \
+ md.targets
DISTCLEANFILES = monodevelop intltool-extract intltool-merge intltool-update \
$(pkgconfig_DATA)