网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Nmake
释义

Nmake

中文百科

Make Make (software)

(重定向自Nmake)

在软件开发中,make是一个工具程序(Utility software),经由读取叫做“makefile”的文档,自动化建构软件。它是一种转化文档形式的工具,转换的目标称为“target”;与此同时,它也检查文档的依赖关系,如果需要的话,它会调用一些外部软件来完成任务。它的依赖关系检查系统非常简单,主要根据依赖文档的修改时间进行判断。大多数情况下,它被用来编译源代码,生成结果代码,然后把结果代码连接起来生成可执行文档或者库文档。它使用叫做“makefile”的文档来确定一个target文档的依赖关系,然后把生成这个target的相关命令传给shell去执行。

英语百科

Make (software) Make

(重定向自Nmake)

In software development, Make is a build automation tool that automatically builds executable programs and libraries from source code by reading files called Makefiles which specify how to derive the target program. Though integrated development environments and language-specific compiler features can also be used to manage a build process, Make remains widely used, especially in Unix.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 2:16:59