📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -