aesa, dol: create dol binary path and use it
[jump.git] / dol / src / dol_template.properties
1 # template for dol.properties file
2 # use ant config to fill in the values
3
4 # DOL path: 
5 # path to local directory of DOL
6 #
7 # example:
8 # DOL_PATH = /home/shapes/dol
9
10 DOL_path = @dol_path@
11
12 # SystemC library path:
13 # SYSTEMC_INC and SYSTEMC_LIB are the paths to SystemC header and library,
14 # respectively. These two path will be used in the generated
15 # Makefile to build the SystemC executable binary file.
16 # They have to point to local SystemC directory.
17 #
18 # example:
19 # SYSTEMC_INC = /home/shapes/base/resources/lib/systemC/systemc-2.1.v1/include
20 # SYSTEMC_LIB = /home/shapes/base/resources/lib/systemC/systemc-2.1.v1/lib-linux/libsystemc.a
21
22 SYSTEMC_INC = @systemc_inc@
23 SYSTEMC_LIB = @systemc_lib@