#include "jam.h"#include "lists.h"#include "parse.h"#include "variable.h"#include "rules.h"#include "search.h"#include "newstr.h"#include "make.h"#include "command.h"#include "execcmd.h"Functions | |
| static void | make1a (TARGET *t, TARGET *parent) |
| static void | make1b (TARGET *t) |
| static void | make1c (TARGET *t) |
| static void | make1d (void *closure, int status) |
| static CMD * | make1cmds (ACTIONS *a0) |
| static LIST * | make1list (LIST *l, TARGETS *targets, int flags) |
| static SETTINGS * | make1settings (LIST *vars) |
| static void | make1bind (TARGET *t, int warn) |
| int | make1 (TARGET *t) |
Variables | |
| struct { | |
| int failed | |
| int skipped | |
| int total | |
| int made | |
| } | counts [1] |
| static int | intr = 0 |
| int make1 | ( | TARGET * | t | ) |
| static void make1b | ( | TARGET * | t | ) | [static] |
| static void make1bind | ( | TARGET * | t, | |
| int | warn | |||
| ) | [static] |
| static void make1c | ( | TARGET * | t | ) | [static] |
| static void make1d | ( | void * | closure, | |
| int | status | |||
| ) | [static] |
struct { ... } counts[1] [static] |
| int failed |
int intr = 0 [static] |
| int made |
| int skipped |
| int total |
1.4.7