X7ROOT File Manager
Current Path:
/opt/alt/php70/usr/lib64/build
opt
/
alt
/
php70
/
usr
/
lib64
/
build
/
ðŸ“
..
📄
Makefile.global
(6.97 KB)
📄
acinclude.m4
(80.57 KB)
📄
ax_check_compile_flag.m4
(3.25 KB)
📄
config.guess
(41.93 KB)
📄
config.sub
(35.14 KB)
📄
libtool.m4
(323.83 KB)
📄
ltmain.sh
(316.55 KB)
📄
mkdep.awk
(2.17 KB)
📄
phpize.m4
(4.59 KB)
📄
run-tests.php
(81.52 KB)
📄
scan_makefile_in.awk
(410 B)
📄
shtool
(64.22 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