X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=828aebaf3b1dcccf1f5333e24b6c131504aceb49;hb=251e990674d9861b29d569abe3648cad09355107;hp=d9b8c027a3e3250739cf4a6ae5546d7c170c3612;hpb=b5cb3733c4dcd25a8ef793436074ee1d0d8162db;p=org.ibex.arenaj.git diff --git a/Makefile b/Makefile index d9b8c02..828aeba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,12 @@ #cp = lib/soot.jar:/Users/megacz/ibex.org/jar/org.ibex.core.jar:/Users/megacz/ibex.org/jar/org.ibex.util.jar:/Users/megacz/ibex.org/jar/org.ibex.js.jar:/Users/megacz/ibex.org/jar/org.ibex.net.jar:/Users/megacz/ibex.org/jar/org.ibex.io.jar:bin sootcp = lib/soot.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/classes.jar +# IVME Paper +doc/charts/%.pdf: doc/charts/%.dat doc/charts/%.gnuplot + cd doc/charts; gnuplot $*.gnuplot + cd doc/charts; chmod +x boxfill.pl; ./boxfill.pl -g -o unfilled.eps $*.eps + cd doc/charts; ps2pdf $*.eps + #mainclass = edu.berkeley.cs.megacz.Test #mainclass = org.ibex.graphics.Mesh