]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/make/make.1
This commit was generated by cvs2svn to compensate for changes in r131554,
[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 July 2, 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 or first two characters of the command line are
324 .Sq Ic @
325 and/or
326 .Sq Ic \- ,
327 the command is treated specially.
328 A
329 .Sq Ic @
330 causes the command not to be echoed before it is executed.
331 A
332 .Sq Ic \-
333 causes any non-zero exit status of the command line to be ignored.
334 .Sh VARIABLE ASSIGNMENTS
335 Variables in
336 .Nm
337 are much like variables in the shell, and, by tradition,
338 consist of all upper-case letters.
339 The five operators that can be used to assign values to variables are as
340 follows:
341 .Bl -tag -width Ds
342 .It Ic \&=
343 Assign the value to the variable.
344 Any previous value is overridden.
345 .It Ic \&+=
346 Append the value to the current value of the variable.
347 .It Ic \&?=
348 Assign the value to the variable if it is not already defined.
349 .It Ic \&:=
350 Assign with expansion, i.e., expand the value before assigning it
351 to the variable.
352 Normally, expansion is not done until the variable is referenced.
353 .It Ic \&!=
354 Expand the value and pass it to the shell for execution and assign
355 the result to the variable.
356 Any newlines in the result are replaced with spaces.
357 .El
358 .Pp
359 Any whitespace before the assigned
360 .Ar value
361 is removed; if the value is being appended, a single space is inserted
362 between the previous contents of the variable and the appended value.
363 .Pp
364 Variables are expanded by surrounding the variable name with either
365 curly braces
366 .Pq Ql {}
367 or parentheses
368 .Pq Ql ()
369 and preceding it with
370 a dollar sign
371 .Pq Ql \&$ .
372 If the variable name contains only a single letter, the surrounding
373 braces or parentheses are not required.
374 This shorter form is not recommended.
375 .Pp
376 Variable substitution occurs at two distinct times, depending on where
377 the variable is being used.
378 Variables in dependency lines are expanded as the line is read.
379 Variables in shell commands are expanded when the shell command is
380 executed.
381 .Pp
382 The four different classes of variables (in order of increasing precedence)
383 are:
384 .Bl -tag -width Ds
385 .It Environment variables
386 Variables defined as part of
387 .Nm Ns 's
388 environment.
389 .It Global variables
390 Variables defined in the makefile or in included makefiles.
391 .It Command line variables
392 Variables defined as part of the command line.
393 .It Local variables
394 Variables that are defined specific to a certain target.
395 The seven local variables are as follows:
396 .Bl -tag -width ".ARCHIVE"
397 .It Va .ALLSRC
398 The list of all sources for this target; also known as
399 .Sq Va \&> .
400 .It Va .ARCHIVE
401 The name of the archive file; also known as
402 .Sq Va \&! .
403 .It Va .IMPSRC
404 The name/path of the source from which the target is to be transformed
405 (the
406 .Dq implied
407 source); also known as
408 .Sq Va \&< .
409 .It Va .MEMBER
410 The name of the archive member; also known as
411 .Sq Va \&% .
412 .It Va .OODATE
413 The list of sources for this target that were deemed out-of-date; also
414 known as
415 .Sq Va \&? .
416 .It Va .PREFIX
417 The file prefix of the file, containing only the file portion, no suffix
418 or preceding directory components; also known as
419 .Sq Va * .
420 .It Va .TARGET
421 The name of the target; also known as
422 .Sq Va @ .
423 .El
424 .Pp
425 The shorter forms
426 .Sq Va @ ,
427 .Sq Va \&! ,
428 .Sq Va \&< ,
429 .Sq Va \&% ,
430 .Sq Va \&? ,
431 .Sq Va \&> ,
432 and
433 .Sq Va *
434 are permitted for backward
435 compatibility and are not recommended.
436 The six variables
437 .Sq Va @F ,
438 .Sq Va @D ,
439 .Sq Va <F ,
440 .Sq Va <D ,
441 .Sq Va *F ,
442 and
443 .Sq Va *D
444 are
445 permitted for compatibility with
446 .At V
447 makefiles and are not recommended.
448 .Pp
449 Four of the local variables may be used in sources on dependency lines
450 because they expand to the proper value for each target on the line.
451 These variables are
452 .Va .TARGET ,
453 .Va .PREFIX ,
454 .Va .ARCHIVE ,
455 and
456 .Va .MEMBER .
457 .El
458 .Pp
459 In addition,
460 .Nm
461 sets or knows about the following internal variables or environment
462 variables:
463 .Bl -tag -width ".Va MAKEFILE_LIST"
464 .It Va \&$
465 A single dollar sign
466 .Ql \&$ ,
467 i.e.\&
468 .Ql \&$$
469 expands to a single dollar
470 sign.
471 .It Va MAKE
472 The name that
473 .Nm
474 was executed with
475 .Pq Va argv Ns Op 0 .
476 .It Va .CURDIR
477 A path to the directory where
478 .Nm
479 was executed.
480 The
481 .Nm
482 utility sets
483 .Va .CURDIR
484 to the canonical path given by
485 .Xr getcwd 3 .
486 .It Va .OBJDIR
487 A path to the directory where the targets are built.
488 At startup,
489 .Nm
490 searches for an alternate directory to place target files.
491 It will attempt to change into this special directory
492 and will search this directory for makefiles
493 not found in the current directory.
494 The following directories are tried in order:
495 .Pp
496 .Bl -enum -compact
497 .It
498 ${MAKEOBJDIRPREFIX}/`pwd`
499 .It
500 ${MAKEOBJDIR}
501 .It
502 obj.${MACHINE}
503 .It
504 obj
505 .It
506 /usr/obj/`pwd`
507 .El
508 .Pp
509 The first directory that
510 .Nm
511 successfully changes into is used.
512 If either
513 .Ev MAKEOBJDIRPREFIX
514 or
515 .Ev MAKEOBJDIR
516 is set in the environment but
517 .Nm
518 is unable to change into the corresponding directory,
519 then the current directory is used
520 without checking the remainder of the list.
521 If they are undefined and
522 .Nm
523 is unable to change into any of the remaining three directories,
524 then the current directory is used.
525 .Pp
526 The
527 .Nm
528 utility sets
529 .Va .OBJDIR
530 to the canonical path given by
531 .Xr getcwd 3 .
532 .It Va .MAKEFILE_LIST
533 As
534 .Nm
535 reads various makefiles, including the default files and any
536 obtained from the command line and
537 .Ic .include
538 directives, their names will be automatically appended to the
539 .Va .MAKEFILE_LIST
540 variable.
541 They are added right before
542 .Nm
543 begins to parse them, so that the name of the current makefile is the
544 last word in this variable.
545 .It Va .MAKEFLAGS
546 The environment variable
547 .Ev MAKEFLAGS
548 may contain anything that
549 may be specified on
550 .Nm Ns 's
551 command line.
552 Its contents are stored in
553 .Nm Ns 's
554 .Va .MAKEFLAGS
555 variable.
556 Anything specified on
557 .Nm Ns 's
558 command line is appended to the
559 .Va .MAKEFLAGS
560 variable which is then
561 entered into the environment as
562 .Ev MAKEFLAGS
563 for all programs which
564 .Nm
565 executes.
566 .It Va MFLAGS
567 A synonym for
568 .Va .MAKEFLAGS
569 provided for backward compatibility.
570 .It Va .TARGETS
571 List of targets
572 .Nm
573 is currently building.
574 .It Va .INCLUDES
575 See
576 .Ic .INCLUDES
577 special target.
578 .It Va .LIBS
579 See
580 .Ic .LIBS
581 special target.
582 .It Va MACHINE
583 Name of the machine architecture
584 .Nm
585 is running on, obtained from the
586 .Ev MACHINE
587 environment variable, or through
588 .Xr uname 3
589 if not defined.
590 .It Va MACHINE_ARCH
591 Name of the machine architecture
592 .Nm
593 was compiled for, defined at compilation time.
594 .It Va VPATH
595 Makefiles may assign a colon-delimited list of directories to
596 .Va VPATH .
597 These directories will be searched for source files by
598 .Nm
599 after it has finished parsing all input makefiles.
600 .El
601 .Pp
602 Variable expansion may be modified to select or modify each word of the
603 variable (where a
604 .Dq word
605 is whitespace-delimited sequence of characters).
606 The general format of a variable expansion is as follows:
607 .Pp
608 .Dl {variable[:modifier[:...]]}
609 .Pp
610 Each modifier begins with a colon and one of the following
611 special characters.
612 The colon may be escaped with a backslash
613 .Pq Ql \e .
614 .Bl -tag -width Cm
615 .Sm off
616 .It Cm C No \&/ Ar pattern Xo
617 .No \&/ Ar replacement
618 .No \&/ Op Cm 1g
619 .Xc
620 .Sm on
621 The
622 .Cm C
623 modifier is just like the
624 .Cm S
625 modifier except that the old and new strings, instead of being
626 simple strings, are an extended regular expression (see
627 .Xr re_format 7 )
628 and an
629 .Xr ed 1 Ns \-style
630 replacement string.
631 Normally, the first occurrence of the pattern in
632 each word of the value is changed.
633 The
634 .Ql 1
635 modifier causes the substitution to apply to at most one word; the
636 .Ql g
637 modifier causes the substitution to apply to as many instances of the
638 search pattern as occur in the word or words it is found in.
639 Note that
640 .Ql 1
641 and
642 .Ql g
643 are orthogonal; the former specifies whether multiple words are
644 potentially affected, the latter whether multiple substitutions can
645 potentially occur within each affected word.
646 .It Cm E
647 Replaces each word in the variable with its suffix.
648 .It Cm H
649 Replaces each word in the variable with everything but the last component.
650 .It Cm L
651 Converts variable to lower-case letters.
652 .It Cm M Ns Ar pattern
653 Select only those words that match the rest of the modifier.
654 The standard shell wildcard characters
655 .Pf ( Ql * ,
656 .Ql \&? ,
657 and
658 .Ql [] )
659 may
660 be used.
661 The wildcard characters may be escaped with a backslash
662 .Pq Ql \e .
663 .It Cm N Ns Ar pattern
664 This is identical to
665 .Cm M ,
666 but selects all words which do not match
667 the rest of the modifier.
668 .It Cm O
669 Order every word in the variable alphabetically.
670 .It Cm Q
671 Quotes every shell meta-character in the variable, so that it can be passed
672 safely through recursive invocations of
673 .Nm .
674 .It Cm R
675 Replaces each word in the variable with everything but its suffix.
676 .Sm off
677 .It Cm S No \&/ Ar old_string Xo
678 .No \&/ Ar new_string
679 .No \&/ Op Cm g
680 .Xc
681 .Sm on
682 Modify the first occurrence of
683 .Ar old_string
684 in each word of the variable's value, replacing it with
685 .Ar new_string .
686 If a
687 .Ql g
688 is appended to the last slash of the pattern, all occurrences
689 in each word are replaced.
690 If
691 .Ar old_string
692 begins with a caret
693 .Pq Ql ^ ,
694 .Ar old_string
695 is anchored at the beginning of each word.
696 If
697 .Ar old_string
698 ends with a dollar sign
699 .Pq Ql \&$ ,
700 it is anchored at the end of each word.
701 Inside
702 .Ar new_string ,
703 an ampersand
704 .Pq Ql &
705 is replaced by
706 .Ar old_string .
707 Any character may be used as a delimiter for the parts of the modifier
708 string.
709 The anchoring, ampersand, and delimiter characters may be escaped with a
710 backslash
711 .Pq Ql \e .
712 .Pp
713 Variable expansion occurs in the normal fashion inside both
714 .Ar old_string
715 and
716 .Ar new_string
717 with the single exception that a backslash is used to prevent the expansion
718 of a dollar sign
719 .Pq Ql \&$ ,
720 not a preceding dollar sign as is usual.
721 .It Ar old_string=new_string
722 This is the
723 .At V
724 style variable substitution.
725 It must be the last modifier specified.
726 If
727 .Ar old_string
728 or
729 .Ar new_string
730 do not contain the pattern matching character
731 .Ar %
732 then it is assumed that they are
733 anchored at the end of each word, so only suffixes or entire
734 words may be replaced.
735 Otherwise
736 .Ar %
737 is the substring of
738 .Ar old_string
739 to be replaced in
740 .Ar new_string
741 .It Cm T
742 Replaces each word in the variable with its last component.
743 .It Cm U
744 Converts variable to upper-case letters.
745 .El
746 .Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS
747 Directives, conditionals, and for loops reminiscent
748 of the C programming language are provided in
749 .Nm .
750 All such structures are identified by a line beginning with a single
751 dot
752 .Pq Ql \&.
753 character.
754 The following directives are supported:
755 .Bl -tag -width Ds
756 .It Ic \&.include Ar <file>
757 .It Ic \&.include Ar \*qfile\*q
758 Include the specified makefile.
759 Variables between the angle brackets
760 or double quotes are expanded to form the file name.
761 If angle brackets
762 are used, the included makefile is expected to be in the system
763 makefile directory.
764 If double quotes are used, the including
765 makefile's directory and any directories specified using the
766 .Fl I
767 option are searched before the system
768 makefile directory.
769 .It Ic .undef Ar variable
770 Un-define the specified global variable.
771 Only global variables may be un-defined.
772 .It Ic .error Ar message
773 Terminate processing of the makefile immediately.
774 The filename of the
775 makefile, the line on which the error was encountered and the specified
776 message are printed to the standard error output and
777 .Nm
778 terminates with exit code 1.
779 Variables in the message are expanded.
780 .It Ic .warning Ar message
781 Emit a warning message.
782 The filename of the makefile,
783 the line on which the warning was encountered,
784 and the specified message are printed to the standard error output.
785 Variables in the message are expanded.
786 .El
787 .Pp
788 Conditionals are used to determine which parts of the Makefile
789 to process.
790 They are used similarly to the conditionals supported
791 by the C pre-processor.
792 The following conditionals are supported:
793 .Bl -tag -width Ds
794 .It Xo
795 .Ic .if
796 .Oo \&! Oc Ns Ar expression
797 .Op Ar operator expression ...
798 .Xc
799 Test the value of an expression.
800 .It Xo
801 .Ic .ifdef
802 .Oo \&! Oc Ns Ar variable
803 .Op Ar operator variable ...
804 .Xc
805 Test the value of a variable.
806 .It Xo
807 .Ic .ifndef
808 .Oo \&! Oc Ns Ar variable
809 .Op Ar operator variable ...
810 .Xc
811 Test the value of a variable.
812 .It Xo
813 .Ic .ifmake
814 .Oo \&! Oc Ns Ar target
815 .Op Ar operator target ...
816 .Xc
817 Test the target being built.
818 .It Xo
819 .Ic .ifnmake
820 .Oo \&! Oc Ns Ar target
821 .Op Ar operator target ...
822 .Xc
823 Test the target being built.
824 .It Ic .else
825 Reverse the sense of the last conditional.
826 .It Xo
827 .Ic .elif
828 .Oo \&! Oc Ns Ar expression
829 .Op Ar operator expression ...
830 .Xc
831 A combination of
832 .Ic .else
833 followed by
834 .Ic .if .
835 .It Xo
836 .Ic .elifdef
837 .Oo \&! Oc Ns Ar variable
838 .Op Ar operator variable ...
839 .Xc
840 A combination of
841 .Ic .else
842 followed by
843 .Ic .ifdef .
844 .It Xo
845 .Ic .elifndef
846 .Oo \&! Oc Ns Ar variable
847 .Op Ar operator variable ...
848 .Xc
849 A combination of
850 .Ic .else
851 followed by
852 .Ic .ifndef .
853 .It Xo
854 .Ic .elifmake
855 .Oo \&! Oc Ns Ar target
856 .Op Ar operator target ...
857 .Xc
858 A combination of
859 .Ic .else
860 followed by
861 .Ic .ifmake .
862 .It Xo
863 .Ic .elifnmake
864 .Oo \&! Oc Ns Ar target
865 .Op Ar operator target ...
866 .Xc
867 A combination of
868 .Ic .else
869 followed by
870 .Ic .ifnmake .
871 .It Ic .endif
872 End the body of the conditional.
873 .El
874 .Pp
875 The
876 .Ar operator
877 may be any one of the following:
878 .Bl -tag -width "Cm XX"
879 .It Cm ||
880 logical
881 .Tn OR
882 .It Cm &&
883 Logical
884 .Tn AND ;
885 of higher precedence than
886 .Sq Ic || .
887 .El
888 .Pp
889 As in C,
890 .Nm
891 will only evaluate a conditional as far as is necessary to determine
892 its value.
893 Parentheses may be used to change the order of evaluation.
894 The boolean operator
895 .Sq Ic !\&
896 may be used to logically negate an entire
897 conditional.
898 It is of higher precedence than
899 .Sq Ic && .
900 .Pp
901 The value of
902 .Ar expression
903 may be any of the following:
904 .Bl -tag -width Ic
905 .It Ic defined
906 Takes a variable name as an argument and evaluates to true if the variable
907 has been defined.
908 .It Ic make
909 Takes a target name as an argument and evaluates to true if the target
910 was specified as part of
911 .Nm Ns 's
912 command line or was declared the default target (either implicitly or
913 explicitly, see
914 .Va .MAIN )
915 before the line containing the conditional.
916 .It Ic empty
917 Takes a variable, with possible modifiers, and evaluates to true if
918 the expansion of the variable would result in an empty string.
919 .It Ic exists
920 Takes a file name as an argument and evaluates to true if the file exists.
921 The file is searched for on the system search path (see
922 .Va .PATH ) .
923 .It Ic target
924 Takes a target name as an argument and evaluates to true if the target
925 has been defined.
926 .El
927 .Pp
928 An
929 .Ar expression
930 may also be an arithmetic or string comparison, with the left-hand side
931 being a variable expansion.
932 Variable expansion is
933 performed on both sides of the comparison, after which the integral
934 values are compared.
935 A value is interpreted as hexadecimal if it is
936 preceded by 0x, otherwise it is decimal; octal numbers are not supported.
937 The standard C relational operators are all supported.
938 If after
939 variable expansion, either the left or right hand side of a
940 .Sq Ic ==
941 or
942 .Sq Ic !=
943 operator is not an integral value, then
944 string comparison is performed between the expanded
945 variables.
946 If no relational operator is given, it is assumed that the expanded
947 variable is being compared against 0.
948 .Pp
949 When
950 .Nm
951 is evaluating one of these conditional expressions, and it encounters
952 a word it doesn't recognize, either the
953 .Dq make
954 or
955 .Dq defined
956 expression is applied to it, depending on the form of the conditional.
957 If the form is
958 .Ic .if ,
959 .Ic .ifdef
960 or
961 .Ic .ifndef ,
962 the
963 .Dq defined
964 expression is applied.
965 Similarly, if the form is
966 .Ic .ifmake
967 or
968 .Ic .ifnmake ,
969 the
970 .Dq make
971 expression is applied.
972 .Pp
973 If the conditional evaluates to true the parsing of the makefile continues
974 as before.
975 If it evaluates to false, the following lines are skipped.
976 In both cases this continues until a
977 .Ic .else
978 or
979 .Ic .endif
980 is found.
981 .Pp
982 For loops are typically used to apply a set of rules to a list of files.
983 The syntax of a for loop is:
984 .Pp
985 .Bl -tag -width indent -compact
986 .It Ic .for Ar variable Ic in Ar expression
987 .It <make-rules>
988 .It Ic .endfor
989 .El
990 .Pp
991 After the for
992 .Ar expression
993 is evaluated, it is split into words.
994 The
995 iteration
996 .Ar variable
997 is successively set to each word, and substituted in the
998 .Ic make-rules
999 inside the body of the for loop.
1000 .Sh COMMENTS
1001 Comments begin with a hash
1002 .Pq Ql #
1003 character, anywhere but in a shell
1004 command line, and continue to the end of the line.
1005 .Sh SPECIAL SOURCES
1006 .Bl -tag -width Ic
1007 .It Ic .IGNORE
1008 Ignore any errors from the commands associated with this target, exactly
1009 as if they all were preceded by a dash
1010 .Pq Ql \- .
1011 .It Ic .MAKE
1012 Execute the commands associated with this target even if the
1013 .Fl n
1014 or
1015 .Fl t
1016 options were specified.
1017 Normally used to mark recursive
1018 .Nm Ns 's .
1019 .It Ic .NOTMAIN
1020 Normally
1021 .Nm
1022 selects the first target it encounters as the default target to be built
1023 if no target was specified.
1024 This source prevents this target from being selected.
1025 .It Ic .OPTIONAL
1026 If a target is marked with this attribute and
1027 .Nm
1028 can't figure out how to create it, it will ignore this fact and assume
1029 the file isn't needed or already exists.
1030 .It Ic .PRECIOUS
1031 When
1032 .Nm
1033 is interrupted, it removes any partially made targets.
1034 This source prevents the target from being removed.
1035 .It Ic .SILENT
1036 Do not echo any of the commands associated with this target, exactly
1037 as if they all were preceded by an at sign
1038 .Pq Ql @ .
1039 .It Ic .USE
1040 Turn the target into
1041 .Nm Ns 's
1042 version of a macro.
1043 When the target is used as a source for another target, the other target
1044 acquires the commands, sources, and attributes (except for
1045 .Ic .USE )
1046 of the
1047 source.
1048 If the target already has commands, the
1049 .Ic .USE
1050 target's commands are appended
1051 to them.
1052 .It Ic .WAIT
1053 If special
1054 .Ic .WAIT
1055 source is appears in a dependency line, the sources that precede it are
1056 made before the sources that succeed it in the line.
1057 Loops are not being
1058 detected and targets that form loops will be silently ignored.
1059 .El
1060 .Sh "SPECIAL TARGETS"
1061 Special targets may not be included with other targets, i.e., they must be
1062 the only target specified.
1063 .Bl -tag -width Ic
1064 .It Ic .BEGIN
1065 Any command lines attached to this target are executed before anything
1066 else is done.
1067 .It Ic .DEFAULT
1068 This is sort of a
1069 .Ic .USE
1070 rule for any target (that was used only as a
1071 source) that
1072 .Nm
1073 can't figure out any other way to create.
1074 Only the shell script is used.
1075 The
1076 .Ic .IMPSRC
1077 variable of a target that inherits
1078 .Ic .DEFAULT Ns 's
1079 commands is set
1080 to the target's own name.
1081 .It Ic .END
1082 Any command lines attached to this target are executed after everything
1083 else is done.
1084 .It Ic .IGNORE
1085 Mark each of the sources with the
1086 .Ic .IGNORE
1087 attribute.
1088 If no sources are specified, this is the equivalent of specifying the
1089 .Fl i
1090 option.
1091 .It Ic .INCLUDES
1092 A list of suffixes that indicate files that can be included in a source
1093 file.
1094 The suffix must have already been declared with
1095 .Ic .SUFFIXES ;
1096 any suffix so declared will have the directories on its search path (see
1097 .Ic .PATH )
1098 placed in the
1099 .Va .INCLUDES
1100 special variable, each preceded by a
1101 .Fl I
1102 flag.
1103 .It Ic .INTERRUPT
1104 If
1105 .Nm
1106 is interrupted, the commands for this target will be executed.
1107 .It Ic .LIBS
1108 This does for libraries what
1109 .Ic .INCLUDES
1110 does for include files, except that the flag used is
1111 .Fl L .
1112 .It Ic .MAIN
1113 If no target is specified when
1114 .Nm
1115 is invoked, this target will be built.
1116 This is always set, either
1117 explicitly, or implicitly when
1118 .Nm
1119 selects the default target, to give the user a way to refer to the default
1120 target on the command line.
1121 .It Ic .MAKEFLAGS
1122 This target provides a way to specify flags for
1123 .Nm
1124 when the makefile is used.
1125 The flags are as if typed to the shell, though the
1126 .Fl f
1127 option will have
1128 no effect.
1129 .\" XXX: NOT YET!!!!
1130 .\" .It Ic .NOTPARALLEL
1131 .\" The named targets are executed in non parallel mode. If no targets are
1132 .\" specified, then all targets are executed in non parallel mode.
1133 .It Ic .NOTPARALLEL
1134 Disable parallel mode.
1135 .It Ic .NO_PARALLEL
1136 Same as above, for compatibility with other
1137 .Nm pmake
1138 variants.
1139 .It Ic .ORDER
1140 The named targets are made in sequence.
1141 .\" XXX: NOT YET!!!!
1142 .\" .It Ic .PARALLEL
1143 .\" The named targets are executed in parallel mode. If no targets are
1144 .\" specified, then all targets are executed in parallel mode.
1145 .It Ic .PATH
1146 The sources are directories which are to be searched for files not
1147 found in the current directory.
1148 If no sources are specified, any previously specified directories are
1149 deleted.
1150 Where possible, use of
1151 .Ic .PATH
1152 is preferred over use of the
1153 .Va VPATH
1154 variable.
1155 .It Ic .PATH\fIsuffix\fR
1156 The sources are directories which are to be searched for suffixed files
1157 not found in the current directory.
1158 The
1159 .Nm
1160 utility
1161 first searches the suffixed search path, before reverting to the default
1162 path if the file is not found there.
1163 This form is required for
1164 .Ic .LIBS
1165 and
1166 .Ic .INCLUDES
1167 to work.
1168 .It Ic .PHONY
1169 Apply the
1170 .Ic .PHONY
1171 attribute to any specified sources.
1172 Targets with this attribute are always
1173 considered to be out of date.
1174 .It Ic .PRECIOUS
1175 Apply the
1176 .Ic .PRECIOUS
1177 attribute to any specified sources.
1178 If no sources are specified, the
1179 .Ic .PRECIOUS
1180 attribute is applied to every
1181 target in the file.
1182 .It Ic .SILENT
1183 Apply the
1184 .Ic .SILENT
1185 attribute to any specified sources.
1186 If no sources are specified, the
1187 .Ic .SILENT
1188 attribute is applied to every
1189 command in the file.
1190 .It Ic .SUFFIXES
1191 Each source specifies a suffix to
1192 .Nm .
1193 If no sources are specified, any previous specified suffices are deleted.
1194 .El
1195 .Sh COMPATIBILITY
1196 Older versions of
1197 .Nm
1198 used
1199 .Ev MAKE
1200 instead of
1201 .Ev MAKEFLAGS .
1202 This was removed for POSIX compatibility.
1203 The internal variable
1204 .Va MAKE
1205 is set to the same value as
1206 .Va .MAKE ;
1207 support for this may be removed in the future.
1208 .Pp
1209 Most of the more esoteric features of
1210 .Nm
1211 should probably be avoided for greater compatibility.
1212 .Sh ENVIRONMENT
1213 The
1214 .Nm
1215 utility uses the following environment variables, if they exist:
1216 .Ev MACHINE ,
1217 .Ev MAKE ,
1218 .Ev MAKEFLAGS ,
1219 .Ev MAKEOBJDIR ,
1220 and
1221 .Ev MAKEOBJDIRPREFIX .
1222 .Sh FILES
1223 .Bl -tag -width /usr/share/doc/psd/12.make -compact
1224 .It Pa .depend
1225 list of dependencies
1226 .It Pa Makefile
1227 list of dependencies
1228 .It Pa makefile
1229 list of dependencies
1230 .It obj
1231 object directory
1232 .It Pa sys.mk
1233 system makefile (processed before any other file, including
1234 .Pa makefile
1235 and
1236 .Pa Makefile )
1237 .It Pa /usr/share/mk
1238 system makefile directory
1239 .It /usr/share/doc/psd/12.make
1240 PMake tutorial
1241 .It Pa /usr/obj
1242 default
1243 .Ev MAKEOBJDIRPREFIX
1244 directory.
1245 .El
1246 .Sh EXAMPLES
1247 List all included makefiles in order visited:
1248 .Pp
1249 .Dl "make -V .MAKEFILE_LIST | tr \e\  \e\en"
1250 .Sh BUGS
1251 The determination of
1252 .Va .OBJDIR
1253 is contorted to the point of absurdity.
1254 .Pp
1255 In the presence of several
1256 .Ic .MAIN
1257 special targets,
1258 .Nm
1259 silently ignores all but the first.
1260 .Pp
1261 .Va .TARGETS
1262 is not set to the default target when
1263 .Nm
1264 is invoked without a target name and no
1265 .Ic .MAIN
1266 special target exists.
1267 .Pp
1268 The evaluation of
1269 .Ar expression
1270 in a test is very simple-minded.
1271 Currently, the only form that works is
1272 .Ql .if ${VAR} op something
1273 For instance, you should write tests as
1274 .Ql .if ${VAR} = "string"
1275 not the other way around, which doesn't work.
1276 .Pp
1277 For loops are expanded before tests, so a fragment such as:
1278 .Bd -literal -offset indent
1279 \&.for TMACHINE in ${SHARED_ARCHS}
1280 \&.if ${TMACHINE} = ${MACHINE}
1281      ...
1282 \&.endif
1283 \&.endfor
1284 .Ed
1285 .Pp
1286 won't work, and should be rewritten the other way around.
1287 .Pp
1288 The parsing code is broken with respect to handling a semicolon
1289 after a colon, so a fragment like this will fail:
1290 .Bd -literal -offset indent
1291 HDRS=   foo.h bar.h
1292
1293 all:
1294 \&.for h in ${HDRS:S;^;${.CURDIR}/;}
1295      ...
1296 \&.endfor
1297 .Ed
1298 .Sh SEE ALSO
1299 .Xr mkdep 1 ,
1300 .Xr make.conf 5
1301 .Rs
1302 .%T "PMake - A Tutorial"
1303 .Re
1304 in
1305 .Pa /usr/share/doc/psd/12.make
1306 .Sh HISTORY
1307 A
1308 .Nm
1309 command appeared in PWB UNIX.