Mail for TOC captured

This commit is contained in:
appaji 2003-10-14 17:55:30 +00:00
parent 2d9cb53fa6
commit b0b7d675e2
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
Om
1. Introduction, Usefulness [The usual stuff]
- Introduction and Usefulness of the tools
- About the document
- How to get new versions of this document
- Copyright and top level document license
2. Using the GNU build tools [What and how. Hello World!]
- What is GNU Make and how to use it
- What is Autoconf and how to use it
- What is Automake and how to use it
- What is Libtool and how to use it
3. Real life example of the GNU build tools [DSG Program]
- GNU Make for DSG Program
- Autoconf for DSG Program
- Automake for DSG Program
- Libtool for DSG Program
- Other tools with GNU autotools (autoscan, etc.)
4. How each of the tools work
- How Make works
- The m4 macroprocessor
- How Autoconf works
- How Automake works
- How Libtool works
Appendix: Installation of the tools
- Installation in distros [RedHat, Debian and ?]
- Requirements for installing from source
- Installing Make, Automake, Autoconf, Libtool.
5. References, Acknowledgements, Document License etc.
- Sending comments and suggestions
- Acknowledgements
- Document Disclaimer
- References and Resources
- Full document license (GNU GPL)