From: adam Date: Sun, 8 May 2005 23:16:55 +0000 (+0000) Subject: updates to integrate with ibex build process X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=91eead1d40f51e0b8561098a09662fc61f9b2dd4;p=org.ibex.arenaj.git updates to integrate with ibex build process darcs-hash:20050508231655-5007d-e25546f2423e3f2081f985787341b7335a8eb012.gz --- diff --git a/Makefile b/Makefile index 9c7e2c2..50192c3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,9 @@ jar/sootclasses-2.2.1.jar: jar; cd jar; curl -C - -O http://www.sable.mcgill.c jar/jasminclasses-2.2.1.jar: jar; cd jar; curl -C - -O http://www.sable.mcgill.ca/software/jasminclasses-2.2.1.jar jar/polyglotclasses-1.3.jar: jar; cd jar; curl -C - -O http://www.sable.mcgill.ca/software/polyglotclasses-1.3.jar -jar/org.ibex.arenaj.jar: jar/org.ibex.tool.jar +prepare: ${sootjars} + +jar/org.ibex.arenaj.jar: ${sootjars} jar/org.ibex.tool.jar ${java} -jar jar/org.ibex.tool.jar -v -w -j jar/org.ibex.arenaj.jar -m org.ibex.arenaj.Main src demo: jar/org.ibex.arenaj.jar