X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=96e630396baff70bcf8dd2dd3a5e7e684061617d;hb=7ecf99096c7c23909ada034e05d971464f66552f;hp=75fde6be5e40b15ae56b27ec64ba6fce4e88df0d;hpb=e51177796149f37de339bda83558c3c49758be93;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 75fde6be..96e63039 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile # ----------------------------------------------------------------------------- -# (c) 1995-2007 Holger Schemel +# (c) 1995-2013 Holger Schemel # ============================================================================= # ----------------------------------------------------------------------------- @@ -59,7 +59,7 @@ SRC_DIR = src MAKE_CMD = $(MAKE) -C $(SRC_DIR) # DEFAULT_TARGET = x11 -DEFAULT_TARGET = sdl +DEFAULT_TARGET = sdl2 # ----------------------------------------------------------------------------- @@ -75,6 +75,9 @@ x11: sdl: @$(MAKE_CMD) TARGET=sdl +sdl2: + @$(MAKE_CMD) TARGET=sdl2 + solaris: @$(MAKE_CMD) PLATFORM=solaris TARGET=x11 @@ -143,7 +146,7 @@ backup: backup-net-copy: ./Scripts/make_backup.sh src scp -backup-net: backup backup-net-copy +backup-all: backup backup-net-copy backup_lev: ./Scripts/make_backup.sh lev @@ -173,7 +176,10 @@ dist-build-win32: @BUILD_DIST=TRUE $(MAKE) cross-win32 dist-build-macosx: - # (this is done by "dist-package-macosx" target) +# (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 . @@ -187,6 +193,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 @@ -199,6 +208,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 @@ -209,12 +221,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 @@ -225,4 +239,4 @@ tags: $(MAKE_CMD) tags depend dep: - $(MAKE_CMD) depend + $(MAKE_CMD) TARGET=$(DEFAULT_TARGET) depend