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

📄 readme

📁 这是一个自动生成MAKEFILE的工具。相信大家都听说过。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。
💻
字号:
This is Automake, a Makefile generator.  It was inspired by the 4.4BSDmake and include files, but aims to be portable and to conform to theGNU standards for Makefile variables and targets.Automake is a Perl script.  The input files are called Makefile.am.The output files are called Makefile.in; they are intended for usewith Autoconf.  Automake requires certain things to be done in yourconfigure.in.Variable assignment lines in Makefile.am pull in defaults from variouslittle *.am files.To use Automake, replace your Makefile.in files with Makefile.amfiles.  Read the documentation to see what to do.This package also includes the "aclocal" program.  aclocal is aprogram to generate an `aclocal.m4' based on the contents of`configure.in'.  It is useful as an extensible, maintainable mechanismfor augmenting autoconf.  It is intended that other package authorswill write m4 macros which can be automatically used by aclocal.The mailing list automake@gnu.org is for discussion ofAutomake, Autoconf, and other configuration/portability tools (e.g.,libtool).  Write to automake-request@gnu.org if you want tojoin.Automake has a page on the web.  See:	http://www.gnu.org/software/automake/Mail suggestions and bug reports to bug-automake@gnu.org.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -