Searched refs:APP_DIR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DGNUmakefile163 APP_DIR := ${APPLICATION_INSTALL_PATH} macro
167 APP_DIR := . macro
261 @cd "${TOP_DIR}" && if [ -n "${APP_DIR}" ]; then mkdir -p "./${APP_DIR}" && rm -rf "./${APP_DIR}/Wish.app" && \
262 ln -fsh "./$$(echo "${APP_DIR}" | sed -e 's#/[^/][^/]*#/..#g')/${FMWK_DIR}/${PRODUCT_NAME}.framework/Resources/Wish.app" "./${APP_DIR}" && \
263 ln -fsh Wish.app "./${APP_DIR}/Wish Shell.app"; fi && \
269 rm -rf "./${APP_DIR}/Wish.app" && mkdir -p "./${APP_DIR}"
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DMakefile155 APP_DIR := ${APPLICATION_INSTALL_PATH} macro
159 APP_DIR := . macro
253 @cd ${TOP_DIR} && if [ -n "${APP_DIR}" ]; then mkdir -p "./${APP_DIR}" && rm -rf "./${APP_DIR}/Wish.app" && \
254 ln -fsh "./$$(echo ${APP_DIR} | sed -e 's#/[^/][^/]*#/..#g')/${FMWK_DIR}/${PRODUCT_NAME}.framework/Resources/Wish.app" "./${APP_DIR}" && \
255 ln -fsh Wish.app "./${APP_DIR}/Wish Shell.app"; fi && \
261 rm -rf "./${APP_DIR}/Wish.app" && mkdir -p "./${APP_DIR}"
[all...]

Completed in 106 milliseconds