X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=3794cd878840e9bb6928fe6e8690ea0dc2dcdf2e;hb=0a05f4c2fbfe8ef1c372694a10d94818bff18d09;hp=e058339a40bac9af41053072f94398e98e231dc5;hpb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index e058339a..3794cd87 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,10 @@ sdl: @$(MAKE_CMD) TARGET=sdl solaris: - @$(MAKE_CMD) PLATFORM=solaris + @$(MAKE_CMD) PLATFORM=solaris TARGET=x11 + +solaris-sdl: + @$(MAKE_CMD) PLATFORM=solaris TARGET=sdl msdos: @$(MAKE_CMD) PLATFORM=msdos @@ -91,7 +94,19 @@ dist-unix: dist-msdos: ./Scripts/make_dist.sh dos . -dist: dist-unix dist-msdos +dist-win32: + ./Scripts/make_dist.sh win . + +dist-clean: + @$(MAKE_CMD) dist-clean + +dist-build-all: + $(MAKE) clean + @BUILD_DIST=TRUE $(MAKE) x11 ; $(MAKE) dist-clean + @BUILD_DIST=TRUE $(MAKE) cross-win32 ; $(MAKE) dist-clean + @BUILD_DIST=TRUE $(MAKE) cross-msdos ; $(MAKE) dist-clean + +dist-all: dist-build-all dist-unix dist-msdos dist-win32 depend dep: $(MAKE_CMD) depend