makefile.am
来自「基于DHT的对等协议」· AM 代码 · 共 26 行
AM
26 行
## Process this file with automake to produce Makefile.in$(PROGRAMS): $(LDEPS) $(DBDEPS)SUFFIXES = .T .C .h.T.C: -$(TAME) -o $@ $< || rm -f $@bin_PROGRAMS = maintdnoinst_HEADERS = maint_policy.h # libchord is only needed to link libmerkle code# that refers to user_args.maintd_SOURCES = maint_sync.T maint_global.T maint_policy.T maintd.C maintd_LDADD = ../dhash/libdhash.a \ ../merkle/libmerkle.a \ ../chord/libchord.a \ ../utils/libutil.a \ ../svc/libsvc.la \ $(DBLIB) ${LDADD} TAMEOUT = maint_sync.C maint_global.C maint_policy.CCLEANFILES = core *.core *~ *.rpo $(TAMEOUT)MAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?