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