📄 makefile.am
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -