Searched defs:targets (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Drule.h24 char **targets; /* Targets of the rule. */ member in struct:rule
56 extern void create_pattern_rule PARAMS ((char **targets,
H A Drule.c93 while (rule->targets[ntargets] != 0)
301 for (i = 0; rule->targets[i] != 0; ++i)
303 for (j = 0; r->targets[j] != 0; ++j)
304 if (!streq (rule->targets[i], r->targets[j]))
306 if (r->targets[j] == 0)
307 /* All the targets matched. */
370 r->targets = (char **) xmalloc (2 * sizeof (char *));
374 r->targets[1] = 0;
381 r->targets[
472 create_pattern_rule(char **targets, char **target_percents, int terminal, struct dep *deps, struct commands *commands, int override) argument
[all...]
H A Dread.c156 /* Create *_LIST variables, to hold the makefiles, targets, and variables
467 int no_targets = 0; /* Set when reading a rule without targets. */
538 /* Ignore the commands in a rule with no targets. */
604 them--this allows variables/targets named `ifdef', `export', etc. */
916 /* We accept and ignore rules without targets for
963 /* Note that the only separators of targets in this context
1003 looking for targets. */
1013 /* We accept and ignore rules without targets for
1085 /* We have some targets, so don't ignore the following commands. */
1119 at a couple of targets
1878 char **targets = 0, **target_percents = 0; local
[all...]

Completed in 36 milliseconds