GNU make manual 翻译( 一百四十七)
继续翻译 If you do not want to pass the other flags down, you must change the value of `MAKEFLAGS', like this: subsystem: cd subdir && $(MAKE) MAKEFLAGS= The command l...
GNU make manual 翻译( 一百八十七)
继续翻译 For example, you might have a list of object files: objects = foo.o bar.o baz.o To get the list of corresponding source files, you could simply write: $(o...
GNU make manual 翻译( 一百七十九)
继续翻译 As this example illustrates, conditionals work at the textual level: the lines of the conditional are treated as part of the makefile, or ignored, according to the condition. This is why t...
GNU make manual 翻译( 一百零八)
继续翻译 `.SECONDARY' The targets which `.SECONDARY' depends on are treated as intermediate files, except that they are never automatically deleted. *Note Chains of Implicit Rules: Chai...
GNU make manual 翻译(八)
继续翻译 复制代码 2.1 What a Rule Looks Like ========================== A simple makefile consists of "rules" with the following shape: &nb...
GNU make manual 翻译(一)
当分析PostgreSQL 的源代码的时候,经常遇到 Makefile, 读不懂其中的语句,很是令人烦恼。最近准备静下心来,好好地阅读。 为了达到这一目的,进行一次翻译。 复制代码 1 Overview of `make' ******************** The `make' utility ...
GNU make manual 翻译(三)
继续翻译 复制代码 1.1 How to Read This Manual =========================== If you are new to `make', or are looking for a general introduction, rea...
GNU make manual 翻译(二十七)
继续翻译 Here `defs.h' is given as a prerequisite of all the object files; `command.h' and `buffer.h' are prerequisites of the specific object files listed for them. &nbs...
GNU make manual 翻译(二十三)
继续翻译 复制代码 2.5 Letting `make' Deduce the Recipes ===================================== &n...
GNU make manual 翻译(六十六)
继续翻译 复制代码 .SECONDEXPANSION: main_OBJS := main.o try.o test.o &...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。