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

📄 makefile

📁 MICO2.3.13 corba 环境平台
💻
字号:
all: .depend client client2 serverDIR_PREFIX=../../include ../../../MakeVarsINSTALL_DIR     = csiv2/interop/adironINSTALL_SRCS    = Makefile client.cc client2.cc server.cc InterOpTest.idl \  ca_cert.pem c_cert.pem c_key.pem s_cert.pem s_key.pemINSTALL_SCRIPTS = run.sh get_iors.sh iiop_csiv2_extedned_hello.sh \  iiop_csiv2_hello.sh iiop_hello.sh tls_csiv2_extedned_hello.sh \  tls_csiv2_hello.sh tls_hello.shserver: InterOpTest.h InterOpTest.cc InterOpTest.o server.o $(DEPS)	$(LD) $(CXXFLAGS) $(LDFLAGS) InterOpTest.o server.o $(LDLIBS) -o serverclient: InterOpTest.h InterOpTest.cc InterOpTest.o client.o $(DEPS)	$(LD) $(CXXFLAGS) $(LDFLAGS) InterOpTest.o client.o $(LDLIBS) -o client client2: InterOpTest.h InterOpTest.cc InterOpTest.o client2.o $(DEPS)	$(LD) $(CXXFLAGS) $(LDFLAGS) InterOpTest.o client2.o $(LDLIBS) -o client2 InterOpTest.h InterOpTest.cc : InterOpTest.idl $(IDLGEN)	$(IDL) InterOpTest.idlrun:	helloclean:	rm -f InterOpTest.cc InterOpTest.h ref *.ref *.ior *.o core client client2 server *~ .depend

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -