SILENT KILLERPanel

Current Path: > > opt > > cloudlinux > alt-php71 > root > usr > lib64 > build


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt//cloudlinux/alt-php71/root/usr/lib64/build

NameTypeSizeLast ModifiedActions
Makefile.global File 7156 bytes July 09 2025 07:45:36.
acinclude.m4 File 84357 bytes July 09 2025 07:45:36.
ax_check_compile_flag.m4 File 3330 bytes July 09 2025 07:45:36.
config.guess File 42938 bytes July 09 2025 07:45:36.
config.sub File 35987 bytes July 09 2025 07:45:36.
libtool.m4 File 331599 bytes July 09 2025 07:45:36.
ltmain.sh File 324152 bytes July 09 2025 07:45:36.
mkdep.awk File 2215 bytes July 09 2025 07:45:36.
phpize.m4 File 4684 bytes July 09 2025 07:45:36.
run-tests.php File 82836 bytes July 09 2025 07:45:36.
scan_makefile_in.awk File 409 bytes July 09 2025 07:45:36.
shtool File 65761 bytes July 09 2025 07:45:36.

Reading File: //opt//cloudlinux/alt-php71/root/usr/lib64/build/mkdep.awk

#  +----------------------------------------------------------------------+
#  | PHP Version 7                                                        |
#  +----------------------------------------------------------------------+
#  | Copyright (c) 2000-2006 The PHP Group                                |
#  +----------------------------------------------------------------------+
#  | This source file is subject to version 3.01 of the PHP license,      |
#  | that is bundled with this package in the file LICENSE, and is        |
#  | available through the world-wide-web at the following url:           |
#  | http://www.php.net/license/3_01.txt                                  |
#  | If you did not receive a copy of the PHP license and are unable to   |
#  | obtain it through the world-wide-web, please send a note to          |
#  | license@php.net so we can mail you a copy immediately.               |
#  +----------------------------------------------------------------------+
#  | Author: Sascha Schumann <sascha@schumann.cx>                         |
#  +----------------------------------------------------------------------+
#
# $Id$
#
# Usage:
#
# echo top_srcdir top_builddir srcdir CPP [CPP-ARGS] filenames | \
#      awk -f mkdep.awk > dependencies


{
	top_srcdir=$1
	top_builddir=$2
	srcdir=$3
	cmd=$4

	for (i = 5; i <= NF; i++) {
		if (match($i, "^-[A-Z]") == 0)
			break;
		cmd=cmd " " $i
	}

	dif=i-1

	for (; i <= NF; i++)
		filenames[i-dif]=$i

	no_files=NF-dif

	for(i = 1; i <= no_files; i++) {
		if (system("test -r " filenames[i]) != 0)
			continue

		target=filenames[i]
		sub(srcdir "/", "", target)
		target2=target
		sub("\.(c|cpp)$", ".lo", target);
		sub("\.(c|cpp)$", ".slo", target2);

		for (e in used)
			delete used[e]

		cmdx=cmd " " filenames[i]
		done=0
		while ((cmdx | getline) > 0) {
			if (match($0, "^# [0-9]* \".*\.h\"") != 0) {
				if (sub(top_srcdir, "$(top_srcdir)", $3) == 0)
					sub(top_builddir, "$(top_builddir)", $3)
				if (substr($3,2,1) != "/" && used[$3] != 1) {
					if (done == 0)
						printf(target " " target2 ":")
					done=1
					printf(" \\\n\t" substr($3,2,length($3)-2))
					used[$3] = 1;
				}
			}
		}
		if (done == 1)
			print "\n"
	}
}

SILENT KILLER Tool