📄 makefile
字号:
all: .depend client serverDIR_PREFIX=../include ../../MakeVarsINSTALL_DIR = poa/hello-2INSTALL_SRCS = Makefile client.cc server.cc hello.idlINSTALL_SCRIPTS = helloserver: 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) --poa-ties hello.idlrun: helloclean: rm -f hello.cc hello.h hello.ref *.o core client server *~ .depend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -