aesa, dol: create dol binary path and use it
authorSebastian <basti@sraa.de>
Mon, 25 Nov 2013 17:46:33 +0000 (18:46 +0100)
committerSebastian <basti@sraa.de>
Mon, 25 Nov 2013 17:46:33 +0000 (18:46 +0100)
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.

aesa/Makefile
dol/build.xml

index 1e52d7569cfe688891e1cc181c9bb1d9c8ce1517..8a25551266f1a09ce721f7db197e1422bbf5ba6b 100644 (file)
@@ -10,7 +10,7 @@ PROGRAM = AESA
 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
 
index a47b05019022e8e511dddc7ac31c5e51fa853200..27e1207cb3d96651801efab8ee2520ee8cbb6de8 100644 (file)
@@ -25,7 +25,7 @@
   <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"/>