X7ROOT File Manager
Current Path:
/opt/alt/php51/usr/lib64/php/build
opt
/
alt
/
php51
/
usr
/
lib64
/
php
/
build
/
ðŸ“
..
📄
Makefile.global
(4.21 KB)
📄
acinclude.m4
(64.98 KB)
📄
config.guess
(42.48 KB)
📄
config.sub
(31 KB)
📄
libtool.m4
(215.9 KB)
📄
ltmain.sh
(182.38 KB)
📄
mkdep.awk
(2.22 KB)
📄
phpize.m4
(2.63 KB)
📄
run-tests.php
(53.36 KB)
📄
scan_makefile_in.awk
(410 B)
📄
shtool
(38.46 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