aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/packaging/xbmc-osx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/darwin/packaging/xbmc-osx/Makefile')
-rw-r--r--tools/darwin/packaging/xbmc-osx/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/darwin/packaging/xbmc-osx/Makefile b/tools/darwin/packaging/xbmc-osx/Makefile
deleted file mode 100644
index d1d0b80df0..0000000000
--- a/tools/darwin/packaging/xbmc-osx/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-TARGET = ../../../../XBMC_for_Mac.dmg
-
-all: $(TARGET)
-
-include ../../../../Makefile.include
-
-$(TARGET): dist/XBMC.dmg
- mv -f dist/XBMC.dmg $(TARGET)
-
-ifeq ($(findstring D_DEBUG,$(CFLAGS)),D_DEBUG)
-dist/XBMC.dmg:
- if [ -e "/Volumes/XBMC" ] ; then umount /Volumes/XBMC ; fi
- ./dmgmaker.pl ../../../../build/Debug/XBMC.app
-else
-dist/XBMC.dmg:
- if [ -e "/Volumes/XBMC" ] ; then umount /Volumes/XBMC ; fi
- ./dmgmaker.pl ../../../../build/Release/XBMC.app
-endif