Searched refs:BSIM_OUT_PATH (Results 1 – 3 of 3) sorted by relevance
17 BSIM_OUT_PATH?=./#by default all the output of compiling the simulator is placed under this same fo… macro18 export BSIM_OUT_PATH:=$(abspath ${BSIM_OUT_PATH}) macro37 ${BSIM_OUT_PATH}:38 @mkdir ${BSIM_OUT_PATH} -p39 ${BSIM_OUT_PATH}/bin/: | ${BSIM_OUT_PATH}40 mkdir ${BSIM_OUT_PATH}/bin/41 ${BSIM_OUT_PATH}/lib/: | ${BSIM_OUT_PATH}42 @mkdir ${BSIM_OUT_PATH}/lib/43 ${BSIM_OUT_PATH}/results/: | ${BSIM_OUT_PATH}44 @mkdir ${BSIM_OUT_PATH}/results/[all …]
7 BSIM_OUT_PATH?=../../#This should really be set by the top level makefile, but if it wasnt just to …8 BSIM_LIBS_DIR:=${BSIM_OUT_PATH}/lib/9 BSIM_BIN_DIR:=${BSIM_OUT_PATH}/bin/
39 BSIM_OUT_PATH: : Where the compilation results are installed. That is,