Make the Ant build file generate the dol.jar file next to the other
jars required for DOL.
Additionally, make the AESA Makefile use this new path.
CODEGEN = -C
# change according to your system
-DOLPATH = $(HOME)/dol/bin
+DOLPATH = $(HOME)/jump/dol/jars
SYSTEMC_INC = $(HOME)/systemc/include
SYSTEMC_LIB = $(HOME)/systemc/lib-linux64/libsystemc.a
<property name="bin.main.dir" location="${bin.dir}/main"/>
<property name="doc.api.dir" location="${doc.dir}/api"/>
<property name="doc.build.dir" location="${build.dir}/docs"/>
- <property name="expo.dir" location="../expo"/>
+ <property name="expo.dir" location="${basedir}"/>
<!-- distribution directories -->
<property name="bin-dist.name" value="dol.jar"/>