makefile

makefile

 英

  • 网络文件;的文件;编译脚本

例句

As you know, the purpose of a makefile is to give instructions for building a program.

正如了解那样makefile目标就是编译程序提供一些指令

Your goal in debugging a makefile is to figure out what make is trying to build, and what commands it thinks will build it.

调试makefile目标找到make正在试图编译什么东西以及认为哪些命令可以用来编译

Makefiles (or Ant scripts, or whatever format the Company elects to use) are the core of the build process.

Makefile或者Ant脚本或者公司选择使用其它格式都是处理过程核心

Each component has its own Makefile, and the top level Makefile walks through each of its sub-directories building all Makefiles it finds.

每个组件自己Makefile并且顶级Makefile遍历有的目录构建找到所有Makefile

You also, however, need a configured kernel source tree and a set of makefile rules describing how modules a rebuilt.

但是需要配置内核代码一套描述模块如何构建makefile规则

Other programs may ask you to directly edit a makefile, and of course, new development may require you to write one.

其他程序可能要求我们直接编辑makefile当然开发可能需要我们自己编写makefile

Remember that your makefile is going to be read by humans, not just make programs.

记住makefile阅读不是make程序使用

With a suitably configured Makefile, only foo. o would be recompiled from its source.

使用一个经过适当配置Makefile文件编译foo.o。

You control the characteristics of the makefile by specifying appropriate properties for your project using the Project Properties GUI.

通过利用ProjectPropertiesGUI工程指定适当属性控制makefile特征

One of the most frustrating historical compatibility problems is handling inclusion in makefiles.

历史解决一个兼容性问题makefile包含处理

Optionally, edit the Makefile to adjust the software installation directory or other compilation details.

作为一个步骤编辑Makefile调整软件安装目录其他编译细节

MakeMaker works by translating a simple configuration file into a standard makefile that can be used with the familiar make command.

MakeMaker简单配置文件转换标准makefilemakefile可以大家熟悉make命令一起使用

By avoiding architecture-specific subdirectories within the linux directory, makefiles are greatly simplified.

通过避免linux目录出现特定体系结构目录可以大大简化makefile文件

As I did not specify PREFIX in my Makefile. PL, this variable will be gathered from my perl interpreter.

因为没有Makefile.PL指定PREFIX所以perl解释器收集这个变量

See the accompanying makefile (in Resources later in this article) for a simple example of this.

有关一点简单示例参阅随附makefile本文后面参考资料)。

Project deliverables include support for editing, debugging, makefile generators, parsing, searching, and content assistance.

交付工程包括编辑调试makefile生成器语法分析搜索内容辅助支持

Note that by default, the Makefile is assumed to be in the same folder as the sources.

注意默认情况假设Makefile代码相同文件夹

If the make fails, look in the topmost directory for a makefile specific to your system.

如果make运行失败那么顶层目录寻找适合自己系统makefile)。

If you are building openCryptoki for only one specific device, then the top-level Makefile for the source tree should be modified.

如果一个特定设备构建openCryptoki那么顶级Makefile应该修改

To make use of this PAM module, download the full pam_ns. c file and its corresponding makefile from the Download section below.

使用这个PAM模块可以后面下载下载完整pam_ns.c文件对应makefile

ignores nonzero exit codes returned by commands , from the place it is specified to the end of the makefile.

忽略指定指令位置生成文件末尾之间命令返回非零退出代码

Makefile. PL is a Perl script that generates a gnu Makefile for your entire project.

PL整个项目生成gnuMakefilePerl脚本

When Makefile. PL is run, it first examines MANIFEST, and checks that all the files required for the project are present.

PL运行首先检查MANIFEST检查是否存在项目所有文件

Suppresses display of executed commands, from the place it is specified to the end of the makefile.

取消指定指令位置生成文件末尾之间执行命令显示

Try to avoid unnecessary dependencies in the makefile wherever possible.

尽量避免makefile引入不必要依赖项

The last one is, of course, makefile, which will be used by GNU Make for building binaries.

最后当然Makefile,GNUMake使用构建文件

Remember that makefiles require you to make indented lines using the Tab character and not spaces.

记住Makefile要求使用Tab字符不是空格产生进行

Each build is specified using a Build Configuration and the IDE automatically creates a makefile for each Build Configuration.

每个构建利用BuildConfiguration指定并且IDE每个BuildConfiguration自动生成makefile

Let's review some of the most common problems you'll encounter when working with makefiles.

下面回顾一下使用makefile遇到常见一些问题

For the new files to be compiled when running make, you have to add then to the Makefile. am file in the directory they are in.

对于运行make编译文件必须它们添加它们所在目录Makefile.am文件

For more information, see Makefile Preprocessing Directives.

有关更多信息请参见生成文件预处理指令

This is especially key if you are porting a codebase from Linux on Intel, since this flag may not be explicitly used in existing Makefiles.

如果IntelLinux移植代码codebase),尤其关键因为已有的Makefile文件可能没有显式使用这个标记

However if an application is built using nmake, some changes to the existing makefile are necessary.

但是如果应用程序使用nmake生成需要更改现有生成文件

The real work is done by the two files that the makefiles now include, makefile. Inc and makefile. Targ. Inc.

实际工作生成文件现在包含两个文件完成它们makefile.incmakefile.

Run configure to create a makefile appropriate for the native operating system.

运行configure创建适合原生操作系统makefile

Read Makefile (with cat or more or view) to find out where to go (the master distribution site) to getthe file and what its name is.

使用catmoreview阅读Makefile文件确定哪里分发站点获取文件以及文件名

The first makefile target can be a pseudotarget that builds other targets.

第一生成文件目标可以生成其他目标目标

When used with a makefile, overriding the CC variable suffices; see Listing 8.

makefile一起使用覆盖CC变量清单8

In general, make -j can extract sufficient parallelism if you create the makefile properly.

一般而言如果正确创建makefile,make-j能够提取充足并行

The command line syntax for such variable assignment is perl Makefile. PL VARIABLE=VALUE.

这种变量命令语法perlMakefile.PLVARIABLE=VALUE。

热门查询