📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.10 2004/10/02 03:02:52 sit Exp $$(PROGRAMS): $(LDEPS) $(DBDEPS)bin_PROGRAMS = chordcdchordcd_SOURCES = server.C chordcd.C chordcd.h lrucache.hchordcd_LDADD = ../dhash/libdhashclient.a ../utils/libutil.a ../svc/libsvc.la $(LDADD)EXTRA_DIST = .cvsignoreCLEANFILES = core *.core *~ *.rpoMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -