📄 makefile.am
字号:
## Makefile.am for the fame encoder# These are the subdirectories that are always builtSUBDIRS = doc srcEXTRA_DIST = \ AUTHORS \ CHANGES \ COPYING \ TODO \ README \ INSTALL \ BUGS \ autogen.sh \ fame.spec.in \ fame.spec# Rule to build tar-gzipped distribution package$(PACKAGE)-$(VERSION).tar.gz: dist# Rule to build RPM distribution packagerpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES rpm -ba fame.spec
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -