• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            我的CPP之路

            路漫漫其修遠兮
            隨筆 - 42, 文章 - 0, 評論 - 16, 引用 - 0
            數據加載中……

            [轉]一個簡單的makefile示例及其注釋

            http://www.cnblogs.com/sld666666/archive/2010/04/08/1707789.html
            一個簡單的makefile示例及其注釋
            posted @ 2010-04-08 21:29 sld666666 閱讀(698) 評論(2)

              相信在unix下編程的沒有不知道makefile的,剛開始學習unix平臺下的東西,了解了下makefile的制作,覺得有點東西可以記錄下。
              下面是一個極其簡單的例子:
              現在我要編譯一個Hello world,需要如下三個文件:
              1. print.h
                  #include<stdio.h>
                  void printhello();

              2. print.c
                  #include"print.h"
                  void printhello(){
                    printf("Hello, world\n");
                  }

              3. main.c
                  #include "print.h"
                  int main(void){
                    printhello();
                    return 0;
                  }

              好了,很簡單的程序了。如果我們想要編譯成功需要哪些步驟呢?
              我認為在這里需要理解的就兩步:
              #  為每一個 *.c文件生成 *o文件。
              #  連接每一個*o文件,生成可執行文件。
              下面的makefile 就是根據這樣的原則來寫的。


            一:makefile 雛形:

             
            #makefile的撰寫是基于規則的,當然這個規則也是很簡單的,就是:
            #target : prerequisites
              command  //任意的shell 命令

            實例如下:
            makefile:
                helloworld : main.o print.o #helloword 就是我們要生成的目標
                             # main.o print.o是生成此目標的先決條件
                  gcc -o helloworld main.o print.o#shell命令,最前面的一定是一個tab鍵

                mian.o : mian.c print.h
                  gcc -c main.c
                print.o : print.c print.h
                  gcc -c print.c
                
                clean :          
                    rm helloworld main.o print.o
              OK,一個簡單的makefile制作完畢,現成我們輸入 make,自動調用Gcc編譯了,  輸入 make clean就會刪除 hellowworld mian.o print.o


            二:小步改進:


              在上面的例子中我們可以發現 main.o print.o 被定義了多處,我們是不是可以向C語言中定義一個宏一樣定義它呢?當然可以:
            makefile:
                objects =  main.o print.o #應該叫變量的聲明更合適

                helloworld : $(objects) //聲明了變量以后使用就要$()了
                  gcc -o helloworld$(objects)
                 mian.o : mian.c print.h
                  gcc -c main.c
                print.o : print.c print.h
                  gcc -c print.c
                
                clean :          
                    rm helloworld $(objects)
            修改完畢,這樣使用了變量的話在很多文件的工程中就能體現出方便性了。


            三:再進一步:


              再看一下,為沒一個*.o文件都寫一句gcc -c main.c是不是顯得多余了,能不能把它干掉?而且 main.c 和print.c都需要print.h,為每一個都寫上是不是多余了,能不能再改進?
              能,當然能了:
            makefile:
                 objects =  main.o print.o

                helloworld : $(objects)
                  gcc -o helloworld$(objects)
                
                $(objects) : print.h # 都依賴print.h
                 mian.o : mian.c  #干掉了gcc -c main.c 讓Gun make自動推導了。
                print.o : print.c     
                clean :          
                    rm helloworld $(objects)

            好了,一個簡單的makefile就這樣完畢了,簡單吧。

            =========華麗的分割線=========
            還有一個網絡人氣很高的makefile教程(更詳細):
            http://blog.csdn.net/haoel/archive/2004/02.aspx
            跟我一起寫 Makefile - 陳皓

            還有法語版本的makefile介紹:
            http://gl.developpez.com/tutoriel/outil/makefile/
            Introduction à Makefile

            posted on 2010-12-24 08:48 yanvenhom 閱讀(1034) 評論(0)  編輯 收藏 引用 所屬分類: Makefile

            久久人人爽人人爽人人片AV不| 大香网伊人久久综合网2020| 亚洲精品国产自在久久| 欧美精品福利视频一区二区三区久久久精品 | 女人高潮久久久叫人喷水| 国产精品99久久久精品无码| 97久久婷婷五月综合色d啪蜜芽| 亚洲另类欧美综合久久图片区| 亚洲精品无码久久久久去q | 久久99精品国产麻豆| 亚洲欧洲精品成人久久曰影片 | 久久久久久国产精品无码下载| 亚洲午夜久久久久久久久电影网| 青草影院天堂男人久久| 婷婷久久五月天| 久久综合久久综合九色| 77777亚洲午夜久久多人| 久久久综合香蕉尹人综合网| 97精品久久天干天天天按摩 | 日韩美女18网站久久精品| 久久精品国产亚洲AV麻豆网站 | 色欲综合久久躁天天躁| 国产成人精品白浆久久69| 狠狠色丁香婷婷久久综合| 成人a毛片久久免费播放| 国产高潮国产高潮久久久| 欧美日韩久久中文字幕| 国产精品成人精品久久久| 久久青草国产手机看片福利盒子| 中文无码久久精品| 一本大道久久东京热无码AV| 久久免费99精品国产自在现线| 99久久精品国产毛片| 久久久精品免费国产四虎| 久久久噜噜噜久久中文福利| 伊人久久无码精品中文字幕| 久久久99精品成人片中文字幕| 秋霞久久国产精品电影院| 久久久青草青青亚洲国产免观| 精品久久久久久综合日本| 精品综合久久久久久97超人 |