X7ROOT File Manager
Current Path:
/opt/alt/php54/usr/lib64/php/build
opt
/
alt
/
php54
/
usr
/
lib64
/
php
/
build
/
ðŸ“
..
📄
Makefile.global
(5.54 KB)
📄
acinclude.m4
(78.05 KB)
📄
config.guess
(43.84 KB)
📄
config.sub
(32.62 KB)
📄
libtool.m4
(323.83 KB)
📄
ltmain.sh
(316.55 KB)
📄
mkdep.awk
(2.17 KB)
📄
phpize.m4
(4.58 KB)
📄
run-tests.php
(77.67 KB)
📄
scan_makefile_in.awk
(410 B)
📄
shtool
(63.93 KB)
Editing: scan_makefile_in.awk
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 }
Upload File
Create Folder