📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.3 2004/09/14 21:44:58 sit Exp $$(PROGRAMS): $(LDEPS) $(DBDEPS)SUFFIXES = .x .C .h .py.x.h: -$(RPCC) -h $< || rm -f $@.x.C: -$(RPCC) -c $< || rm -f $@.x.py: -$(RPCC) -python $< || rm -f $@$(RPCC): @:bin_PROGRAMS = cdbin_SCRIPTS = testcdcd_prot.h: cd_prot.xcd_prot.C: cd_prot.xcd_prot.o: cd_prot.hcd_prot.py: cd_prot.x$(DEP_FILES): cd_prot.hnoinst_HEADERS = cd_prot.xcd_SOURCES = cd_prot.C cd.Ccd_LDADD = ../chord/libchord.a ../utils/libutil.a ../svc/libsvc.la \ $(DBLIB) ${LDADD} testcd: testcd.py cd_prot.py ${top_srcdir}/svc/chord_types.py cp $< $@CLEANFILES = core *.core *~ *.rpoMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -