Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:use

28 # Another way is to define a custom target and make that a .USE dependency.
29 # For the .BEGIN target, .USE dependencies do not work though, since in
30 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the
32 .BEGIN: use
33 use: .USE .NOTMAIN
34 : Making $@ from a .USE dependency.
36 # Same as with .USE, but run the commands before the main commands from the
40 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the
42 .BEGIN: use-before
43 use-before: .USEBEFORE .NOTMAIN