makefile.am
来自「chord 源码 http://pdos.csail.mit.edu/chor」· AM 代码 · 共 50 行
AM
50 行
## 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 \ debruijn.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 \ debruijn.C \ finger_table.C \ fingerroute.C \ pred_list.C \ route.C \ route_chord.C \ route_debruijn.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.CEXTRA_DIST = .cvsignoreCLEANFILES = core *.core *~ *.rpoMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?