⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 MICO2.3.13 corba 环境平台
💻
字号:
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 + -