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:
Diffstat (limited to 'main/build/Makefile.am')
-rw-r--r--main/build/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/build/Makefile.am b/main/build/Makefile.am
deleted file mode 100644
index b8863d3775..0000000000
--- a/main/build/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-if ENABLE_MACPLATFORM
-SUBDIRS = MacOSX
-else
-
-SUBDIRS=
-endif
-
-all:
-
-install:
- mkdir -p $(DESTDIR)$(prefix)/lib/monodevelop/bin
- cp -rf bin $(DESTDIR)$(prefix)/lib/monodevelop/
- cp -rf AddIns $(DESTDIR)$(prefix)/lib/monodevelop/
- cp -rf locale $(DESTDIR)$(prefix)/lib/monodevelop/
- cp -rf data $(DESTDIR)$(prefix)/lib/monodevelop/
-
-clean-local:
- rm -rf bin AddIns locale data
-
-