suff-rebuild.exp revision 1.3
1ParseReadLine (10): '.SUFFIXES:'
2ParseDoDependency(.SUFFIXES:)
3Clearing all suffixes
4ParseReadLine (12): '.SUFFIXES: .a .b .c'
5ParseDoDependency(.SUFFIXES: .a .b .c)
6Adding suffix ".a"
7Adding suffix ".b"
8Adding suffix ".c"
9ParseReadLine (14): 'suff-rebuild-example.a:'
10ParseDoDependency(suff-rebuild-example.a:)
11ParseReadLine (15): '	: Making ${.TARGET} out of nothing.'
12ParseReadLine (17): '.a.b:'
13ParseDoDependency(.a.b:)
14defining transformation from `.a' to `.b'
15inserting ".a" (1) at end of list
16inserting ".b" (2) at end of list
17ParseReadLine (18): '	: Making ${.TARGET} from ${.IMPSRC}.'
18ParseReadLine (19): '.b.c:'
19transformation .a.b complete
20ParseDoDependency(.b.c:)
21defining transformation from `.b' to `.c'
22inserting ".b" (2) at end of list
23inserting ".c" (3) at end of list
24ParseReadLine (20): '	: Making ${.TARGET} from ${.IMPSRC}.'
25ParseReadLine (21): '.c:'
26transformation .b.c complete
27ParseDoDependency(.c:)
28defining transformation from `.c' to `'
29inserting ".c" (3) at end of list
30inserting "" (0) at end of list
31ParseReadLine (22): '	: Making ${.TARGET} from ${.IMPSRC}.'
32ParseReadLine (35): '.SUFFIXES: .c .b .a'
33transformation .c complete
34ParseDoDependency(.SUFFIXES: .c .b .a)
35Wildcard expanding "all"...
36SuffFindDeps (all)
37	No known suffix on all. Using .NULL suffix
38adding suffix rules
39	trying all.c...not there
40	trying all.b...not there
41	trying all.a...not there
42Wildcard expanding "suff-rebuild-example"...
43SuffFindDeps (suff-rebuild-example)
44	No known suffix on suff-rebuild-example. Using .NULL suffix
45adding suffix rules
46	trying suff-rebuild-example.c...not there
47	trying suff-rebuild-example.b...not there
48	trying suff-rebuild-example.a...got it
49	applying .a -> .b to "suff-rebuild-example.b"
50	applying .b -> .c to "suff-rebuild-example.c"
51	applying .c ->  to "suff-rebuild-example"
52suffix is ".c"...
53suffix is ".b"...
54suffix is ".a"...
55SuffFindDeps (suff-rebuild-example.a)
56suffix is ".a"...
57: Making suff-rebuild-example.a out of nothing.
58: Making suff-rebuild-example.b from suff-rebuild-example.a.
59: Making suff-rebuild-example.c from suff-rebuild-example.b.
60: Making suff-rebuild-example from suff-rebuild-example.c.
61Wildcard expanding "all"...
62SuffFindDeps (.END)
63	No known suffix on .END. Using .NULL suffix
64adding suffix rules
65	trying .END.c...not there
66	trying .END.b...not there
67	trying .END.a...not there
68Wildcard expanding ".END"...
69exit status 0
70