?? 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 + -