makefile

来自「MICO2.3.13 corba 环境平台」· 代码 · 共 23 行

TXT
23
字号
all: .depend client serverDIR_PREFIX=../include ../../MakeVarsINSTALL_DIR     = security/audit-bookINSTALL_SRCS    = Makefile client.cc server.cc hello.idl ServerCert.pem ServerKey.pem \		ClientCert.pem ClientKey.pem READMEINSTALL_SCRIPTS = rss rcs runit ssl runserver: hello.h hello.o server.o $(DEPS)	$(LD) $(CXXFLAGS) $(LDFLAGS) hello.o server.o $(LDLIBS) -o serverclient: hello.h hello.o client.o $(DEPS)	$(LD) $(CXXFLAGS) $(LDFLAGS) hello.o client.o $(LDLIBS) -o client hello.h hello.cc : hello.idl $(IDLGEN)	$(IDL) hello.idlclean:	rm -f hello.cc hello.h *.ref *.o *.core client client2 server *~ .depend *.log ODM.map

⌨️ 快捷键说明

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