X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=575cbb135c7166039c8ef0c38264773dfc69d364;hb=2aabdb988d48f5c1cbc155f14ccb96257e83d670;hp=b4d2979c5dea5abd2d8f5119cdc8d28282fcb09c;hpb=6648a20efb79368af2fb16d1694afa685c04a0fc;p=org.ibex.core.git diff --git a/Makefile b/Makefile index b4d2979..575cbb1 100644 --- a/Makefile +++ b/Makefile @@ -114,10 +114,11 @@ build/h/%.h: build/class/%.class build/$(platform)/org/xwt/plat/Java2.java.o: touch .empty.c; mkdir -p $(@D); $(gcc) -c .empty.c -o $@; build/$(platform)/org/xwt/translators/MIPSApps.java.o: build/class/org/xwt/translators/MIPSApps.class + @echo -e "\n\033[1mcompiling .java -> .o: $<\033[0m" + mkdir -p `dirname $@` $(gcj) -c $< -o $@ build/$(platform)/org/xwt/plat/AWT.java.o: touch .empty.c; mkdir -p $(@D); $(gcc) -c .empty.c -o $@; - build/$(platform)/%.java.o: build/java/%.java @echo -e "\n\033[1mcompiling .java -> .o: $<\033[0m" mkdir -p `dirname $@` @@ -184,7 +185,7 @@ build/$(platform)/builtin.o: build/res/builtin.jar # 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 .compile .install_gcc-3.3_$(target) $(target_bin) +gcj: .vendor .compile .install_gcc-3.3.2_$(target) $(target_bin) build/JVM/xwt.jar: .compile build/res/builtin.jar @echo -e "\n\033[1marchiving .class -> .jar: build/JVM/xwt.jar\033[0m"