?? makefile
字號:
#
# Override the default makefile (../Makefile.inc):
# 1) Run a syntax check.
# 2) Copy useful files to the destination directory
# 3) Include ../Makefile.inc for "clean".
# ex:set noexpandtab:
COMPONENT_NAME = $(notdir $(CURDIR))
COMPONENT_PACKAGE = $(COMPONENT_NAME)
COMPONENT_MK_FUNCTION = $(COMPONENT_NAME)
# Default target:
always:
@$(E) Checking syntax...
perl -I ../../bin/ -I ../../bin/europa/ -I ../../components/$(COMPONENT_NAME)/ -e 'use strict; use $(COMPONENT_PACKAGE); $(COMPONENT_MK_FUNCTION)();'
@$(E) Copying the component to its destination...
make all
include ../Makefile.inc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -