checking for gawk gawk checking whether make sets $(MAKE) yes checking for gcc gcc checking for C compiler default output a.out checking whether the C compiler works yes checking whether we are cross compiling no checking for suffix of executables checking for suffix of object files o checking whether we are using the GNU C compiler yes checking whether gcc accepts -g yes checking for gcc option to accept ANSI C none needed checking for style of include used by make GNU checking dependency style of gcc gcc3 configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands $ ls -l Makefile -rw-rw-r 你可以看到,此时Makefile已经产生出来了。
9、应用Makefile编译代码
Code
- $ make
-
- if gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -
-
- DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="helloworld" -DVERSION="1.0"
-
- -I. -I. -g -O2 -MT helloworld.o -MD -MP -MF ".deps/helloworld.Tpo"
-
- -c -o helloworld.o `test -f 'helloworld.c' || echo './'`helloworld.c;
-
- then mv -f ".deps/helloworld.Tpo" ".deps/helloworld.Po";
-
推荐阅读
MySQL主从同步那点事儿
51CTO诚邀您9月23号和秒拍/国美/美团元专家一路聊智能CDN的优化之路,抓紧时光哦!
一、媒介关于mysql主大年夜同步,信赖大年夜家都不陌生,跟着体系应用拜访量逐渐增大年夜,单台数据库读>>>详细阅读
本文标题:Linux下使用autoconf和automake生成Makefile
地址:http://www.17bianji.com/lsqh/37331.html
1/2 1