📄 makefile.am
字号:
## Makefile.am for the fame library# These are the subdirectories that are always builtSUBDIRS = doc srcbin_SCRIPTS = libfame-configEXTRA_DIST = \ debian \ CHANGES \ COPYING \ TODO \ README \ INSTALL \ BUGS \ autogen.sh \ libfame-config \ libfame-config.in \ libfame.m4.in \ libfame.m4 \ libfame.spec.in \ libfame.spec# M4 macro file for inclusion with autoconfm4datadir = $(datadir)/aclocalm4data_DATA = libfame.m4# 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 libfame.spec
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -