makefile
来自「MICO2.3.13 corba 环境平台」· 代码 · 共 32 行
TXT
32 行
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 + =
减小字号Ctrl + -
显示快捷键?