X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=70fe17598148c6cedf2690178b1d71c5da1d2640;hb=c099a298576b1083c6be3259442900056032f0b1;hp=d37d5cad1e9f5602e3652c3e02515c0e814b4573;hpb=76be0d989d6b938e9304416515dcf898ff581230;p=org.ibex.mail.git diff --git a/Makefile b/Makefile index d37d5ca..70fe175 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,14 @@ upstream/org.ibex.crypto/src/org/ibex/crypto/Base36.java: .download_org.ibex.cry @cd upstream/org.ibex.$*; make compile @touch $@ -mail.jar: $(sources) +compile: .compile +.compile: $(sources) @make .download_org.ibex.crypto .build_org.ibex.core @mkdir -p build/class - @javac -d build/class -classpath upstream/org.ibex.core/build/class $^ + @javac -d build/class -classpath /jinetd/LIB/ibex.core.jar:build/class $^ + @touch $@ + +mail.jar: .compile @cd build/class; jar cvf ../../mail.jar . #run: mail.jar