X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=3369b98cb6f1626c310595151ff1294f59499cb4;hp=4229a7156d5cbbd2885a930b65d728d6fa3c1b79;hb=db9fd9570a6e8302a34e6fc32d04d58b59e39a99;hpb=acbf688069a3aaabebb525dc9d35a5f79cb178ea diff --git a/Makefile b/Makefile index 4229a71..3369b98 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ target := $(target_$(platform)) all: Java2 Linux Win32 Darwin Solaris -clean: ; rm -rf build +clean: ; rm -rf build; rm .preprocessor dist-clean: rm -rf .jikes .configure* .install* build .compile .build* find upstream -name config.cache -exec rm {} \; @@ -84,7 +84,7 @@ include Makefile.upstream # xargs --replace make -s superclass_org.ibex.plat.{} plat_classes_AWT := org.ibex.plat.AWT -plat_classes_Java2 := org.ibex.plat.Java2 $(plat_classes_AWT) +plat_classes_Java2 := org.ibex.plat.Java2 org.ibex.plat.JVM $(plat_classes_AWT) plat_classes_GCJ := org.ibex.plat.GCJ plat_classes_Win32 := org.ibex.plat.Win32 $(plat_classes_GCJ) plat_classes_POSIX := org.ibex.plat.POSIX $(plat_classes_GCJ) @@ -379,8 +379,9 @@ propose-patch: commit: propose-patch darcs push --and-apply xwt@xwt.org:/var/www/org/ibex/core/ -reference: build/class/org/ibex/util/Doc.class doc/reference.xml - cd doc; java -cp ../build/class org.ibex.util.Doc < reference.xml > reference.tex - cd doc; pdflatex reference.tex - open doc/reference.pdf +doc/%.pdf: build/class/org/ibex/util/XML.class build/class/org/ibex/util/Doc.class doc/%.xml + cd $(@D); java -cp ../../build/class org.ibex.util.Doc < `basename $*`.xml > `basename $*`.tex + cd $(@D); pdflatex `basename $*`.tex + open doc/$*.pdf +