I. Preface
The most important and basic function of the make tool is to describe the source through the MAKEFILE file.ProgramAnd automatically maintain the compilation work. The MAKEFILE file needs to be compiled according to a certain syntax. The
Makefile syntax Basics
In Linux, make is a command tool that explains commands in Makefile. When executing the make command, a Makefile file is required to tell the make command how to compile and link the program.
How make works: By default, only
Table 1-6 common command line options of the GNU make command
Definition of command line options-C dir changes to the specified directory DIR before reading makefile.-F FILE uses the specified FILE as the makefile.-H: all make options are displayed.-
Here's the find information about what to build Blender on modern machines and distributions.
TroubleshootingIn the case you ' re trying-to-build on the old distributions, chances is that your the package Manager doesn ' t provide a
In makefile, functions can be used to process variables, making our commands or rules more flexible and intelligent. Make does not support many functions, but it is enough for us to operate. After a function is called, the return value of the
String handling functions
1, subst
$ (subst ,,)
Name: string substitution function--subst.
function: Replace the string in strings with .
Return: function returns the string that was replaced.
Example:
$ (subst Ee,ee,feet on the street), replace
In makefile, functions can be used to process variables, making our commands or rules more flexible and intelligent. Make does not support many functions, but it is enough for us to operate. After a function is called, the return value of the
Smarty Introduction What is a stencil engine I don't know when it started, and someone started to feel less satisfied with embedding the Server Script inside HTML. However, whether it is Microsoft's ASP or open source PHP, is the embedded
Using functions————In makefile, you can use functions to manipulate variables to make our commands or rules more flexible and intelligent. The functions supported by make are not much, but they are sufficient for our operation. After a function call,
In makefile, functions can be used to process variables, making our commands or rules more flexible and effective.Smart. Make does not support many functions, but it is enough for us to operate. After the function is calledThe Return Value of the
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.