X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=9c249c136a06efa8e58ac4d6ec576dc317907b2a;hb=39b8b717736ea31aa80aac9b976dd6dd34b8950e;hp=5cc88bdbeaf09d716fdfc992c07e9970dbc3ae05;hpb=b5fa5227a80e97611a8433a275c18a6f695bf32b;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 5cc88bd..9c249c1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # The XWT Makefile # -all: JVM Linux Win32 Carbon Java2 #Solaris +all: JVM Linux Win32 Darwin Java2 Solaris JVM: build/JVM/xwt.jar Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext --static" @@ -128,7 +128,7 @@ build/java/org/xwt/Builtin.java: $(shell ls src/org/xwt/builtin/*.png src/org/xw # compile is here to force compilation of the .class files (they get used via -Ibuild) without # having the individual .o's depend on the .java's (otherwise every .o gets recompiled when one .java changes) -gcj: .vendor install_gcc-3.3 .compile $(target_bin) +gcj: .vendor .install_gcc-3.3_$(target) .compile $(target_bin) build/JVM/xwt.jar: .compile @echo -e "\n\033[1marchiving .class -> .jar: build/JVM/xwt.jar\033[0m" mkdir -p build/JVM