X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=b2d8476cd80dbc66d9193cbdc80a685c80bfce99;hb=3d81daa33f1c59045b731ea422b5cd5505b7048e;hp=0ab0dfc4821fd7601dffb136f0b4e5de72b10a3c;hpb=123c5a87fa9cf6d9759ed7911d3544f05afdd11c;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 0ab0dfc4..b2d8476c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile # ----------------------------------------------------------------------------- -# (c) 1995-2007 Holger Schemel +# (c) 1995-2013 Holger Schemel # ============================================================================= # ----------------------------------------------------------------------------- @@ -155,8 +155,10 @@ backup_gfx: # ./Scripts/make_prerelease.sh jue: - sed -e 's/# SPECIAL_EDITION/SPECIAL_EDITION/' Makefile > Makefile.jue - $(MAKE) -f Makefile.jue cross-win32 + @$(MAKE) SPECIAL_EDITION=rnd_jue all + +jue-win: + @$(MAKE) SPECIAL_EDITION=rnd_jue cross-win32 dist-clean: @$(MAKE_CMD) dist-clean @@ -173,6 +175,9 @@ dist-build-win32: dist-build-macosx: # (this is done by "dist-package-macosx" target) +dist-build-macosx-ppc: + # (this is done by "dist-package-macosx-ppc" target) + dist-package-unix: ./Scripts/make_dist.sh unix . @@ -185,6 +190,9 @@ dist-package-win32: dist-package-macosx: ./Scripts/make_dist.sh mac . $(MAKE) +dist-package-macosx-ppc: + ./Scripts/make_dist.sh mac-ppc . $(MAKE) + dist-upload-unix: ./Scripts/make_dist.sh unix . upload @@ -197,6 +205,9 @@ dist-upload-win32: dist-upload-macosx: ./Scripts/make_dist.sh mac . upload +dist-upload-macosx-ppc: + ./Scripts/make_dist.sh mac-ppc . upload + dist-build-all: $(MAKE) clean $(MAKE) dist-build-unix ; $(MAKE) dist-clean @@ -207,12 +218,14 @@ dist-package-all: $(MAKE) dist-package-unix $(MAKE) dist-package-win32 $(MAKE) dist-package-macosx + $(MAKE) dist-package-macosx-ppc # $(MAKE) dist-package-msdos dist-upload-all: $(MAKE) dist-upload-unix $(MAKE) dist-upload-win32 $(MAKE) dist-upload-macosx + $(MAKE) dist-upload-macosx-ppc # $(MAKE) dist-upload-msdos dist-all: dist-build-all dist-package-all