Remake
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
rule_t Struct Reference

Public Attributes

string_list targets
 Files produced by this rule. More...
 
string_list deps
 Files used for an implicit call to remake at the start of the script. More...
 
std::string script
 Shell script for building the targets. More...
 

Detailed Description

A rule loaded from Remakefile.

Definition at line 426 of file remake.cpp.

Member Data Documentation

string_list rule_t::deps

Files used for an implicit call to remake at the start of the script.

Definition at line 429 of file remake.cpp.

Referenced by find_generic_rule(), find_rule(), load_rule(), run_script(), and start().

std::string rule_t::script

Shell script for building the targets.

Definition at line 430 of file remake.cpp.

Referenced by find_generic_rule(), load_rule(), and run_script().

string_list rule_t::targets

Files produced by this rule.

Definition at line 428 of file remake.cpp.

Referenced by complete_request(), find_generic_rule(), load_rule(), run_script(), and start().


The documentation for this struct was generated from the following file: