makefile 中文意思是什麼

makefile 解釋
文件編寫
  1. Other features you can use in a makefile are

    可以在生成文件中使用的其他功能是
  2. Create a makefile that can build different projects

    創建可生成不同項目的生成文件。
  3. Exporting an nmake makefile is no longer available

    不再提供導出nmake生成文件的功能。
  4. The first makefile target can be a

    第一個生成文件目標可以是生成其他目標的
  5. Or, if none is specified, the first target in the makefile

    ,則生成生成文件中的第一個目標。
  6. If no makefile is specified, it uses inference rules to build command - line

    如果未指定生成文件,則nmake使用推理規則生成命令行
  7. Check out the targets in the resulting makefile

    查看產生的makefile中的目標。
  8. The following makefile shows the compilation process

    下面的makefile說明了編譯的過程。
  9. Use the usual gnu make syntax for this makefile see

    對該makefile使用常見的gnu make語法(請參閱
  10. Environment and makefile changes

    環境和makefile的變化
  11. Special characters in a makefile

    生成文件中的特殊字元
  12. Makefile project wizard

    >生成文件項目向導
  13. Which contains the buildfile, patches, and associated makefile, and uncompress it to a directory

    ,它包含構建文件、補丁程序和關聯的製作文件,然後將它解壓縮到一個目錄中。
  14. Is the virtual start address of the kernel and its value is specified in the makefile under arch

    是內核的虛擬起始地址,並且在arch
  15. To build specific components, you do not have to use the top - level makefile

    要構建特定組件,不必使用頂級makefile 。在任意給定的子目錄運行
  16. Inline files in a makefile

    生成文件中的內聯文件
  17. Applies to the entire makefile ; multiple specifications are cumulative

    . precious的每一次使用都應用於整個生成文件;多次指定是累計的。
  18. This file stores all debugging information for the individual obj files and resides in the same directory as the project makefile

    )該文件存儲各個obj文件的所有調試信息並與項目生成文件駐留在同一個目錄中。
  19. To create a makefile project

    創建生成文件項目
  20. Creating a makefile project

    >創建生成文件項目
分享友人