20 #ifndef REMAKE_COMMANDS_H 21 #define REMAKE_COMMANDS_H 40 #define COMMANDS_RECURSE 1 41 #define COMMANDS_SILENT 2 42 #define COMMANDS_NOERROR 4 Header for routines related to tracing and debugging support.
Definition: commands.h:27
RETSIGTYPE fatal_error_signal(int sig)
void delete_child_targets(struct child *child)
unsigned int any_recurse
Definition: commands.h:35
char * commands
Definition: commands.h:30
unsigned short ncommand_lines
Definition: commands.h:33
unsigned char * lines_flags
Definition: commands.h:32
char ** command_lines
Definition: commands.h:31
char recipe_prefix
Definition: commands.h:34
Node for an item in the target call stack.
Definition: trace.h:79
Definition: gnuremake.h:23
void chop_commands(struct commands *cmds)
void set_file_variables(struct file *file)
void print_commands(file_t *p_target, commands_t *p_cmds, bool b_expand)
void execute_file_commands(file_t *p_file, target_stack_node_t *p_call_stack)
gmk_floc fileinfo
Definition: commands.h:29
#define RETSIGTYPE
Definition: config.h:713