• <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

            色妞色综合久久夜夜| 一本久久a久久精品vr综合| 热久久国产精品| 国产无套内射久久久国产| 久久无码精品一区二区三区| 香蕉99久久国产综合精品宅男自| 久久精品国产免费观看| 国产午夜精品久久久久免费视| 国产精品无码久久综合网| 伊人色综合久久天天人守人婷| 久久亚洲私人国产精品vA | 97精品依人久久久大香线蕉97 | 欧美日韩中文字幕久久久不卡| 久久久久久精品免费看SSS| 久久综合久久综合久久综合| 久久综合伊人77777| 久久综合欧美成人| 亚洲精品乱码久久久久久中文字幕 | 少妇人妻综合久久中文字幕| 国产91色综合久久免费分享| 少妇被又大又粗又爽毛片久久黑人| 国产三级久久久精品麻豆三级 | 99久久精品免费看国产| 99久久精品免费看国产一区二区三区| 7国产欧美日韩综合天堂中文久久久久 | 久久人人妻人人爽人人爽| 久久久久久无码国产精品中文字幕| 久久人人爽爽爽人久久久| 婷婷久久综合| 久久久久久A亚洲欧洲AV冫| 久久精品国产99国产电影网| 久久天天躁狠狠躁夜夜网站| 久久久国产打桩机| 久久久久久久免费视频| 中文国产成人精品久久亚洲精品AⅤ无码精品| 精品熟女少妇av免费久久| 亚洲成色WWW久久网站| 亚洲综合伊人久久综合| 亚洲综合日韩久久成人AV| 亚洲级αV无码毛片久久精品 | 亚洲精品国产综合久久一线|