📄 makefile
字号:
#.SUFFIXES: .h .cpp .iCC=/opt/aCC/bin/aCCCXXFLAG=-w -DUSE_TAO -DACE_HAS_NO_THROW_SPEC -DACE_HAS_THREADS -DACE_HAS_EXCEPTIONS -DACE_HAS_STANDARD_CPP_LIBRARY -DACE_HAS_THREADS IDLCC=/toolbox/private/apps/prismtech/TAO-1.3.1.5/bin/tao_idlOBJS = ThiefC.o ThiefS.o ThiefS_T.oINC_DIR=/toolbox/private/apps/prismtech/TAO-1.3.1.5/includeLDFLAG=-L/toolbox/private/apps/prismtech/TAO-1.3.1.5/lib -lTAO -lACE -lTAO_DynamicAny -lTAO_PortableServerall : ThiefServer ThiefClientThiefServer : ThiefServer.o $(OBJS) $(CC) +DAportable $(LDFLAG) -mt -lpthread -o $@ ThiefServer.o $(OBJS) ThiefClient : ThiefClient.o $(OBJS) $(CC) +DAportable $(LDFLAG) -mt -lpthread -o $@ ThiefClient.o $(OBJS) cp ThiefClient ThiefClient1ThiefServer.o : ThiefServer.cpp $(CC) +DAportable $(CXXFLAG) -I$(INC_DIR) -mt -lpthread -c -o $@ $< ThiefClient.o : ThiefClient.cpp $(CC) +DAportable $(CXXFLAG) -I$(INC_DIR) -mt -lpthread -c -o $@ $< %.o : %.cpp $(CC) +DAportable $(CXXFLAG) -I$(INC_DIR) -mt -lpthread -c -o $@ $<clean : rm -rf *.o rm -rf ThiefServer ThiefClient ThiefClient1 IDL: $(IDLCC) Thief.idlcleanIDL: rm -rf ThiefC.cpp ThiefC.i ThiefS.cpp ThiefS.i \ ThiefS_T.h ThiefC.h ThiefS.h ThiefS_T.cpp ThiefS_T.i
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -