📄 makefile
字号:
all: .depend client serverDIR_PREFIX=../include ../../MakeVarsINSTALL_DIR = poa/inheritINSTALL_SRCS = Makefile client.cc server.cc inherit.idlINSTALL_SCRIPTS = inheritserver: inherit.h inherit.o server.o $(DEPS) $(LD) $(CXXFLAGS) $(LDFLAGS) inherit.o server.o $(LDLIBS) -o serverclient: inherit.h inherit.o client.o $(DEPS) $(LD) $(CXXFLAGS) $(LDFLAGS) inherit.o client.o $(LDLIBS) -o client inherit.h inherit.cc : inherit.idl $(IDLGEN) $(IDL) --poa-ties inherit.idlrun: inheritclean: rm -f inherit.cc inherit.h *.o core client server *~ .depend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -