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.

.CYCLECHECK .WARNTARG:<br />

.DEFAULT<br />

This target has no prerequisites, but it does have a recipe. If make can apply no other rule to<br />

produce a target, it uses this rule if it has been defined.<br />

.ERROR<br />

make executes the recipe associated with this target whenever it detects an error condition.<br />

.EXPORT<br />

All prerequisites associated with this target that correspond to macro names are exported to<br />

the environment at the point in the makefile where this target appears. If you do not specify<br />

any prerequisites for this target, all macros are exported.<br />

.GROUPEPILOG<br />

make adds the recipe associated with this target after any group recipe for a target that has<br />

the .EPILOG attribute.<br />

.GROUPPROLOG<br />

make adds the recipe associated with this target before any group recipe for a target that<br />

has the .PROLOG attribute.<br />

.IMPORT<br />

make searches in the environment for prerequisite names specified for this target and<br />

defines them as macros with their value taken from the environment. If the prerequisite<br />

.EVERYTHING is given, make reads in the entire environment (also, see the -e and -E<br />

options).<br />

.INCLUDE<br />

make reads one or more additional makefiles (specified in the prerequisite list), as if their<br />

contents had been inserted at this point. If the prerequisite list contains more than one file,<br />

make reads them in order from left to right.<br />

make uses the following rules to search for extra makefiles:<br />

● If a relative file name is enclosed in quotes, or is not enclosed with angle brackets (<<br />

and >), make looks in the current directory. If the file is not present, make then looks<br />

for it in each directory specified by the .INCLUDEDIRS special target.<br />

● If a relative name is enclosed with angle brackets (< and >), make only searches in<br />

the directories specified by the .INCLUDEDIRS special target.<br />

● If an absolute path name is given, make looks for that file, and ignores the list<br />

associated with the .INCLUDEDIRS special target.<br />

423 of 457

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

Saved successfully!

Ooh no, something went wrong!