What does make mean in linux?

藏色散人
Release: 2020-09-16 09:55:46
Original
13002 people have browsed it

What does make mean in linux?

make in Linux is used to compile. It reads instructions from the Makefile and then compiles. The function of make is to start source code compilation and provide some functions. These functions are provided by its Makefile settings file.


For example, make install generally means installation, and make uninstall means uninstallation. Without parameters, source code compilation is performed by default.

make is a control program for automated compilation in the Linux development kit. It uses the compilation specifications written in the Makefile to automatically call gcc, ld and run certain required programs for compilation.

Generally, the Makefile control code he uses is generated by the configure setup script based on the given parameters and system environment.

The above is the detailed content of What does make mean in linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!