X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=a46198109061d9c41c7efec6b784adbfbd537f92;hb=a7bc8922080f56017b141a3835c722344fa4cffc;hp=ece0998ca564e23387202fdf7821860ed082ae56;hpb=95e6e1f76a82767b9cb20a174aa2936004417b1c;p=org.ibex.core.git diff --git a/Makefile b/Makefile index ece0998..a461981 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ build/class/org/xwt/util/Preprocessor.class: src/org/xwt/util/Preprocessor.java ./.jikes $< # this forces a clean build every time because jikes is so damn buggy +preprocess: $(all_java_sources) compile: .compile .compile: $(all_java_sources) .jikes @echo -e "\n\033[1mcompiling .java -> .class: src/**/*.java\033[0m" @@ -321,4 +322,4 @@ dist-private: test: JVM; /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java -jar build/JVM/xwt.jar http://localhost/demo.xwar #test: JVM; java -jar build/JVM/xwt.jar http://localhost/demo.xwar -oldcompile: ; CLASSPATH=$$CLASSPATH:lib/libgcj-minimal.jar javac -d build/class `find build/java/ -name \*.java` +oldcompile: preprocess; CLASSPATH=$$CLASSPATH:lib/libgcj-minimal.jar javac -d build/class `find build/java/ -name \*.java`