6 mode ==
0 && /^LTLIBRARY_SOURCES.
*\\$
/ {
7 if (match($
0, "[^=]*$")) {
8 sources=
substr($
0, RSTART, RLENGTH-1)
14 mode ==
0 && /^LTLIBRARY_SOURCES.
*/ {
15 if (match($
0, "[^=]*$")) {
16 sources=
substr($
0, RSTART, RLENGTH)
20 mode ==
1 && /.
*\\$
/ {
21 sources=sources
substr($
0, 0, length - 1)