Home | History | Annotate | Download | only in mk

Lines Matching refs:targ

30 .for targ in ${__RECURSETARG}
33 SUBDIR_${targ}+= .WAIT
34 .elif !commands(${targ}-${dir})
35 ${targ}-${dir}: .PHONY .MAKE __recurse
36 SUBDIR_${targ}+= ${targ}-${dir}
39 subdir-${targ}: .PHONY ${SUBDIR_${targ}}
40 ${targ}: subdir-${targ}