第4月第1天 makefile

Posted lianhuaren

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第4月第1天 makefile相关的知识,希望对你有一定的参考价值。

1.

gnu make的函数调用是$,比如 $(subst ee,EE,feet on the street)

 

 

Pattern Rules

 

Makefile里的.c.o等价于 %.o : %.c

 

 

.c.o:
    $(COMPILE) -MT [email protected] -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o [email protected] $<
    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po

 

gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c
mv -f .deps/ar.Tpo .deps/ar.Po
...

gcc  -g -O2   -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o remote-stub.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o glob/libglob.a

 

 
下载3.8.2源码编译,./configure && make

http://www.gnu.org/software/make/manual/make.html#Text-Functions

 

http://ftp.gnu.org/gnu/make/

以上是关于第4月第1天 makefile的主要内容,如果未能解决你的问题,请参考以下文章

第25月第4天 djangochinaorg项目记录01

第40月第4天 app产品评测

第14月第11天 linkmap

第11月第23天 markedTextRange 崩溃

第28月第8天

第41月第12天 活体检测