]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/make/make.1
Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set
[FreeBSD/FreeBSD.git] / usr.bin / make / make.1
1 .\" Copyright (c) 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)make.1      8.8 (Berkeley) 6/13/95
33 .\" $FreeBSD$
34 .\"
35 .Dd August 4, 2004
36 .Dt MAKE 1
37 .Os
38 .Sh NAME
39 .Nm make
40 .Nd maintain program dependencies
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl BPSXeiknqrstv
44 .Op Fl C Ar directory
45 .Op Fl D Ar variable
46 .Op Fl d Ar flags
47 .Op Fl E Ar variable
48 .Op Fl f Ar makefile
49 .Op Fl I Ar directory
50 .Bk -words
51 .Op Fl j Ar max_jobs
52 .Op Fl m Ar directory
53 .Ek
54 .Op Fl V Ar variable
55 .Op Ar variable Ns No = Ns Ar value
56 .Op Ar target ...
57 .Sh DESCRIPTION
58 The
59 .Nm
60 utility is a program designed to simplify the maintenance of other programs.
61 Its input is a list of specifications
62 describing dependency relationships between the generation of
63 files and programs.
64 The first of
65 .Pa BSDmakefile ,
66 .Pa makefile
67 and
68 .Pa Makefile
69 that can be found in either the current directory or a special object directory
70 (see
71 .Va .OBJDIR )
72 will be read for this list of specifications.
73 If the file
74 .Pa .depend
75 can be found, it is also read (see
76 .Xr mkdep 1 ) .
77 .Pp
78 This manual page is intended as a reference document only.
79 For a more thorough introduction to
80 .Nm
81 and makefiles, please refer to
82 .%T "Make \- A Tutorial" .
83 .Pp
84 The options are as follows:
85 .Bl -tag -width Ds
86 .It Fl B
87 Try to be backwards compatible by executing a single shell per command and
88 by executing the commands to make the sources of a dependency line in sequence.
89 This is turned on by default unless
90 .Fl j
91 is used.
92 .It Fl C Ar directory
93 Change to
94 .Ar directory
95 before reading the makefiles or doing anything else.
96 If multiple
97 .Fl C
98 options are specified, each is interpreted relative to the previous one:
99 .Fl C Pa / Fl C Pa etc
100 is equivalent to
101 .Fl C Pa /etc .
102 .It Fl D Ar variable
103 Define
104 .Ar variable
105 to be 1, in the global context.
106 .It Fl d Ar flags
107 Turn on debugging, and specify which portions of
108 .Nm
109 are to print debugging information.
110 Argument
111 .Ar flags
112 is one or more of the following:
113 .Bl -tag -width Ds
114 .It Ar A
115 Print all possible debugging information;
116 equivalent to specifying all of the debugging flags.
117 .It Ar a
118 Print debugging information about archive searching and caching.
119 .It Ar c
120 Print debugging information about conditional evaluation.
121 .It Ar d
122 Print debugging information about directory searching and caching.
123 .It Ar f
124 Print debugging information about the execution of for loops.
125 .It Ar "g1"
126 Print the input graph before making anything.
127 .It Ar "g2"
128 Print the input graph after making everything, or before exiting
129 on error.
130 .It Ar j
131 Print debugging information about running multiple shells.
132 .It Ar l
133 Print commands in Makefiles regardless of whether or not they are prefixed
134 by @ or other "quiet" flags.
135 Also known as "loud" behavior.
136 .It Ar m
137 Print debugging information about making targets, including modification
138 dates.
139 .It Ar s
140 Print debugging information about suffix-transformation rules.
141 .It Ar t
142 Print debugging information about target list maintenance.
143 .It Ar v
144 Print debugging information about variable assignment.
145 .El
146 .It Fl E Ar variable
147 Specify a variable whose environment value (if any) will override
148 macro assignments within makefiles.
149 .It Fl e
150 Specify that environment values override macro assignments within
151 makefiles for all variables.
152 .It Fl f Ar makefile
153 Specify a makefile to read instead of the default
154 .Pa makefile
155 and
156 .Pa Makefile .
157 If
158 .Ar makefile
159 is
160 .Sq Fl ,
161 standard input is read.
162 Multiple makefiles may be specified, and are read in the order specified.
163 .It Fl I Ar directory
164 Specify a directory in which to search for makefiles and included makefiles.
165 The system makefile directory (or directories, see the
166 .Fl m
167 option) is automatically included as part of this list.
168 .It Fl i
169 Ignore non-zero exit of shell commands in the makefile.
170 Equivalent to specifying
171 .Sq Ic \-
172 before each command line in the makefile.
173 .It Fl j Ar max_jobs
174 Specify the maximum number of jobs that
175 .Nm
176 may have running at any one time.
177 Turns compatibility mode off, unless the
178 .Ar B
179 flag is also specified.
180 .It Fl k
181 Continue processing after errors are encountered, but only on those targets
182 that do not depend on the target whose creation caused the error.
183 .It Fl m Ar directory
184 Specify a directory in which to search for
185 .Pa sys.mk
186 and makefiles included via the <...> style.
187 Multiple directories can be added to form a search path.
188 This path will override the default system include path:
189 .Pa /usr/share/mk .
190 Furthermore, the system include path will be appended to the search path used
191 for "..."-style inclusions (see the
192 .Fl I
193 option).
194 .It Fl n
195 Display the commands that would have been executed, but do not actually
196 execute them.
197 .It Fl P
198 Collate the output of a given job and display it only when the job finishes,
199 instead of mixing the output of parallel jobs together.
200 This option has no effect unless
201 .Fl j
202 is used too.
203 .It Fl q
204 Do not execute any commands, but exit 0 if the specified targets are
205 up-to-date and 1, otherwise.
206 .It Fl r
207 Do not use the built-in rules specified in the system makefile.
208 .It Fl S
209 Stop processing when an error is encountered.
210 Default behaviour.
211 This is needed to negate the
212 .Fl k
213 option during recursive builds.
214 .It Fl s
215 Do not echo any commands as they are executed.
216 Equivalent to specifying
217 .Sq Ic @
218 before each command line in the makefile.
219 .It Fl t
220 Rather than re-building a target as specified in the makefile, create it
221 or update its modification time to make it appear up-to-date.
222 .It Fl V Ar variable
223 Print
224 .Nm Ns 's
225 idea of the value of
226 .Ar variable ,
227 in the global context.
228 Do not build any targets.
229 Multiple instances of this option may be specified;
230 the variables will be printed one per line,
231 with a blank line for each null or undefined variable.
232 .It Fl v
233 Be extra verbose.
234 For multi-job makes, this will cause file banners to be generated.
235 .It Fl X
236 When using the
237 .Fl V
238 option to print the values of variables,
239 do not recursively expand the values.
240 .It Ar variable Ns No = Ns Ar value
241 Set the value of the variable
242 .Ar variable
243 to
244 .Ar value .
245 .El
246 .Pp
247 There are seven different types of lines in a makefile: file dependency
248 specifications, shell commands, variable assignments, include statements,
249 conditional directives, for loops, and comments.
250 .Pp
251 In general, lines may be continued from one line to the next by ending
252 them with a backslash
253 .Pq Ql \e .
254 The trailing newline character and initial whitespace on the following
255 line are compressed into a single space.
256 .Sh FILE DEPENDENCY SPECIFICATIONS
257 Dependency lines consist of one or more targets, an operator, and zero
258 or more sources.
259 This creates a relationship where the targets
260 .Dq depend
261 on the sources
262 and are usually created from them.
263 The exact relationship between the target and the source is determined
264 by the operator that separates them.
265 The three operators are as follows:
266 .Bl -tag -width flag
267 .It Ic \&:
268 A target is considered out-of-date if its modification time is less than
269 those of any of its sources.
270 Sources for a target accumulate over dependency lines when this operator
271 is used.
272 The target is removed if
273 .Nm
274 is interrupted.
275 .It Ic \&!
276 Targets are always re-created, but not until all sources have been
277 examined and re-created as necessary.
278 Sources for a target accumulate over dependency lines when this operator
279 is used.
280 The target is removed if
281 .Nm
282 is interrupted.
283 .It Ic \&::
284 If no sources are specified, the target is always re-created.
285 Otherwise, a target is considered out-of-date if any of its sources has
286 been modified more recently than the target.
287 Sources for a target do not accumulate over dependency lines when this
288 operator is used.
289 The target will not be removed if
290 .Nm
291 is interrupted.
292 .El
293 .Pp
294 Targets and sources may contain the shell wildcard expressions
295 .Ql \&? ,
296 .Ql * ,
297 .Ql []
298 and
299 .Ql {} .
300 The expressions
301 .Ql \&? ,
302 .Ql *
303 and
304 .Ql []
305 may only be used as part of the final
306 component of the target or source, and must be used to describe existing
307 files.
308 The expression
309 .Ql {}
310 need not necessarily be used to describe existing files.
311 Expansion is in directory order, not alphabetically as done in the shell.
312 .Sh SHELL COMMANDS
313 Each target may have associated with it a series of shell commands, normally
314 used to create the target.
315 Each of the commands in this script
316 .Em must
317 be preceded by a tab.
318 While any target may appear on a dependency line, only one of these
319 dependencies may be followed by a creation script, unless the
320 .Sq Ic ::
321 operator is used.
322 .Pp
323 If the first characters of the command line are
324 .Sq Ic @ ,
325 .Sq Ic \- ,
326 and/or
327 .Sq Ic + ,
328 the command is treated specially.
329 A
330 .Sq Ic @
331 causes the command not to be echoed before it is executed.
332 A
333 .Sq Ic \-
334 causes any non-zero exit status of the command line to be ignored.
335 A
336 .Sq Ic +
337 causes the command to be executed even if
338 .Fl n
339 is specified on the command line.
340 .Sh VARIABLE ASSIGNMENTS
341 Variables in
342 .Nm
343 are much like variables in the shell, and, by tradition,
344 consist of all upper-case letters.
345 The five operators that can be used to assign values to variables are as
346 follows:
347 .Bl -tag -width Ds
348 .It Ic \&=
349 Assign the value to the variable.
350 Any previous value is overridden.
351 .It Ic \&+=
352 Append the value to the current value of the variable.
353 .It Ic \&?=
354 Assign the value to the variable if it is not already defined.
355 .It Ic \&:=
356 Assign with expansion, i.e., expand the value before assigning it
357 to the variable.
358 Normally, expansion is not done until the variable is referenced.
359 .It Ic \&!=
360 Expand the value and pass it to the shell for execution and assign
361 the result to the variable.
362 Any newlines in the result are replaced with spaces.
363 .El
364 .Pp
365 Any whitespace before the assigned
366 .Ar value
367 is removed; if the value is being appended, a single space is inserted
368 between the previous contents of the variable and the appended value.
369 .Pp
370 Variables are expanded by surrounding the variable name with either
371 curly braces
372 .Pq Ql {}
373 or parentheses
374 .Pq Ql ()
375 and preceding it with
376 a dollar sign
377 .Pq Ql \&$ .
378 If the variable name contains only a single letter, the surrounding
379 braces or parentheses are not required.
380 This shorter form is not recommended.
381 .Pp
382 Variable substitution occurs at two distinct times, depending on where
383 the variable is being used.
384 Variables in dependency lines are expanded as the line is read.
385 Variables in shell commands are expanded when the shell command is
386 executed.
387 .Pp
388 The four different classes of variables (in order of increasing precedence)
389 are:
390 .Bl -tag -width Ds
391 .It Environment variables
392 Variables defined as part of
393 .Nm Ns 's
394 environment.
395 .It Global variables
396 Variables defined in the makefile or in included makefiles.
397 .It Command line variables
398 Variables defined as part of the command line and variables
399 obtained from the
400 .Ev MAKEFLAGS
401 environment variable or the
402 .Ic .MAKEFLAGS
403 target.
404 .It Local variables
405 Variables that are defined specific to a certain target.
406 The seven local variables are as follows:
407 .Bl -tag -width ".ARCHIVE"
408 .It Va .ALLSRC
409 The list of all sources for this target; also known as
410 .Sq Va \&> .
411 .It Va .ARCHIVE
412 The name of the archive file; also known as
413 .Sq Va \&! .
414 .It Va .IMPSRC
415 The name/path of the source from which the target is to be transformed
416 (the
417 .Dq implied
418 source); also known as
419 .Sq Va \&< .
420 .It Va .MEMBER
421 The name of the archive member; also known as
422 .Sq Va \&% .
423 .It Va .OODATE
424 The list of sources for this target that were deemed out-of-date; also
425 known as
426 .Sq Va \&? .
427 .It Va .PREFIX
428 The file prefix of the file, containing only the file portion, no suffix
429 or preceding directory components; also known as
430 .Sq Va * .
431 .It Va .TARGET
432 The name of the target; also known as
433 .Sq Va @ .
434 .El
435 .Pp
436 The shorter forms
437 .Sq Va @ ,
438 .Sq Va \&! ,
439 .Sq Va \&< ,
440 .Sq Va \&% ,
441 .Sq Va \&? ,
442 .Sq Va \&> ,
443 and
444 .Sq Va *
445 are permitted for backward
446 compatibility and are not recommended.
447 The six variables
448 .Sq Va @F ,
449 .Sq Va @D ,
450 .Sq Va <F ,
451 .Sq Va <D ,
452 .Sq Va *F ,
453 and
454 .Sq Va *D
455 are
456 permitted for compatibility with
457 .At V
458 makefiles and are not recommended.
459 .Pp
460 Four of the local variables may be used in sources on dependency lines
461 because they expand to the proper value for each target on the line.
462 These variables are
463 .Va .TARGET ,
464 .Va .PREFIX ,
465 .Va .ARCHIVE ,
466 and
467 .Va .MEMBER .
468 .El
469 .Pp
470 In addition,
471 .Nm
472 sets or knows about the following internal variables or environment
473 variables:
474 .Bl -tag -width ".Va MAKEFILE_LIST"
475 .It Va \&$
476 A single dollar sign
477 .Ql \&$ ,
478 i.e.\&
479 .Ql \&$$
480 expands to a single dollar
481 sign.
482 .It Va MAKE
483 The name that
484 .Nm
485 was executed with
486 .Pq Va argv Ns Op 0 .
487 .It Va .CURDIR
488 A path to the directory where
489 .Nm
490 was executed.
491 The
492 .Nm
493 utility sets
494 .Va .CURDIR
495 to the canonical path given by
496 .Xr getcwd 3 .
497 .It Va .OBJDIR
498 A path to the directory where the targets are built.
499 At startup,
500 .Nm
501 searches for an alternate directory to place target files.
502 It will attempt to change into this special directory
503 and will search this directory for makefiles
504 not found in the current directory.
505 The following directories are tried in order:
506 .Pp
507 .Bl -enum -compact
508 .It
509 ${MAKEOBJDIRPREFIX}/`pwd`
510 .It
511 ${MAKEOBJDIR}
512 .It
513 obj.${MACHINE}
514 .It
515 obj
516 .It
517 /usr/obj/`pwd`
518 .El
519 .Pp
520 The first directory that
521 .Nm
522 successfully changes into is used.
523 If either
524 .Ev MAKEOBJDIRPREFIX
525 or
526 .Ev MAKEOBJDIR
527 is set in the environment but
528 .Nm
529 is unable to change into the corresponding directory,
530 then the current directory is used
531 without checking the remainder of the list.
532 If they are undefined and
533 .Nm
534 is unable to change into any of the remaining three directories,
535 then the current directory is used.
536 Note, that
537 .Ev MAKEOBJDIRPREFIX
538 and
539 .Ev MAKEOBJDIR
540 must be environment variables and should not be set on
541 .Nm Ns 's
542 command line.
543 .Pp
544 The
545 .Nm
546 utility sets
547 .Va .OBJDIR
548 to the canonical path given by
549 .Xr getcwd 3 .
550 .It Va .MAKEFILE_LIST
551 As
552 .Nm
553 reads various makefiles, including the default files and any
554 obtained from the command line and
555 .Ic .include
556 directives, their names will be automatically appended to the
557 .Va .MAKEFILE_LIST
558 variable.
559 They are added right before
560 .Nm
561 begins to parse them, so that the name of the current makefile is the
562 last word in this variable.
563 .It Va .MAKEFLAGS
564 The environment variable
565 .Ev MAKEFLAGS
566 may contain anything that
567 may be specified on
568 .Nm Ns 's
569 command line.
570 Its contents are stored in
571 .Nm Ns 's
572 .Va .MAKEFLAGS
573 variable.
574 All options and variable assignments specified on
575 .Nm Ns 's
576 command line are appended to the
577 .Va .MAKEFLAGS
578 variable which is then
579 entered into the environment as
580 .Ev MAKEFLAGS
581 for all programs which
582 .Nm
583 executes.
584 .It Va MFLAGS
585 is provided for backward compatibility and
586 contains all the options from the
587 .Ev MAKEFLAGS
588 environment variable plus any options specified on
589 .Nm Ns 's
590 command line.
591 .It Va .TARGETS
592 List of targets
593 .Nm
594 is currently building.
595 .It Va .INCLUDES
596 See
597 .Ic .INCLUDES
598 special target.
599 .It Va .LIBS
600 See
601 .Ic .LIBS
602 special target.
603 .It Va MACHINE
604 Name of the machine architecture
605 .Nm
606 is running on, obtained from the
607 .Ev MACHINE
608 environment variable, or through
609 .Xr uname 3
610 if not defined.
611 .It Va MACHINE_ARCH
612 Name of the machine architecture
613 .Nm
614 was compiled for, defined at compilation time.
615 .It Va VPATH
616 Makefiles may assign a colon-delimited list of directories to
617 .Va VPATH .
618 These directories will be searched for source files by
619 .Nm
620 after it has finished parsing all input makefiles.
621 .El
622 .Pp
623 Variable expansion may be modified to select or modify each word of the
624 variable (where a
625 .Dq word
626 is whitespace-delimited sequence of characters).
627 The general format of a variable expansion is as follows:
628 .Pp
629 .Dl {variable[:modifier[:...]]}
630 .Pp
631 Each modifier begins with a colon and one of the following
632 special characters.
633 The colon may be escaped with a backslash
634 .Pq Ql \e .
635 .Bl -tag -width Cm
636 .Sm off
637 .It Cm C No \&/ Ar pattern Xo
638 .No \&/ Ar replacement
639 .No \&/ Op Cm 1g
640 .Xc
641 .Sm on
642 Modify each word of the value,
643 substituting every match of the extended regular expression
644 .Ar pattern
645 (see
646 .Xr re_format 7 )
647 with the
648 .Xr ed 1 Ns \-style
649 .Ar replacement
650 string.
651 Normally, the first occurrence of the pattern in
652 each word of the value is changed.
653 The
654 .Ql 1
655 modifier causes the substitution to apply to at most one word; the
656 .Ql g
657 modifier causes the substitution to apply to as many instances of the
658 search pattern as occur in the word or words it is found in.
659 Note that
660 .Ql 1
661 and
662 .Ql g
663 are orthogonal; the former specifies whether multiple words are
664 potentially affected, the latter whether multiple substitutions can
665 potentially occur within each affected word.
666 .It Cm E
667 Replaces each word in the variable with its suffix.
668 .It Cm H
669 Replaces each word in the variable with everything but the last component.
670 .It Cm L
671 Converts variable to lower-case letters.
672 .It Cm M Ns Ar pattern
673 Select only those words that match the rest of the modifier.
674 The standard shell wildcard characters
675 .Pf ( Ql * ,
676 .Ql \&? ,
677 and
678 .Ql [] )
679 may
680 be used.
681 The wildcard characters may be escaped with a backslash
682 .Pq Ql \e .
683 .It Cm N Ns Ar pattern
684 This is identical to
685 .Cm M ,
686 but selects all words which do not match
687 the rest of the modifier.
688 .It Cm O
689 Order every word in the variable alphabetically.
690 .It Cm Q
691 Quotes every shell meta-character in the variable, so that it can be passed
692 safely through recursive invocations of
693 .Nm .
694 .It Cm R
695 Replaces each word in the variable with everything but its suffix.
696 .Sm off
697 .It Cm S No \&/ Ar old_string Xo
698 .No \&/ Ar new_string
699 .No \&/ Op Cm g
700 .Xc
701 .Sm on
702 Modify the first occurrence of
703 .Ar old_string
704 in each word of the variable's value, replacing it with
705 .Ar new_string .
706 If a
707 .Ql g
708 is appended to the last slash of the pattern, all occurrences
709 in each word are replaced.
710 If
711 .Ar old_string
712 begins with a caret
713 .Pq Ql ^ ,
714 .Ar old_string
715 is anchored at the beginning of each word.
716 If
717 .Ar old_string
718 ends with a dollar sign
719 .Pq Ql \&$ ,
720 it is anchored at the end of each word.
721 Inside
722 .Ar new_string ,
723 an ampersand
724 .Pq Ql &
725 is replaced by
726 .Ar old_string .
727 Any character may be used as a delimiter for the parts of the modifier
728 string.
729 The anchoring, ampersand, and delimiter characters may be escaped with a
730 backslash
731 .Pq Ql \e .
732 .Pp
733 Variable expansion occurs in the normal fashion inside both
734 .Ar old_string
735 and
736 .Ar new_string
737 with the single exception that a backslash is used to prevent the expansion
738 of a dollar sign
739 .Pq Ql \&$ ,
740 not a preceding dollar sign as is usual.
741 .It Ar old_string=new_string
742 This is the
743 .At V
744 style variable substitution.
745 It must be the last modifier specified.
746 If
747 .Ar old_string
748 or
749 .Ar new_string
750 do not contain the pattern matching character
751 .Ar %
752 then it is assumed that they are
753 anchored at the end of each word, so only suffixes or entire
754 words may be replaced.
755 Otherwise
756 .Ar %
757 is the substring of
758 .Ar old_string
759 to be replaced in
760 .Ar new_string
761 .It Cm T
762 Replaces each word in the variable with its last component.
763 .It Cm U
764 Converts variable to upper-case letters.
765 .El
766 .Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS
767 Directives, conditionals, and for loops reminiscent
768 of the C programming language are provided in
769 .Nm .
770 All such structures are identified by a line beginning with a single
771 dot
772 .Pq Ql \&.
773 character.
774 The following directives are supported:
775 .Bl -tag -width Ds
776 .It Ic \&.include Ar <file>
777 .It Ic \&.include Ar \*qfile\*q
778 Include the specified makefile.
779 Variables between the angle brackets
780 or double quotes are expanded to form the file name.
781 If angle brackets
782 are used, the included makefile is expected to be in the system
783 makefile directory.
784 If double quotes are used, the including
785 makefile's directory and any directories specified using the
786 .Fl I
787 option are searched before the system
788 makefile directory.
789 .It Ic .undef Ar variable
790 Un-define the specified global variable.
791 Only global variables may be un-defined.
792 .It Ic .error Ar message
793 Terminate processing of the makefile immediately.
794 The filename of the
795 makefile, the line on which the error was encountered and the specified
796 message are printed to the standard error output and
797 .Nm
798 terminates with exit code 1.
799 Variables in the message are expanded.
800 .It Ic .warning Ar message
801 Emit a warning message.
802 The filename of the makefile,
803 the line on which the warning was encountered,
804 and the specified message are printed to the standard error output.
805 Variables in the message are expanded.
806 .El
807 .Pp
808 Conditionals are used to determine which parts of the Makefile
809 to process.
810 They are used similarly to the conditionals supported
811 by the C pre-processor.
812 The following conditionals are supported:
813 .Bl -tag -width Ds
814 .It Xo
815 .Ic .if
816 .Oo \&! Oc Ns Ar expression
817 .Op Ar operator expression ...
818 .Xc
819 Test the value of an expression.
820 .It Xo
821 .Ic .ifdef
822 .Oo \&! Oc Ns Ar variable
823 .Op Ar operator variable ...
824 .Xc
825 Test the value of a variable.
826 .It Xo
827 .Ic .ifndef
828 .Oo \&! Oc Ns Ar variable
829 .Op Ar operator variable ...
830 .Xc
831 Test the value of a variable.
832 .It Xo
833 .Ic .ifmake
834 .Oo \&! Oc Ns Ar target
835 .Op Ar operator target ...
836 .Xc
837 Test the target being built.
838 .It Xo
839 .Ic .ifnmake
840 .Oo \&! Oc Ns Ar target
841 .Op Ar operator target ...
842 .Xc
843 Test the target being built.
844 .It Ic .else
845 Reverse the sense of the last conditional.
846 .It Xo
847 .Ic .elif
848 .Oo \&! Oc Ns Ar expression
849 .Op Ar operator expression ...
850 .Xc
851 A combination of
852 .Ic .else
853 followed by
854 .Ic .if .
855 .It Xo
856 .Ic .elifdef
857 .Oo \&! Oc Ns Ar variable
858 .Op Ar operator variable ...
859 .Xc
860 A combination of
861 .Ic .else
862 followed by
863 .Ic .ifdef .
864 .It Xo
865 .Ic .elifndef
866 .Oo \&! Oc Ns Ar variable
867 .Op Ar operator variable ...
868 .Xc
869 A combination of
870 .Ic .else
871 followed by
872 .Ic .ifndef .
873 .It Xo
874 .Ic .elifmake
875 .Oo \&! Oc Ns Ar target
876 .Op Ar operator target ...
877 .Xc
878 A combination of
879 .Ic .else
880 followed by
881 .Ic .ifmake .
882 .It Xo
883 .Ic .elifnmake
884 .Oo \&! Oc Ns Ar target
885 .Op Ar operator target ...
886 .Xc
887 A combination of
888 .Ic .else
889 followed by
890 .Ic .ifnmake .
891 .It Ic .endif
892 End the body of the conditional.
893 .El
894 .Pp
895 The
896 .Ar operator
897 may be any one of the following:
898 .Bl -tag -width "Cm XX"
899 .It Cm ||
900 logical
901 .Tn OR
902 .It Cm &&
903 Logical
904 .Tn AND ;
905 of higher precedence than
906 .Sq Ic || .
907 .El
908 .Pp
909 As in C,
910 .Nm
911 will only evaluate a conditional as far as is necessary to determine
912 its value.
913 Parentheses may be used to change the order of evaluation.
914 The boolean operator
915 .Sq Ic !\&
916 may be used to logically negate an entire
917 conditional.
918 It is of higher precedence than
919 .Sq Ic && .
920 .Pp
921 The value of
922 .Ar expression
923 may be any of the following:
924 .Bl -tag -width Ic
925 .It Ic defined
926 Takes a variable name as an argument and evaluates to true if the variable
927 has been defined.
928 .It Ic make
929 Takes a target name as an argument and evaluates to true if the target
930 was specified as part of
931 .Nm Ns 's
932 command line or was declared the default target (either implicitly or
933 explicitly, see
934 .Va .MAIN )
935 before the line containing the conditional.
936 .It Ic empty
937 Takes a variable, with possible modifiers, and evaluates to true if
938 the expansion of the variable would result in an empty string.
939 .It Ic exists
940 Takes a file name as an argument and evaluates to true if the file exists.
941 The file is searched for on the system search path (see
942 .Va .PATH ) .
943 .It Ic target
944 Takes a target name as an argument and evaluates to true if the target
945 has been defined.
946 .El
947 .Pp
948 An
949 .Ar expression
950 may also be an arithmetic or string comparison, with the left-hand side
951 being a variable expansion.
952 Variable expansion is
953 performed on both sides of the comparison, after which the integral
954 values are compared.
955 A value is interpreted as hexadecimal if it is
956 preceded by 0x, otherwise it is decimal; octal numbers are not supported.
957 The standard C relational operators are all supported.
958 If after
959 variable expansion, either the left or right hand side of a
960 .Sq Ic ==
961 or
962 .Sq Ic !=
963 operator is not an integral value, then
964 string comparison is performed between the expanded
965 variables.
966 If no relational operator is given, it is assumed that the expanded
967 variable is being compared against 0.
968 .Pp
969 When
970 .Nm
971 is evaluating one of these conditional expressions, and it encounters
972 a word it doesn't recognize, either the
973 .Dq make
974 or
975 .Dq defined
976 expression is applied to it, depending on the form of the conditional.
977 If the form is
978 .Ic .if ,
979 .Ic .ifdef
980 or
981 .Ic .ifndef ,
982 the
983 .Dq defined
984 expression is applied.
985 Similarly, if the form is
986 .Ic .ifmake
987 or
988 .Ic .ifnmake ,
989 the
990 .Dq make
991 expression is applied.
992 .Pp
993 If the conditional evaluates to true the parsing of the makefile continues
994 as before.
995 If it evaluates to false, the following lines are skipped.
996 In both cases this continues until a
997 .Ic .else
998 or
999 .Ic .endif
1000 is found.
1001 .Pp
1002 For loops are typically used to apply a set of rules to a list of files.
1003 The syntax of a for loop is:
1004 .Pp
1005 .Bl -tag -width indent -compact
1006 .It Ic .for Ar variable Ic in Ar expression
1007 .It <make-rules>
1008 .It Ic .endfor
1009 .El
1010 .Pp
1011 After the for
1012 .Ar expression
1013 is evaluated, it is split into words.
1014 The
1015 iteration
1016 .Ar variable
1017 is successively set to each word, and substituted in the
1018 .Ic make-rules
1019 inside the body of the for loop.
1020 .Sh COMMENTS
1021 Comments begin with a hash
1022 .Pq Ql #
1023 character, anywhere but in a shell
1024 command line, and continue to the end of the line.
1025 .Sh SPECIAL SOURCES
1026 .Bl -tag -width Ic
1027 .It Ic .IGNORE
1028 Ignore any errors from the commands associated with this target, exactly
1029 as if they all were preceded by a dash
1030 .Pq Ql \- .
1031 .It Ic .MAKE
1032 Execute the commands associated with this target even if the
1033 .Fl n
1034 or
1035 .Fl t
1036 options were specified.
1037 Normally used to mark recursive
1038 .Nm Ns 's .
1039 .It Ic .NOTMAIN
1040 Normally
1041 .Nm
1042 selects the first target it encounters as the default target to be built
1043 if no target was specified.
1044 This source prevents this target from being selected.
1045 .It Ic .OPTIONAL
1046 If a target is marked with this attribute and
1047 .Nm
1048 can't figure out how to create it, it will ignore this fact and assume
1049 the file isn't needed or already exists.
1050 .It Ic .PRECIOUS
1051 When
1052 .Nm
1053 is interrupted, it removes any partially made targets.
1054 This source prevents the target from being removed.
1055 .It Ic .SILENT
1056 Do not echo any of the commands associated with this target, exactly
1057 as if they all were preceded by an at sign
1058 .Pq Ql @ .
1059 .It Ic .USE
1060 Turn the target into
1061 .Nm Ns 's
1062 version of a macro.
1063 When the target is used as a source for another target, the other target
1064 acquires the commands, sources, and attributes (except for
1065 .Ic .USE )
1066 of the
1067 source.
1068 If the target already has commands, the
1069 .Ic .USE
1070 target's commands are appended
1071 to them.
1072 .It Ic .WAIT
1073 If special
1074 .Ic .WAIT
1075 source is appears in a dependency line, the sources that precede it are
1076 made before the sources that succeed it in the line.
1077 Loops are not being
1078 detected and targets that form loops will be silently ignored.
1079 .El
1080 .Sh "SPECIAL TARGETS"
1081 Special targets may not be included with other targets, i.e., they must be
1082 the only target specified.
1083 .Bl -tag -width Ic
1084 .It Ic .BEGIN
1085 Any command lines attached to this target are executed before anything
1086 else is done.
1087 .It Ic .DEFAULT
1088 This is sort of a
1089 .Ic .USE
1090 rule for any target (that was used only as a
1091 source) that
1092 .Nm
1093 can't figure out any other way to create.
1094 Only the shell script is used.
1095 The
1096 .Ic .IMPSRC
1097 variable of a target that inherits
1098 .Ic .DEFAULT Ns 's
1099 commands is set
1100 to the target's own name.
1101 .It Ic .END
1102 Any command lines attached to this target are executed after everything
1103 else is done.
1104 .It Ic .IGNORE
1105 Mark each of the sources with the
1106 .Ic .IGNORE
1107 attribute.
1108 If no sources are specified, this is the equivalent of specifying the
1109 .Fl i
1110 option.
1111 .It Ic .INCLUDES
1112 A list of suffixes that indicate files that can be included in a source
1113 file.
1114 The suffix must have already been declared with
1115 .Ic .SUFFIXES ;
1116 any suffix so declared will have the directories on its search path (see
1117 .Ic .PATH )
1118 placed in the
1119 .Va .INCLUDES
1120 special variable, each preceded by a
1121 .Fl I
1122 flag.
1123 .It Ic .INTERRUPT
1124 If
1125 .Nm
1126 is interrupted, the commands for this target will be executed.
1127 .It Ic .LIBS
1128 This does for libraries what
1129 .Ic .INCLUDES
1130 does for include files, except that the flag used is
1131 .Fl L .
1132 .It Ic .MAIN
1133 If no target is specified when
1134 .Nm
1135 is invoked, this target will be built.
1136 This is always set, either
1137 explicitly, or implicitly when
1138 .Nm
1139 selects the default target, to give the user a way to refer to the default
1140 target on the command line.
1141 .It Ic .MAKEFLAGS
1142 This target provides a way to specify flags for
1143 .Nm
1144 when the makefile is used.
1145 The flags are as if typed to the shell, though the
1146 .Fl f
1147 option will have
1148 no effect.
1149 .It Ic .MFLAGS
1150 Same as above, for backward compatibility.
1151 .\" XXX: NOT YET!!!!
1152 .\" .It Ic .NOTPARALLEL
1153 .\" The named targets are executed in non parallel mode. If no targets are
1154 .\" specified, then all targets are executed in non parallel mode.
1155 .It Ic .NOTPARALLEL
1156 Disable parallel mode.
1157 .It Ic .NO_PARALLEL
1158 Same as above, for compatibility with other
1159 .Nm pmake
1160 variants.
1161 .It Ic .ORDER
1162 The named targets are made in sequence.
1163 .\" XXX: NOT YET!!!!
1164 .\" .It Ic .PARALLEL
1165 .\" The named targets are executed in parallel mode. If no targets are
1166 .\" specified, then all targets are executed in parallel mode.
1167 .It Ic .PATH
1168 The sources are directories which are to be searched for files not
1169 found in the current directory.
1170 If no sources are specified, any previously specified directories are
1171 deleted.
1172 Where possible, use of
1173 .Ic .PATH
1174 is preferred over use of the
1175 .Va VPATH
1176 variable.
1177 .It Ic .PATH\fIsuffix\fR
1178 The sources are directories which are to be searched for suffixed files
1179 not found in the current directory.
1180 The
1181 .Nm
1182 utility
1183 first searches the suffixed search path, before reverting to the default
1184 path if the file is not found there.
1185 This form is required for
1186 .Ic .LIBS
1187 and
1188 .Ic .INCLUDES
1189 to work.
1190 .It Ic .PHONY
1191 Apply the
1192 .Ic .PHONY
1193 attribute to any specified sources.
1194 Targets with this attribute are always
1195 considered to be out of date.
1196 .It Ic .PRECIOUS
1197 Apply the
1198 .Ic .PRECIOUS
1199 attribute to any specified sources.
1200 If no sources are specified, the
1201 .Ic .PRECIOUS
1202 attribute is applied to every
1203 target in the file.
1204 .It Ic .SILENT
1205 Apply the
1206 .Ic .SILENT
1207 attribute to any specified sources.
1208 If no sources are specified, the
1209 .Ic .SILENT
1210 attribute is applied to every
1211 command in the file.
1212 .It Ic .SUFFIXES
1213 Each source specifies a suffix to
1214 .Nm .
1215 If no sources are specified, any previous specified suffices are deleted.
1216 .El
1217 .Sh COMPATIBILITY
1218 Older versions of
1219 .Nm
1220 used
1221 .Ev MAKE
1222 instead of
1223 .Ev MAKEFLAGS .
1224 This was removed for POSIX compatibility.
1225 The internal variable
1226 .Va MAKE
1227 is set to the same value as
1228 .Va .MAKE ;
1229 support for this may be removed in the future.
1230 .Pp
1231 Most of the more esoteric features of
1232 .Nm
1233 should probably be avoided for greater compatibility.
1234 .Sh ENVIRONMENT
1235 The
1236 .Nm
1237 utility uses the following environment variables, if they exist:
1238 .Ev MACHINE ,
1239 .Ev MAKE ,
1240 .Ev MAKEFLAGS ,
1241 .Ev MAKEOBJDIR ,
1242 and
1243 .Ev MAKEOBJDIRPREFIX .
1244 .Sh FILES
1245 .Bl -tag -width /usr/share/doc/psd/12.make -compact
1246 .It Pa .depend
1247 list of dependencies
1248 .It Pa Makefile
1249 list of dependencies
1250 .It Pa makefile
1251 list of dependencies
1252 .It obj
1253 object directory
1254 .It Pa sys.mk
1255 system makefile (processed before any other file, including
1256 .Pa makefile
1257 and
1258 .Pa Makefile )
1259 .It Pa /usr/share/mk
1260 system makefile directory
1261 .It /usr/share/doc/psd/12.make
1262 PMake tutorial
1263 .It Pa /usr/obj
1264 default
1265 .Ev MAKEOBJDIRPREFIX
1266 directory.
1267 .El
1268 .Sh EXAMPLES
1269 List all included makefiles in order visited:
1270 .Pp
1271 .Dl "make -V .MAKEFILE_LIST | tr \e\  \e\en"
1272 .Sh BUGS
1273 The determination of
1274 .Va .OBJDIR
1275 is contorted to the point of absurdity.
1276 .Pp
1277 In the presence of several
1278 .Ic .MAIN
1279 special targets,
1280 .Nm
1281 silently ignores all but the first.
1282 .Pp
1283 .Va .TARGETS
1284 is not set to the default target when
1285 .Nm
1286 is invoked without a target name and no
1287 .Ic .MAIN
1288 special target exists.
1289 .Pp
1290 The evaluation of
1291 .Ar expression
1292 in a test is very simple-minded.
1293 Currently, the only form that works is
1294 .Ql .if ${VAR} op something
1295 For instance, you should write tests as
1296 .Ql .if ${VAR} == "string"
1297 not the other way around, which would give you an error.
1298 .Pp
1299 For loops are expanded before tests, so a fragment such as:
1300 .Bd -literal -offset indent
1301 \&.for ARCH in ${SHARED_ARCHS}
1302 \&.if ${ARCH} == ${MACHINE}
1303      ...
1304 \&.endif
1305 \&.endfor
1306 .Ed
1307 .Pp
1308 won't work, and should be rewritten as:
1309 .Bd -literal -offset indent
1310 \&.for ARCH in ${SHARED_ARCHS}
1311 \&.if ${MACHINE} == ${ARCH} 
1312      ...
1313 \&.endif
1314 \&.endfor
1315 .Ed
1316 .Pp
1317 The parsing code is broken with respect to handling a semicolon
1318 after a colon, so a fragment like this will fail:
1319 .Bd -literal -offset indent
1320 HDRS=   foo.h bar.h
1321
1322 all:
1323 \&.for h in ${HDRS:S;^;${.CURDIR}/;}
1324      ...
1325 \&.endfor
1326 .Ed
1327 .Sh SEE ALSO
1328 .Xr mkdep 1 ,
1329 .Xr make.conf 5
1330 .Rs
1331 .%T "PMake - A Tutorial"
1332 .Re
1333 in
1334 .Pa /usr/share/doc/psd/12.make
1335 .Sh HISTORY
1336 A
1337 .Nm
1338 command appeared in PWB UNIX.