📄 makefile
字号:
all: .depend testDIR_PREFIX=../include ../../MakeVarsINSTALL_DIR = obv/customINSTALL_SRCS = README Makefile test.cc custom.idl custom_impl.cc \ custom_impl.hINSTALL_SCRIPTS = customtest: custom.h custom_impl.h custom.o test.o custom_impl.o $(DEPS) $(LD) $(CXXFLAGS) $(LDFLAGS) custom.o test.o custom_impl.o $(LDLIBS) -o testcustom.h custom.cc : custom.idl $(IDLGEN) $(IDL) custom.idlrun: customclean: rm -f custom.cc custom.h rm -f *.o core test *~ .depend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -