X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=73f27aa47dabc850541267a5a90c42070a00d703;hb=f45b4acc547ca85d9af9efa37d8caa68c20a42e6;hp=895a0ab29e1202d029c61ca6e8dbb65e8ac47e6e;hpb=b79e71ad6d2f71a2c1ccacb3d37ff02be60f2538;p=virtualjaguar diff --git a/Makefile b/Makefile index 895a0ab..73f27aa 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ # file GPL.TXT for details. ;-) # -# NOTE: zlib and OpenGL libs are a dependency, but are not checked for. -# same goes for libcdio, Qt +# NOTE: Qt and OpenGL libs are a dependency, but are not checked for. # Figure out which system we're compiling for, and set the appropriate variables @@ -41,7 +40,7 @@ ICON := SDLLIBTYPE := --libs MSG := GNU/Linux -else # *nix +else # ??? $(error OS TYPE UNDETECTED) @@ -129,9 +128,10 @@ OBJS := \ # Targets for convenience sake, not "real" targets .PHONY: clean -all: checkenv message2 obj $(TARGET)$(EXESUFFIX) +all: checkenv message obj $(TARGET)$(EXESUFFIX) @echo @echo -e "\033[01;33m***\033[00;32m Looks like it compiled OK... Give it a whirl!\033[00m" + @echo # Check the compilation environment, barf if not appropriate @@ -200,7 +200,7 @@ msg-check-env: @echo -e "\033[01;33m***\033[00;32m Checking compilation environment: \033[00m" @echo -message2: +message: @echo @echo -e "\033[01;33m***\033[00;32m Building Virtual Jaguar for $(MSG)...\033[00m" @echo