makefile 规则

内存管理第一谈:段式管理和页式管理
https://blog.csdn.net/jy1075518049/article/details/43610569

LINUX 逻辑地址、线性地址、虚拟地址和物理地址
https://blog.csdn.net/baidu_35679960/article/details/80463445


万能makefile写法详解,一步一步写一个实用的makefile,详解 sed 's,$∗\.o[ :]*,\1.o $@ : ,g' < $@.
https://blog.csdn.net/huyansoft/article/details/8924624

官方手册:https://ftp.gnu.org/old-gnu/Manuals/make-3.79.1/html_chapter/make_6.html#SEC68

Makefile 有什么奇技淫巧?
https://www.zhihu.com/question/48824280

makefile - 反引号、单引号双引号、dirname、wildcard    ------疑问的位置;  SDK_PATH?= .....  需要进行实验验证;
https://blog.csdn.net/dream_bin123/article/details/78193618


GNU Make Debugger, Remake
http://bashdb.sourceforge.net/remake/remake.html/index.html
http://bashdb.sourceforge.net/remake/remake.html/Sample-Sessions.html#Sample-Sessions

BASH Debugger :
http://bashdb.sourceforge.net/


*1): makefile中的shell调用---注意事项
https://blog.csdn.net/frank_jb/article/details/81708832?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dist_request_id=6a20ff56-a857-4acc-898a-cd779f0ea876&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control

*2): makefile中的shell语法
https://blog.csdn.net/qingfengtsing/article/details/21252461?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control&dist_request_id=75472199-3deb-4e77-8f87-be8c4ec36db0&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control

*3): Makefile和shell的区别:echo和@echo
http://blog.chinaunix.net/uid-28728968-id-4457667.html

makefile学习(十):在makefile里面如何嵌入shell?
https://blog.csdn.net/small_prince_/article/details/98634296

Makefile中的shell用法         -----  鱼思故渊;
https://blog.csdn.net/yusiguyuan/article/details/16951413?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_baidulandingword-0&spm=1001.2101.3001.4242

Makefile中的变量 
http://blog.sina.com.cn/s/blog_4fcd1ea30100uv54.html

makefile中$(var)和$$(var)
https://blog.csdn.net/q2519008/article/details/106912073?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-1&spm=1001.2101.3001.4242


makefile--模式规则(七)      
https://www.cnblogs.com/zxouxuewei/p/5107697.html
makefile学习之三个自动变量($@,$^,$<)
https://blog.csdn.net/weixin_44517656/article/details/109276749

Shell脚本与Makefile的语法区别
https://www.jianshu.com/p/1818a7afe535
https://blog.csdn.net/zengzhihao/article/details/79035319
https://www.cnblogs.com/pengdonglin137/p/3796593.html

makefile 执行shell 语句整理:
1:makefile $字符的应用 : 
这是美元符号,在makefile中,你必须键入$$才能得到一个美元符号:
http://www.voidcn.com/article/p-surwkqkf-bso.html

https://blog.csdn.net/chezhai/article/details/80047990 
 :
 $$$$
为字符串
"$$"
,由于makefile中所有的$字符都是特殊字符(即使在单引号之中!),要得到普通字符$,需要用
$$

Makefile中的$的使用
https://blog.csdn.net/m7548352/article/details/49593741?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control&dist_request_id=6bebe69b-d2bd-4add-ab04-ecc48a1eacd3&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control
Introduce :
makefile中定义变量A, makefile要引用变量的时候,必须使用$,即$A来使用makefile中的A变量;
传递给shell中使用定义的变量,则需要$$A来使用
在makefile中执行shell语句, $(shell xxxx);


shell中$()与${}
http://blog.itpub.net/29827284/viewspace-2149116/

$(MAKE) -C $$dir; \
http://blog.sina.com.cn/s/blog_4fcd1ea30100utht.html

嵌套执行MAKE $(MAKE) -C subdir
https://blog.csdn.net/qingzhuyuxian/article/details/84986345

makefile--嵌套执行(四)
https://blog.csdn.net/weixin_33859504/article/details/85792161?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dist_request_id=a591a03f-24f3-4821-97d0-b18f19ff43f5&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control

Makefile 嵌套和宏定义的应用详解
https://blog.csdn.net/li_wen01/article/details/79353710


makefile文件详解
https://blog.csdn.net/u013925378/article/details/51259650?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control&dist_request_id=dc6b7f4c-caf5-452e-8bda-358d4ea3314a&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.control

makefile中的自动化变量 $@,$%,$  : 自动化变量
http://blog.chinaunix.net/uid-28458801-id-3495215.html


Makefile中的$@, $^, $< , $?, $%, $+, $*
https://blog.csdn.net/dlf1769/article/details/78997967
https://ftp.gnu.org/old-gnu/Manuals/make-3.79.1/html_chapter/make_6.html#SEC68

sed :
“ sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \” 做何解释?
https://bbs.csdn.net/topics/390142287
https://blog.csdn.net/chezhai/article/details/80047990
https://blog.csdn.net/huyansoft/article/details/8924624
http://blog.chinaunix.net/uid-28458801-id-3495215.html

intel : 
https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html
https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html#combined
https://software.intel.com/content/www/us/en/develop/download/intel-64-and-ia-32-architectures-sdm-combined-volumes-1-2a-2b-2c-2d-3a-3b-3c-3d-and-4.html

Makefile中的$$ {HOME}或$ {HOME}?


//
//
//
函数的隐式声明
https://blog.csdn.net/liangbo930522/article/details/73733415

mpx-linux64-abi.pdf
https://software.intel.com/content/dam/develop/external/us/en/documents/mpx-linux64-abi.pdf

什么是被调用者和调用者保存的寄存器?
http://www.voidcn.com/article/p-htzrkkge-bsx.html

通过linux x86-64函数调用保存什么寄存器
http://www.voidcn.com/article/p-wgvcowac-btq.html
psABI-x86_64.pdf :
https://www.uclibc.org/docs/psABI-x86_64.pdf 

Caller-saved register and Callee-saved register
https://blog.csdn.net/l919898756/article/details/103142439

x86_64汇编之四:函数调用、调用约定
https://blog.csdn.net/qq_29328443/article/details/107232025?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-0&spm=1001.2101.3001.4242

调用 subroutine_调用约定(Calling Convention)浅析
https://blog.csdn.net/weixin_30658759/article/details/112712131?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-1&spm=1001.2101.3001.4242


数据结构与算法——复杂度分析
https://jiang-hao.com/articles/2020/algorithms-data-structure-n-algorithm-1.html
https://www.zhihu.com/question/27747175
http://www.likecs.com/default/index/tags?cid=3533&cname=%E9%93%BE%E8%A1%A8
https://www.v2ex.com/t/134598

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值