submakefile

来自「CNC 的开放码,EMC2 V2.2.8版」· 代码 · 共 13 行

TXT
13
字号
../bin/stepconf: emc/usr_intf/stepconf/stepconf.py	@$(ECHO) Syntax checking python script $(notdir $@)	@$(PYTHON) -c 'import sys; compile(open(sys.argv[1]).read(), sys.argv[1], "exec")' $<	$(ECHO) Copying python script $(notdir $@)	@(echo '#!$(PYTHON)'; sed '1 { /^#!/d; }' $<) > $@.tmp && chmod +x $@.tmp && mv -f $@.tmp $@../share/emc/stepconf.glade: emc/usr_intf/stepconf/stepconf.glade	mkdir -p ../share/emc/	cp -f $< $@PYTARGETS += ../bin/stepconf ../share/emc/stepconf.gladePYI18NSRCS += emc/usr_intf/stepconf/stepconf.py emc/usr_intf/stepconf/stepconf.glade

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?