1 # template for dol.properties file
2 # use ant config to fill in the values
5 # path to local directory of DOL
8 # DOL_PATH = /home/shapes/dol
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.
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
22 SYSTEMC_INC = @systemc_inc@
23 SYSTEMC_LIB = @systemc_lib@