X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=300f0324739388b44212d10245fcaebf02f8d32d;hb=3931b525b8c8a39a381088aae3eaa56f9bb6b5c3;hp=e3ac85847447371e1692d1faf904956bd800c619;hpb=90ab89559ad6c425bbc074c09ed37b909f9d6057;p=org.ibex.core.git diff --git a/Makefile b/Makefile index e3ac858..300f032 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,10 @@ $(java_headers): bin/%.h: bin/%.class sed s_/_._g | sed s/.class$$// | sed s/.java$$// |\ xargs $(gcjh) --classpath . +bin-$(platform)/org/xwt/js/CompiledFunctionImpl.java.o: src/org/xwt/js/CompiledFunctionImpl.java + touch $@ +# $(gcj) -c bin/org/xwt/js/CompiledFunctionImpl*.class -o $@ + $(java_objects): bin-$(platform)/%.java.o: src/%.java @echo "compiling .java -> .o: $<" mkdir -p `dirname $@` @@ -269,7 +273,8 @@ current_build := $(shell cat next.build) this_branch := $(shell tail -c +2 CVS/Tag 2>/dev/null || echo HEAD) this_branch_flag := $(shell test $(this_branch) = HEAD && echo || echo -r $(this_branch)) -dist: +# pre-depend on compile as a sanity check +dist: compile # this will fail if we haven't checked-in since the comment is null; we want this. cvs commit -m '' > /dev/null cvs tag -F xwt-$(current_build)