1Parsing line 9: .SUFFIXES:
2ParseDependency(.SUFFIXES:)
3Clearing all suffixes
4Parsing line 11: .SUFFIXES: .a .b .c
5ParseDependency(.SUFFIXES: .a .b .c)
6Adding suffix ".a"
7Adding suffix ".b"
8Adding suffix ".c"
9Parsing line 17: .a.b:
10ParseDependency(.a.b:)
11defining transformation from `.a' to `.b'
12inserting ".a" (1) at end of list
13inserting ".b" (2) at end of list
14Parsing line 21: .a.c: ${.PREFIX}.dependency
15deleting incomplete transformation from `.a' to `.b'
16ParseDependency(.a.c: ${.PREFIX}.dependency)
17defining transformation from `.a' to `.c'
18inserting ".a" (1) at end of list
19inserting ".c" (3) at end of list
20# LinkSource: added child .a.c - ${.PREFIX}.dependency
21# .a.c, unmade, type OP_DEPENDS|OP_TRANSFORM, flags none
22# ${.PREFIX}.dependency, unmade, type none, flags none
23Parsing line 23: .DEFAULT:
24transformation .a.c complete
25ParseDependency(.DEFAULT:)
26Parsing line 24: 	: Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
27transformation .DEFAULT complete
28Wildcard expanding "all"...
29SuffFindDeps "all"
30	No known suffix on all. Using .NULL suffix
31adding suffix rules
32Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
33SuffFindDeps "suff-incomplete.c"
34	trying suff-incomplete.a...not there
35Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
36: Making suff-incomplete.c from suff-incomplete.c all  by default.
37Wildcard expanding "all"...
38SuffFindDeps ".END"
39	No known suffix on .END. Using .NULL suffix
40adding suffix rules
41Wildcard expanding ".END"...
42exit status 0
43