makefile.in

来自「linux可以运行程序源码」· IN 代码 · 共 69 行

IN
69
字号
CXXSRCS = \  Blacklist.cxx \  CConnection.cxx \  CMsgHandler.cxx \  CMsgReader.cxx \  CMsgReaderV3.cxx \  CMsgWriter.cxx \  CMsgWriterV3.cxx \  CSecurityVncAuth.cxx \  ComparingUpdateTracker.cxx \  Configuration.cxx \  ConnParams.cxx \  Cursor.cxx \  Decoder.cxx \  Encoder.cxx \  HTTPServer.cxx \  HextileDecoder.cxx \  HextileEncoder.cxx \  KeyRemapper.cxx \  LogWriter.cxx \  Logger.cxx \  Logger_file.cxx \  Logger_stdio.cxx \  Password.cxx \  PixelBuffer.cxx \  PixelFormat.cxx \  RREEncoder.cxx \  RREDecoder.cxx \  RawDecoder.cxx \  RawEncoder.cxx \  Region.cxx \  SConnection.cxx \  SMsgHandler.cxx \  SMsgReader.cxx \  SMsgReaderV3.cxx \  SMsgWriter.cxx \  SMsgWriterV3.cxx \  ServerCore.cxx \  SSecurityFactoryStandard.cxx \  SSecurityVncAuth.cxx \  Timer.cxx \  TransImageGetter.cxx \  UpdateTracker.cxx \  VNCSConnectionST.cxx \  VNCServerST.cxx \  ZRLEEncoder.cxx \  ZRLEDecoder.cxx \  encodings.cxx \  secTypes.cxx \  util.cxxSRCS = d3des.c $(CXXSRCS)OBJS = d3des.o $(CXXSRCS:.cxx=.o)DIR_CPPFLAGS = -I$(top_srcdir) @VSNPRINTF_DEFINE@library = librfb.aall:: $(library)$(library): $(OBJS)	rm -f $(library)	$(AR) $(library) $(OBJS)	$(RANLIB) $(library)# followed by boilerplate.mk

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?