Auto Tools Tutorial
Auto Tools Tutorial
Auto Tools Tutorial
1 de 7
Home
Projects
http://www.openismus.com/documents/linux/automake/a...
Documents
About
Back to Documents
Using Automake and Autoconf with C++
Contents
Introduction
make and con gure
automake and autoconf
Subdirectories
Example Files
Recommended Reading
Introduction
The automake and autoconf tools can be used to manage C++
projects under Unix. They should save a lot of time compared to
writing Make les and con gure scripts manually, while ensuring
that your project is structured according to GNU standards.
However, it is di cult for beginners to get started. Hopefully, this
tutorial will provide enough information for C++ programmers who
are new to Unix to create their rst C++ projects, while gaining a
super cial understanding of what the tools are doing.
If you nd any problem with this page, we welcome feedback or
patches against the example code, which can be downloaded from
the Gitorious project page. Either send a merge request or email
murrayc@openismus.com.
make and con gure
The make tool can be used to manage multi- le projects. make
07/12/12 13:29