X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=4692fec1563355fc5575fbeaaf3355b0fd213e2c;hp=677899dd264f541aaf786cf0f64c6556117af423;hb=bcad568d15f3bfdfc4b7c3768ecd27023a7ac94a;hpb=0cf8e6919a91a0f39c1d6852328b8bd1cf68160b diff --git a/Makefile b/Makefile index 677899d..4692fec 100644 --- a/Makefile +++ b/Makefile @@ -199,10 +199,9 @@ tex.jar: $(mips_objects) $(runtime_classes:%=build/org/ibex/nestedvm/%.class) up echo -e "Manifest-Version: 1.0\nMain-Class: TeX\n" > .manifest cp upstream/build/tex/TeX.class build cd build && jar cfm ../$@ ../.manifest \ - TeX.class \ $(runtime_classes:%=org/ibex/nestedvm/%.class) \ - org/ibex/nestedvm/*.class \ - org/ibex/nestedvm/util/*.class + org/ibex/nestedvm/Runtime\$$*.class \ + org/ibex/nestedvm/util/Seekable\$$*.class runtime.jar: $(runtime_classes:%=build/org/ibex/nestedvm/%.class) cd build && jar cf ../$@ \ @@ -427,7 +426,6 @@ doc/charts/%.pdf: doc/charts/%.dat doc/charts/%.gnuplot tex := java -cp $(usr)/../../build:.. TeX -#tex := java -cp $(usr)/../../build:.. org.ibex.nestedvm.Interpreter ../tex.mips doc/ivme04.pdf: doc/ivme04.tex doc/acmconf.cls $(charts:%.dat=%.pdf) tex.jar upstream/tasks/extract_texinputs cp upstream/build/tex/tex.pool upstream/build/tex/texinputs/tex.pool cd upstream/build/tex/texinputs; echo '\latex.ltx' | $(tex)