Lines Matching full:make
4 # shell commands are connected to the make process via pipes, to coordinate
7 # Determining whether a node is a sub-make node happens when the node is
13 all: makeinfo make-index
19 # The command contains the substring "make", but not as a whole word.
22 make-index:
23 # The command contains the word "make", therefore it is considered a
24 # possible sub-make. It isn't really, but that doesn't hurt.
25 : make-index
28 : ${.MAKE}
31 : ${MAKE}
34 # The command refers to MAKE, but not in its pure form. Therefore it
35 # is not considered a sub-make.
36 : ${MAKE:T}
39 : $(.MAKE)
42 : $(MAKE)