?? makefile
字號:
COMPILE := ../common/ecosconfig.cxx ../common/cdl_exec.cxx ../../common/common/build.cxx ../../common/common/flags.cxxOBJECTS := $(COMPILE:.cxx=.o)INCLUDE_PATH := -I../../common/common -I$(ECOS)/include -I$(TCL)/includeCXX := g++ecosconfig: $(OBJECTS) $(CXX) $^ -L$(ECOS)/lib -L$(TCL)/lib -lcdl -lcyginfra -ltcl8.2 -ldl -o $@%.o: %.cxx $(CXX) -c -g -O2 -I$(dir $<) $(INCLUDE_PATH) -o $@ $<clean: rm ecosconfig $(OBJECTS)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -