Home
last modified time | relevance | path

Searched refs:goals (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddep.h84 extern int update_goal_chain PARAMS ((struct dep *goals));
Dremake.c81 update_goal_chain (struct dep *goals) in update_goal_chain() argument
92 goals = copy_dep_chain (goals); in update_goal_chain()
101 for (g = goals; g != 0; g = g->next) in update_goal_chain()
110 while (goals != 0) in update_goal_chain()
123 g = goals; in update_goal_chain()
235 goals = g->next; in update_goal_chain()
242 g = lastgoal == 0 ? goals : lastgoal->next; in update_goal_chain()
Dmain.c439 static struct dep *goals, *lastgoal; variable
2146 if (goals == 0) in main()
2178 goals = alloc_dep (); in main()
2179 goals->file = default_goal_file; in main()
2186 if (!goals) in main()
2198 switch (update_goal_chain (goals)) in main()
2332 if (goals == 0) in handle_non_switch_argument()
2334 goals = alloc_dep (); in handle_non_switch_argument()
2335 lastgoal = goals; in handle_non_switch_argument()
DCOPYING255 make exceptions for this. Our decision will be guided by the two goals
DNEWS94 use if no goals are provided on the command line.
402 * Make defines a new variable, `MAKECMDGOALS', to contain the goals that
DChangeLog784 the targets which are to ultimately be made are called "goals";
/ndk/build/tools/toolchain-licenses/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/ndk/tests/device/test-stlport_static-exception/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/ndk/sources/host-tools/ndk-stack/
DNOTICE254 make exceptions for this. Our decision will be guided by the two goals
/ndk/tests/build/lambda-defarg3/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING254 make exceptions for this. Our decision will be guided by the two goals
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-11247 goals in the command line as well as specifying them as makefiles.
6116 The "goals" are the targets that `make' should strive ultimately to
6118 prerequisites of goals, or prerequisites of prerequisites of goals, etc.
6129 You can also specify a different goal or goals with command-line
6131 specify several goals, `make' processes each of them in turn, in the
6141 goals you specified on the command line. If no goals were given on the
6430 goals up to date; once `make' learns that this is impossible, it might
Dmake.texi1459 the makefiles. You can do this by specifying the makefiles as goals in
7473 The @dfn{goals} are the targets that @code{make} should strive ultimately
7475 prerequisites of goals, or prerequisites of prerequisites of goals, etc.
7486 You can also specify a different goal or goals with command-line
7488 If you specify several goals, @code{make} processes each of them in
7499 list of goals you specified on the command line. If no goals were given
7859 goals up to date; once @code{make} learns that this is impossible, it might
10160 Provide any goals given on the command line in the variable
Dmake.info-21051 * Provide any goals given on the command line in the variable