Home | History | Annotate | Download | only in doc

Lines Matching full:specify

114 * MAKEFILES Variable::          The environment can specify extra makefiles.
249 * Makefile Arguments:: How to specify which makefile to use.
250 * Goals:: How to use goal arguments to specify which
252 * Instead of Execution:: How to use mode flags to specify what
257 * Overriding:: How to override a variable to specify
589 Specify the Goals: Goals.) or with the `.DEFAULT_GOAL' special variable
616 specify anything to be done for them--the `.c' and `.h' files are not
821 * MAKEFILES Variable:: The environment can specify extra makefiles.
910 Then you must specify a goal with a command argument, and `make' will
915 specify the makefile name with the `-f' or `--file' option. The
918 can specify several makefiles. All the makefiles are effectively
921 if you specify `-f' or `--file'.
1088 the command line (*note Arguments to Specify the Goals: Goals.).
1207 If the makefiles specify a double-colon rule to remake a file with
1218 If you do not specify any makefiles to be read with `-f' or `--file'
1466 This version allows users to specify source files rather than object
1566 otherwise specify one. The default goal is the target of the first
1577 Specify the Goals: Goals.
1731 A single file name can specify many files using "wildcard characters".
1932 specify the names of files in the prerequisite list as if they all
1967 directive (note lower case), which allows you to specify a search path
1975 Specify the search path DIRECTORIES for file names that match
2118 (The variable `CFLAGS' exists so you can specify flags for C
2295 target is a specified goal (*note Arguments to Specify the Goals:
2317 Now you can say just `make' to remake all three programs, or specify as
2472 If you specify prerequisites for `.IGNORE', then `make' will
2484 If you specify prerequisites for `.LOW_RESOLUTION_TIME', `make'
2514 If you specify prerequisites for `.SILENT', then `make' will not
2627 really specify how to make the object files, making it a convenient
2651 "Static pattern rules" are rules which specify multiple targets and
2770 targets that you specify in the rule. It cannot apply to any other
2821 Each double-colon rule should specify commands; if it does not, an
3067 (`/bin/sh') handles backslash/newline pairs. If you specify a
3210 to specify your personal choice of shell program for interactive use.
3780 makefile, to specify additional flags that should also be in effect for
3820 Normally, you do not need to specify this option because `make' does
4045 Variables Verbatim: Defining.). The value you specify is installed
4199 alterations that you specify. It has the form `$(VAR:A=B)' (or
4341 references is that they cannot specify part of the name of a function
4385 * You can specify an overriding value when you run `make'. *Note
4388 * You can specify a value in the makefile, either with an assignment
4514 this unexpanded text to which `make' appends the new text you specify.
4582 C compiler, but you would like to allow the user to specify the other
4694 which is normally present in the environment to specify the user's
5382 Suppose that a makefile uses the `VPATH' variable to specify a list of
6078 * Makefile Arguments:: How to specify which makefile to use.
6079 * Goals:: How to use goal arguments to specify which
6081 * Instead of Execution:: How to use mode flags to specify what
6086 * Overriding:: How to override a variable to specify
6095 9.1 Arguments to Specify the Makefile
6098 The way to specify the name of the makefile is with the `-f' or
6113 9.2 Arguments to Specify the Goals
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
6156 the program, or only one of several programs. Specify as a goal each
6235 what you want. Certain options specify other activities for `make'.
6356 sets the value of the variable V to X. If you specify a value in this
6393 that you specify, it makes no difference which kind of variable you
6538 used to specify several directories, the directories are searched
6666 rarely need to specify this option since `make' does it for you;
6703 you do not have to specify them in detail when you want to use them.
6762 for `foo.o' with no command lines if you need to specify additional
6843 specify; rules whose suffixes fail to be on the list are disabled.