makefile
来自「支持组件模型CCM的开源中间件-mico」· 代码 · 共 26 行
TXT
26 行
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 + =
减小字号Ctrl + -
显示快捷键?