Fetch the repository succeeded.
# Makefile
# Sets up directory structure.
# Get LabelMe path settings:
LM_TOOL_HOME = $(shell pwd)/
all: setpath write_permissions
setpath:
@echo "Setting base href: $(LM_TOOL_HOME)";
$(shell cat ./annotationTools/perl/globalvariables.pl.base | sed -e s@LM_TOOL_HOME@$(LM_TOOL_HOME)@ > ./annotationTools/perl/globalvariables.pl)
@echo "Setting ./annotationTools/php/globalvariables.php: $(LM_TOOL_HOME)";
$(shell cat ./annotationTools/php/globalvariables.php.base | sed -e s@LM_TOOL_HOME@$(LM_TOOL_HOME)@ > ./annotationTools/php/globalvariables.php)
write_permissions:
@echo "Setting write permissions";
$(shell chmod -R 777 ./Annotations)
$(shell chmod -R 777 ./Masks)
$(shell chmod -R 777 ./Scribbles)
$(shell chmod -R 777 ./annotationCache/TmpAnnotations)
$(shell chmod -R 777 ./annotationCache/Logs/logfile.txt)
$(shell chmod -R 777 ./annotationTools/scribble)
$(shell chmod -R 777 ./annotationTools/php)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。