About the make compilation process of the basic components of the Linux open-source project

Source: Internet
Author: User
Tags automake

About the make compilation process of the basic components of the Linux open-source project
?? About the make compilation process of the basic components of the Linux open-source project

 

Many open-source Linux projects use make to compile executable files. This is a set of processes.

First, the GNU build system: https://en.wikipedia.org/wiki/gnu_build_systemuses autotoolto compile and manage the production process of the entire product.

This is the figure below:

Make and makefile

Make: https://en.wikipedia.org/wiki/Make_ (software)

Makefile: https://en.wikipedia.org/wiki/Makefile

Then learn about automake: https://en.wikipedia.org/wiki/Automake

Autoconf: https://en.wikipedia.org/wiki/Autoconf

Libtool: https://en.wikipedia.org/wiki/GNU_Libtool

If you want to practice, you can refer to this simple example: http://www.gnu.org/software/automake/manual/html_node/Hello-World.html

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.