单词 | makefile | ||||||||||||||
释义 | makefile
更多释义 收起释义 例句释义: 文件,的文件,编译脚本 1. As you know, the purpose of a makefile is to give instructions for building a program. 正如所了解的那样,makefile的目标就是为编译程序提供一些指令。 www.ibm.com 2. 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正在试图编译什么东西,以及它认为哪些命令可以用来编译。 www.ibm.com 3. Makefiles (or Ant scripts, or whatever format the Company elects to use) are the core of the build process. Makefile(或者Ant脚本、或者该公司所选择使用的其它格式)都是处理过程的核心。 www.ibm.com 4. 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。 www.ibm.com 5. You also, however, need a configured kernel source tree and a set of makefile rules describing how modules a rebuilt. 但是,你还需要配置好的内核代码树和一套描述模块如何构建的makefile规则。 www.xue163.com 6. Other programs may ask you to directly edit a makefile, and of course, new development may require you to write one. 其他程序可能会要求我们直接编辑makefile,当然,新的开发还可能需要我们自己编写makefile。 www.ibm.com 7. Remember that your makefile is going to be read by humans, not just make programs. 记住makefile是会由人来阅读的,而不是只由make程序来使用的。 www.ibm.com 8. With a suitably configured Makefile, only foo. o would be recompiled from its source. 使用一个经过适当配置的Makefile,将只会从源文件编译foo.o。 www.ibm.com 9. You control the characteristics of the makefile by specifying appropriate properties for your project using the Project Properties GUI. 您通过利用ProjectPropertiesGUI为您的工程指定适当的属性来控制makefile的特征。 www.ibm.com 10. One of the most frustrating historical compatibility problems is handling inclusion in makefiles. 历史上最难解决的一个兼容性问题是在makefile中对包含的处理。 www.ibm.com 1. Optionally, edit the Makefile to adjust the software installation directory or other compilation details. 作为一个可选步骤,编辑Makefile以调整软件安装目录或其他编译细节。 www.ibm.com 2. MakeMaker works by translating a simple configuration file into a standard makefile that can be used with the familiar make command. MakeMaker将简单配置文件转换为标准makefile,该makefile可以与大家熟悉的make命令一起使用。 www.ibm.com 3. By avoiding architecture-specific subdirectories within the linux directory, makefiles are greatly simplified. 通过避免在linux目录中出现特定于体系结构的子目录,可以大大简化makefile文件。 www.ibm.com 4. As I did not specify PREFIX in my Makefile. PL, this variable will be gathered from my perl interpreter. 因为我没有在Makefile.PL中指定PREFIX,所以将从我的perl解释器中收集这个变量。 www.ibm.com 5. See the accompanying makefile (in Resources later in this article) for a simple example of this. 有关这一点的简单示例,请参阅随附的makefile(在本文后面的参考资料中)。 www.ibm.com 6. Project deliverables include support for editing, debugging, makefile generators, parsing, searching, and content assistance. 可交付的工程包括对编辑、调试、makefile生成器、语法分析、搜索和内容辅助的支持。 www.ibm.com 7. Note that by default, the Makefile is assumed to be in the same folder as the sources. 注意,在默认情况下假设Makefile在与源代码相同的文件夹中。 www.ibm.com 8. If the make fails, look in the topmost directory for a makefile specific to your system. 如果make运行失败,那么在顶层目录中寻找适合自己系统的makefile)。 www.ibm.com 9. If you are building openCryptoki for only one specific device, then the top-level Makefile for the source tree should be modified. 如果您只为一个特定设备构建openCryptoki,那么源树的顶级Makefile应该被修改。 www.ibm.com 10. 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。 www.ibm.com 1. ignores nonzero exit codes returned by commands , from the place it is specified to the end of the makefile. 忽略从指定该指令的位置到生成文件末尾之间,由命令返回的非零退出代码。 www.ichacha.net 2. Makefile. PL is a Perl script that generates a gnu Makefile for your entire project. PL是为整个项目生成gnuMakefile的Perl脚本。 www.ibm.com 3. When Makefile. PL is run, it first examines MANIFEST, and checks that all the files required for the project are present. PL运行时,它首先检查MANIFEST,并检查是否存在项目所需的所有文件。 www.ibm.com 4. Suppresses display of executed commands, from the place it is specified to the end of the makefile. 取消从指定该指令的位置到生成文件末尾之间的已执行命令的显示。 msdn2.microsoft.com 5. Try to avoid unnecessary dependencies in the makefile wherever possible. 尽量避免在makefile中引入不必要的依赖项。 www.ibm.com 6. The last one is, of course, makefile, which will be used by GNU Make for building binaries. 最后当然是Makefile,GNUMake将使用它来构建二进制文件。 www.ibm.com 7. Remember that makefiles require you to make indented lines using the Tab character and not spaces. 请记住:Makefile要求您使用Tab字符而不是空格来产生缩进行。 www.ibm.com 8. Each build is specified using a Build Configuration and the IDE automatically creates a makefile for each Build Configuration. 每个构建都是利用BuildConfiguration来指定的,并且IDE将为每个BuildConfiguration自动生成makefile。 www.ibm.com 9. Let's review some of the most common problems you'll encounter when working with makefiles. 下面先来回顾一下在使用makefile时所遇到的最常见的一些问题。 www.ibm.com 10. 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文件中。 www.ibm.com 1. For more information, see Makefile Preprocessing Directives. 有关更多信息,请参见生成文件预处理指令。 technet.microsoft.com 2. 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. 如果您正从Intel上的Linux移植代码库(codebase),这尤其关键,因为已有的Makefile文件可能没有显式地使用这个标记。 www.ibm.com 3. However if an application is built using nmake, some changes to the existing makefile are necessary. 但是,如果应用程序是使用nmake生成的,则需要更改现有的生成文件。 msdn2.microsoft.com 4. The real work is done by the two files that the makefiles now include, makefile. Inc and makefile. Targ. Inc. 实际的工作是由生成文件现在包含的两个文件完成的,它们是makefile.inc和makefile. msdn2.microsoft.com 5. Run configure to create a makefile appropriate for the native operating system. 运行configure,创建适合于原生操作系统的makefile。 www.ibm.com 6. 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. 使用cat或more或view阅读Makefile文件,确定去哪里(主分发站点)获取文件以及文件名。 www.bing.com 7. The first makefile target can be a pseudotarget that builds other targets. 第一个生成文件目标可以是生成其他目标的伪目标。 technet.microsoft.com 8. When used with a makefile, overriding the CC variable suffices; see Listing 8. 当它与makefile一起使用时,就会覆盖CC变量;如清单8所示。 www.ibm.com 9. In general, make -j can extract sufficient parallelism if you create the makefile properly. 一般而言,如果正确创建makefile,make-j就能够提取充足的并行项。 www.ibm.com 10. The command line syntax for such variable assignment is perl Makefile. PL VARIABLE=VALUE. 这种变量赋值的命令行语法是perlMakefile.PLVARIABLE=VALUE。 www.ibm.com 1. Next the path of the Makefile must be defined. 在这之后Makefile的路径一定要确定。 blog.sina.com.cn 2. The decision to simply write a program to create makefiles is one solution. 简单编写程序来创建makefile就是一种解决方案。 www.ibm.com 3. The options in the distribution's generic makefile should suffice for most UNIX systems. 发行版的通用makefile中的选项对于大多数UNIX系统应该足够了。 www.ibm.com 4. Type sc -m -M Main in the sample_spl directory to create a Makefile for this application. 在sample_spl目录中键入sc-m-MMain,为该应用程序创建一个Makefile。 www.ibm.com 5. This is amplified by the lack of include files, as anyone who has ever struggled with Imake's multi-thousand-line makefiles can attest. 如果所包含的文件不存在,这样做的负面影响就会被放大,那些曾经在Imake数千行makefile中挣扎过的人都可以证明这点。 www.ibm.com 6. Fixed the minimal required Perl version in the Makefile. PL installation. 修正Makefile.PL安装所需最低Perl版本的错误。 reslog.sourceforge.net 7. To compile and build this plug-in library, you can use the ldap_makefile supplied in the download below. 为了编译和构建这个插件库,可以使用后面下载中提供的ldap_makefile。 www.ibm.com 8. In the makefile , add an instruction for compiling the application . 在生成文件中,添加编译应用程序的指令。 www.bing.com 9. Make tool: This tool is required to use the sample Makefile to simplify building. Make工具:这个工具是使用示例Makefile来简化构建过程所必需的。 www.ibm.com 10. Macros replace a particular string in the makefile with another string. 宏用另一个字符串替换生成文件中的特定字符串。 technet.microsoft.com 1. In the makefile , add an instruction for linking the application . 在生成文件中,添加链接应用程序的指令。 www.bing.com 2. In the makefile, add directories to your libraries path as follows. 在生成文件中,像下面这样将目录添加到库路径中。 www.ianywhere.com 3. NMAKE ran out of memory, including virtual memory, because the makefile was too large or complex. 由于生成文件太大或太复杂,NMAKE的内存(包括虚拟内存)已不足。 207.46.16.251 4. Answer: Modify the makefile and specify values for ALIAS, UID, and PWD. 解答:请更改makefile,并为ALIAS、UID和PWD指定适当的值。 www.ibm.com 5. In Makefile. am, add references to the new gimpgradientbrushtool files. 在Makefile.am中,添加对新的gimpgradientbrushtool文件的引用。 www.ibm.com 6. If they are not, it will generate a list of missing files, and will not build the master Makefile. 如果它们不存在,它将生成丢失文件的列表,并不会构建主Makefile。 www.ibm.com 7. I've simply added instrument. c to Gzip's dependencies in its Makefile, built it, and then used Gzip to generate a trace file. 我简单地将instrument.c加入Gzip的Makefile中,作为其依赖的一个源文件,然后编译Gzip,并使用它生成一个跟踪文件。 www.ibm.com 8. If no makefile is specified, it uses inference rules to build command-line targets. 如果未指定生成文件,则NMAKE使用推理规则生成命令行targets。 msdn2.microsoft.com 9. This will generate the Makefile for the project. 将生成项目的Makefile。 www.ibm.com 10. The exact code run, including the makefile, is provided. 这里提供了精确的代码运行结果,包括makefile。 www.ibm.com 1. The development utility named make uses the Makefile to execute the steps required to compile and link the code into an executable. 名为make的开发实用工具将使用这个Makefile,以执行编译所需的步骤,并将代码链接到一个可执行文件。 www.ibm.com 2. You need to create one more file to properly build the cloud application using the Android kernel source makefile. 您需要另外创建一个文件来使用kernel内核源makefile文件恰当地编译这个云应用程序。 www.ibm.com 3. I edited the Makefile. in file to include a reference to -lpthread and ran configure again. 我编辑了Makefile.in文件以包括对-lpthread的引用并再次运行configure。 www.ibm.com 4. The following figure shows the structure of a makefile that uses a precompiled header file. 下图显示了使用预编译头文件的生成文件结构。 207.46.16.251 5. Question: When I try to compile using makefile, I get the error "bldrtn not found. " 问题:在使用makefile来编译源代码时,看到“bldrtnnotfound”错误,这是怎么回事? www.ibm.com 6. If you want to build the sample program, you will also need the Makefile included after the sample. 如果您要构建样本程序,在该样本之后还必须包含Makefile。 www-128.ibm.com 7. The Linux makefile is very generic and runs on many systems - it is currently tested on mingw and MacOSX. 那个Linuxmakefile很通用,可以运行在很多系统上——它目前已经在mingw和MacOSX上测试过。 zyilxm.blog.163.com 8. Enforce the use of makefiles, even for Visual Studio projects. 加强makefile的使用,即使是在VisualStudio项目中也是如此。 www.ibm.com 9. Another rule, make distclean, removes the Makefile and other generated files. 另一个规则makedistclean,可以删除Makefile和生成的其他文件。 www.ibm.com 10. Or, if none is specified, the first target in the makefile. 则生成生成文件中的第一个目标。 msdn2.microsoft.com 1. Create a makefile that can build different projects. 创建可生成不同项目的生成文件。 msdn2.microsoft.com 2. If you use Solaris Make in the source platform, you need to modify your makefile in order to use GNU Make on Linux. 如果您在原有的平台上使用的是Solaris的Make,那么要在Linux上使用GNUMake,就需要对makefile进行修改。 www.ibm.com 3. Some programs don't use makefile variables to define paths such as these. 有一些程序并不像这样使用makefile的变量来定义其路径。 www.debian.org 4. In order to generate dynamically linked binaries, include -fPIC in all Makefiles. 为生成动态链接的二进制文件,需要在所有的Makefile文件中包含-fPIC。 www.ibm.com 5. I will begin by writing the Makefile. PL. 我将从编写Makefile.PL开始。 www.ibm.com 6. In the makefile, set the following compiler options all on one line. 在生成文件中,将下列编译器选项设置在一行。 www.ianywhere.com 7. These lines tell the Makefile to build a kernel with the official name 2. 4. 17-xfs. 这几行告诉Makefile构建一个官方名称为2.4.17-xfs的内核。 www.ibm.com 8. I needed to change one line in the makefile to build a 32-bit version, and about four lines to build a 64-bit version. 我需要在makefile中修改一行内容来编译一个32位的版本,修改4行内容来编译64位版本。 www.ibm.com 9. Now I have a Makefile. PL, and one other file in the project. 现在我们已经在项目中拥有了Makefile.PL和另一个文件。 www.ibm.com 10. Most makefiles have at least a couple of rules that never create a target. Consider the following example rule 大部分makefile都至少有两条规则,它们从来都不会创建目标。 www.ibm.com 1. This can be converted to a Makefile file building only a 64-bit kernel extension by modifying these lines to 可以将此内容转换为Makefile文件,并通过修改为以下行构建仅64位内核扩展 www.ibm.com 2. Run the configure script, which prepares the makefile required by the make command 运行configure脚本,它可以为make命令准备所需的make文件 www.ibm.com 3. Document and centralize makefile creation and ownership 记录并且集中makefile创造和所有权 www.ibm.com 4. Next, change the makefiles and introduce Linux-specific items 然后,修改makefile并引入特定于Linux的条目 www.ibm.com 5. Variables set in a parent make process's makefile 父make进程的makefile中的变量设置 www.ibm.com 6. Now that we had our parsing source in the current directory, we needed a Makefile to build them 现在,在当前目录中已经有了分析源码,我们需要一个Makefile来构建它们 www-128.ibm.com 7. Cancel implicit rules on top Makefile 取消隐式推倒规则 blog.sina.com.cn 8. In the makefile, the following entries are enabled by uncommenting the lines, as shown below 在makefile中,通过取消注释行的方式启用以下条目,如下所示 www.ibm.com 9. To compile this program, create a Makefile as follows 要编译这个程序,请按以下方式创建一个Makefile www.ibm.com 10. Variables set in this make process's makefile 本make进程的makefile中的变量设置 www.ibm.com 1. To create a Makefile project 创建生成文件项目 msdn2.microsoft.com 2. Here is the expected output of perl Makefile. PL 这里是perlMakefile.PL的预期输出 www.ibm.com 3. Compile the module using the makefile in Listing 4 使用清单4中的makefile编译这个模块 www.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。