Make/Makefile 简介

2020-10-26 17:06:43 浏览数 (1)

Make 工具可用于在 Unix-likeMicrosoft Windows 系统上,根据 Makrfile 文件指定的目标及步骤,自动编译构建、更新目标文件。

  • 类Unix

Makefile起源于类Unix系统,在此类环境中仍然是主要的软件构建机制。

  • Microsoft Windows

Windows通过其nmake实用程序支持各种makefile文件。可以在Windows的Cygwin环境或Mingw中执行类似Unix的标准makefile 。

参考文献

  • GNU make:https://www.gnu.org/software/make/manual/make.html
  • Wikipedia/Makefile:https://en.wikipedia.org/wiki/Makefile
  • Make 命令教程:http://www.ruanyifeng.com/blog/2015/02/make.html
  • makefile介绍:https://seisman.github.io/how-to-write-makefile/introduction.html
  • Make的概念:http://static.kancloud.cn/kancloud/make-command/45592

Author: Frytea

Title: Make/Makefile 简介

Link: https://cloud.tencent.com/developer/article/1730272

Copyright: This work by TL-Song is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

0 人点赞