Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The use of predefined variables (V)

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

There are some predefined variables in the makefile, such as automatic variables: $@,$^,$ $@ refers to the target in the current rule that triggers the command to be executed;b> $^refers to all dependencies in the current rule;c> $

< 是指当前规则中的第一个依赖。关于自动变量的使用如下

Let's take the code as an example to analyze and explain

.PHONY : all first second thirdall : first second third @echo "\$$@ => $@" @echo "$$^ => $^" @echo "$$

< =>

$

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report