📄 makefile.am
字号:
## Makefile.am -- Process this file with automake to produce Makefile.inMAINTAINERCLEANFILES = Makefile.inINCLUDES = -I$(top_builddir) -I$(top_srcdir)octdir = $(top_srcdir)/octlinked_oct_files = \ comp_wfac.oct \ comp_iwfac.oct \ comp_dgt_fw.oct \ comp_idgt_fw.oct oct_SCRIPTS = $(linked_oct_files)%.oct: %.cc ../src/libfac.a $(MKOCTFILE) -L$(top_srcdir)/src -lfac $<CLEANFILES = *.oct *.o *core.PHONY: clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -