是makefile基本上是同样的事情作为一个批处理文件? [英] Is a makefile basically the same thing as a batch file?

查看:128
本文介绍了是makefile基本上是同样的事情作为一个批处理文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道所有关于批处理文件和之前提出他们,但我在一个makefile是什么不清楚。它看起来像一个批处理文件。有什么相同和diffferences?

I know all about batch files and made them before, but I'm unclear on what a makefile is. It looks like a batch file. What are the similarities and diffferences?

推荐答案

没有。一个Makefile文件具有相关文件如何相互依存的特殊规则。它不一定执行它写的顺序。

No. A makefile has special rules which relate how files depend on each other. It does not necessarily execute in the order it is written.

一个批处理文件是命令和控制语句序列。

A batch file is a sequence of commands and control statements.

Makefile中往往含有相同的事情批处理文件,但批处理文件没有说明依赖直接的方式或提供处理一个文件类型到另一种推断方法。

Makefiles often contain the same things as batch files, but batch files do not have a direct way of indicating dependencies or provide an inferred method of processing one kind of file into another kind.

这篇关于是makefile基本上是同样的事情作为一个批处理文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆