makefile.am

来自「基于DHT的对等协议」· AM 代码 · 共 46 行

AM
46
字号
## Process this file with automake to produce Makefile.in$(PROGRAMS): $(LDEPS)noinst_LIBRARIES = libchord.anoinst_HEADERS = aclnt_chord.h \	         chord.h \		 chord_impl.h \		 comm.h \		 finger_table.h \		 fingerroute.h \		 pred_list.h \		 route.h \		 recroute.h \		 recroute.C \		 route_recchord.h \		 stabilize.h \		 succ_list.h \		 finger_table_pns.h \		 fingerroutepns.h \		 accordion_table.h \		 accordion.h libchord_a_SOURCES = chord.C \		      chord_client.C \		      comm.C \		      finger_table.C \		      fingerroute.C \		      pred_list.C \		      route.C \		      route_chord.C \		      route_recchord.C \		      server.C \		      stabilize.C \		      succ_list.C \		      finger_table_pns.C \		      fingerroutepns.C  \		      stp_manager.C \		      accordion.C \		      accordion_table.C \		      route_accordion.CCLEANFILES = core *.core *~ *.rpoMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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