Home | History | Annotate | Line # | Download | only in unit-tests
suff-lookup.exp revision 1.4
      1 Adding suffix ".c"
      2 Adding suffix ".cc"
      3 Adding suffix ".ccc"
      4 Adding suffix ".short"
      5 Adding suffix ".sho"
      6 Adding suffix ".dead-end"
      7 defining transformation from `.ccc' to `.cc'
      8 inserting ".ccc" (3) at end of list
      9 inserting ".cc" (2) at end of list
     10 transformation .ccc.cc complete
     11 defining transformation from `.c' to `.ccc'
     12 inserting ".c" (1) at end of list
     13 inserting ".ccc" (3) at end of list
     14 transformation .c.ccc complete
     15 defining transformation from `.short' to `.c'
     16 inserting ".short" (4) at end of list
     17 inserting ".c" (1) at end of list
     18 transformation .short.c complete
     19 defining transformation from `.sho' to `.c'
     20 inserting ".sho" (5) at end of list
     21 inserting ".c" (1) at end of list
     22 transformation .sho.c complete
     23 defining transformation from `.dead-end' to `.short'
     24 inserting ".dead-end" (6) at end of list
     25 inserting ".short" (4) at end of list
     26 transformation .dead-end.short complete
     27 Adding suffix ".c"
     28 Adding suffix ".cc"
     29 Adding suffix ".ccc"
     30 inserting ".ccc" (3) at end of list
     31 inserting ".cc" (2) at end of list
     32 inserting ".c" (1) at end of list
     33 inserting ".ccc" (3) at end of list
     34 Adding suffix ".short"
     35 inserting ".short" (4) at end of list
     36 inserting ".c" (1) at end of list
     37 Adding suffix ".sho"
     38 inserting ".sho" (5) at end of list
     39 inserting ".c" (1) at end of list
     40 Adding suffix ".dead-end"
     41 inserting ".dead-end" (6) at end of list
     42 inserting ".short" (4) at end of list
     43 Wildcard expanding "all"...
     44 SuffFindDeps (all)
     45 	No known suffix on all. Using .NULL suffix
     46 adding suffix rules
     47 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
     48 SuffFindDeps (suff-lookup.cc)
     49 	trying suff-lookup.ccc...not there
     50 	trying suff-lookup.c...not there
     51 	trying suff-lookup.short...not there
     52 	trying suff-lookup.sho...got it
     53 	applying .sho -> .c to "suff-lookup.c"
     54 	applying .c -> .ccc to "suff-lookup.ccc"
     55 	applying .ccc -> .cc to "suff-lookup.cc"
     56 suffix is ".ccc"...
     57 suffix is ".c"...
     58 suffix is ".sho"...
     59 SuffFindDeps (suff-lookup.sho)
     60 suffix is ".sho"...
     61 : 'Making suff-lookup.sho out of nothing.'
     62 : 'Making suff-lookup.c from suff-lookup.sho.'
     63 : 'Making suff-lookup.ccc from suff-lookup.c.'
     64 : 'Making suff-lookup.cc from suff-lookup.ccc.'
     65 Wildcard expanding "all"...
     66 SuffFindDeps (.END)
     67 	No known suffix on .END. Using .NULL suffix
     68 adding suffix rules
     69 Wildcard expanding ".END"...
     70 exit status 0
     71