BEGIN {
mode=0
sources=""
}
mode == 0 && /^LTLIBRARY_SOURCES.*\\$/ {
if (match($0, "[^=]*$")) {
sources=substr($0, RSTART, RLENGTH-1)
}
mode=1
next
}
mode == 0 && /^LTLIBRARY_SOURCES.*/ {
if (match($0, "[^=]*$")) {
sources=substr($0, RSTART, RLENGTH)
}
}
mode == 1 && /.*\\$/ {
sources=sources substr($0, 0, length - 1)
next
}
mode == 1 {
sources=sources $0
mode=0
}
END {
print sources
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Makefile.global | File | 6.97 KB | 0644 |
|
| acinclude.m4 | File | 80.57 KB | 0644 |
|
| ax_check_compile_flag.m4 | File | 3.25 KB | 0644 |
|
| config.guess | File | 41.93 KB | 0755 |
|
| config.sub | File | 35.14 KB | 0755 |
|
| libtool.m4 | File | 323.83 KB | 0644 |
|
| ltmain.sh | File | 316.55 KB | 0644 |
|
| mkdep.awk | File | 2.17 KB | 0644 |
|
| phpize.m4 | File | 4.59 KB | 0644 |
|
| run-tests.php | File | 81.52 KB | 0644 |
|
| scan_makefile_in.awk | File | 410 B | 0644 |
|
| shtool | File | 64.22 KB | 0755 |
|