!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/lib/firmware/carl9170fw/tools/   drwxr-xr-x
Free 15.64 GB of 61.93 GB (25.25%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     CMakeLists.txt (955 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
cmake_minimum_required(VERSION 2.8)

project(tools)

if (CONFIG_CARL9170FW_MAKE_RELEASE)
	set(CMAKE_BUILD_TYPE Release)
endif (CONFIG_CARL9170FW_MAKE_RELEASE)

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/extra)

include(GCCVersion)
include("../config.cmake")

_COMPILER_DUMPVERSION(_COMPILER_VERSION)

if (("${_COMPILER_VERSION}" VERSION_GREATER 44) OR
    ("${_COMPILER_VERSION}" VERSION_EQUAL 44))

	include_directories (../include/linux ../include/shared ../include lib include)
	add_subdirectory(lib)
	add_subdirectory(src)

	if (CONFIG_CARL9170FW_BUILD_TOOLS_CARLU)
		find_package(SDL QUIET)
		find_package(USB-1.0 QUIET)

		if ("${USB-1.0_FOUND}" AND "${SDL_FOUND}")
			add_subdirectory(carlu)
		else()
			if ("${USB-1.0_FOUND}")
				MESSAGE(ERROR "LibUSB not found\n")
			endif ("${USB-1.0_FOUND}")
			if ("${SDL_FOUND}")
				MESSAGE(ERROR "SDL not found\n")
			endif ("${SDL_FOUND}")
		endif ()
	endif (CONFIG_CARL9170FW_BUILD_TOOLS_CARLU)
endif ()

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.2787 ]--