02.05.2013 Views

Description - Mks.com

Description - Mks.com

Description - Mks.com

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Specifies a string for make to use as a suffix when creating group recipe files to be handed<br />

to the <strong>com</strong>mand interpreter. This must be .bat (for <strong>com</strong>mand.<strong>com</strong>) or .cmd (for cmd.exe).<br />

.IGNORE<br />

If this is assigned a non-null value, make assigns the .IGNORE attribute to every target.<br />

INCDEPTH<br />

The current depth of makefile inclusion. This is set internally.<br />

MAKE<br />

This is set by the startup file and may be changed by the user. The standard startup file<br />

defines it as<br />

$(MAKECMD) $(MFLAGS)<br />

The MAKE macro is not used by make itself, but the string $(MAKE) is recognized when using the<br />

-n option for single line recipes.<br />

MAKECMD<br />

The name that make was invoked with.<br />

MAKEDIR<br />

Full path name of the initial directory where make began execution.<br />

MAKEFLAGS<br />

The MAKEFLAGS macro contains all the options and macros specified in the MAKEFLAGS<br />

environment variable plus all the options specified on the <strong>com</strong>mand line, with the following<br />

exceptions:<br />

● The options -c, -D, -f, and -p are silently ignored if they are found in the<br />

MAKEFLAGS environment variable.<br />

● Any of options -c, -D, -f, -p, -v, or -V, when specified on the <strong>com</strong>mand line, are<br />

not added to the MAKEFLAGS macro.<br />

● When the -M option is specified, macro definitions from the MAKEFLAGS<br />

environment variable are not added to the MAKEFLAGS macro.<br />

added<br />

Options in the MAKEFLAGS environment variable may have leading minus signs and can<br />

be separated by spaces. These are stripped out when the MAKEFLAGS macro is<br />

constructed.<br />

Note:<br />

make always reads the MAKEFLAGS environment variable before reading the<br />

makefile. The -E and -e options do not affect this.<br />

426 of 457

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!