Home | History | Annotate | Download | only in doc

Lines Matching full:specify

140 * MAKEFILES Variable::          The environment can specify extra makefiles.
275 * Makefile Arguments:: How to specify which makefile to use.
276 * Goals:: How to use goal arguments to specify which
278 * Instead of Execution:: How to use mode flags to specify what
283 * Overriding:: How to override a variable to specify
661 (@pxref{Goals, , Arguments to Specify the Goals}) or with the
698 specify anything to be done for them---the @samp{.c} and @samp{.h} files
938 * MAKEFILES Variable:: The environment can specify extra makefiles.
1051 Then you must specify a goal with a command argument, and @code{make}
1058 If you want to use a nonstandard name for your makefile, you can specify
1062 more than one @samp{-f} or @samp{--file} option, you can specify several
1066 specify @samp{-f} or @samp{--file}.@refill
1068 @cindex makefile name, how to specify
1069 @cindex name of makefile, how to specify
1070 @cindex file name of makefile, how to specify
1274 command line (@pxref{Goals, , Arguments to Specify the Goals}). The
1418 If the makefiles specify a double-colon rule to remake a file with
1429 If you do not specify any makefiles to be read with @samp{-f} or
1707 This version allows users to specify source files rather than object
1823 not otherwise specify one. The default goal is the target of the first
1834 @xref{Goals, ,Arguments to Specify the Goals}.
2017 A single file name can specify many files using @dfn{wildcard characters}.
2263 specify the names of files in the prerequisite list as if they all
2305 @code{vpath} directive (note lower case), which allows you to specify a
2315 Specify the search path @var{directories} for file names that match
2490 (The variable @code{CFLAGS} exists so you can specify flags for C
2707 target is a specified goal (@pxref{Goals, ,Arguments to Specify the
2733 specify as arguments the ones to remake (as in @samp{make prog1
2924 If you specify prerequisites for @code{.IGNORE}, then @code{make} will
2938 If you specify prerequisites for @code{.LOW_RESOLUTION_TIME},
2974 If you specify prerequisites for @code{.SILENT}, then @code{make} will
3116 specify how to make the object files, making it a convenient form to use if
3147 @dfn{Static pattern rules} are rules which specify multiple targets and
3288 that you specify in the rule. It cannot apply to any other target and it
3342 Each double-colon rule should specify commands; if it does not, an
3658 handles backslash/newline pairs. If you specify a different shell in your
3846 used to specify your personal choice of shell program for interactive
4574 a makefile, to specify additional flags that should also be in effect for
4631 Normally, you do not need to specify this option because @samp{make}
4900 (@pxref{Defining, ,Defining Variables Verbatim}). The value you specify
5104 alterations that you specify. It has the form
5292 is that they cannot specify part of the name of a function to be called.
5350 You can specify an overriding value when you run @code{make}.
5354 You can specify a value in the makefile, either
5507 specify.
5602 C compiler, but you would like to allow the user to specify the other
5737 @code{SHELL}, which is normally present in the environment to specify
6588 to specify a list of directories that @code{make} should search for
7435 * Makefile Arguments:: How to specify which makefile to use.
7436 * Goals:: How to use goal arguments to specify which
7438 * Instead of Execution:: How to use mode flags to specify what
7443 * Overriding:: How to override a variable to specify
7451 @section Arguments to Specify the Makefile
7456 The way to specify the name of the makefile is with the @samp{-f} or
7470 @section Arguments to Specify the Goals
7471 @cindex goal, how to specify
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
7519 the program, or only one of several programs. Specify as a goal each
7614 what you want. Certain options specify other activities for @code{make}.
7779 If you specify a value in this way, all ordinary assignments of the same
7820 @emph{value} that you specify, it makes no difference which kind of
7992 options are used to specify several directories, the directories are
8162 rarely need to specify this option since @samp{make} does it for you;
8207 that you do not have to specify them in detail when you want to use
8279 for @file{foo.o} with no command lines if you need to specify additional
8363 the suffixes that are on the list you specify; rules whose suffixes fail
9484 are no rules at all, even ones which don't specify commands. You do
9734 prerequisite in @code{make}. You specify the member named @var{member} in
9760 To specify several members in the same archive, you can write all the
10132 Specify a search path for included makefiles.
10136 Specify extra makefiles to read with an environment variable.
10161 @code{MAKECMDGOALS}. @xref{Goals, ,Arguments to Specify the Goals}.
10164 Specify static pattern rules. @xref{Static Pattern, ,Static Pattern Rules}.
10365 Specify a search path for files matching a @samp{%} pattern.@*
10638 @xref{Goals, ,Arguments to Specify the Goals}.
10736 @xref{Makefile Arguments, ,Arguments to Specify the Makefile}.@refill