⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 一个很好用的MPEG1/4的开源编码器
💻 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 + -