PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
aws
/
aws-crt-php
dnl dnl * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. dnl * SPDX-License-Identifier: Apache-2.0. dnl PHP_ARG_WITH(awscrt, for AWS Common Runtime support, [ --with-awscrt Include awscrt support]) if test "$PHP_AWSCRT" != "no"; then # force lib paths to be absolute, or PHP will mangle them cwd=`pwd` # Enable s2n and libcrypto for non-darwin UNIX if uname -a | grep -i darwin > /dev/null 2>&1; then platform_tls_libs="" else platform_tls_libs="-ls2n -lcrypto" fi CRT_LIBPATHS="-L${cwd}/build/install/lib -L${cwd}/build/install/lib64" CRT_LIBS="-laws-crt-ffi -laws-c-auth -laws-c-http -laws-c-io -laws-c-cal -laws-c-compression -laws-checksums -laws-c-common ${platform_tls_libs}" PHP_ADD_INCLUDE(${cwd}/build/install/include) PHP_EVAL_LIBLINE([$CRT_LIBPATHS $CRT_LIBS], AWSCRT_SHARED_LIBADD) # Shoves the linker line into the Makefile PHP_SUBST(AWSCRT_SHARED_LIBADD) # Sources for the PHP extension itself AWSCRT_SOURCES=ext/awscrt.c PHP_NEW_EXTENSION(awscrt, $AWSCRT_SOURCES, $ext_shared) PHP_ADD_MAKEFILE_FRAGMENT fi
[-] Makefile.frag.w32
[edit]
[-] composer.json
[edit]
[-] format-check.sh
[edit]
[-] config.w32
[edit]
[-] CODE_OF_CONDUCT.md
[edit]
[-] gen_stub.php
[edit]
[-] Makefile.frag
[edit]
[-] package.xml-template_post
[edit]
[+]
ext
[+]
..
[-] CONTRIBUTING.md
[edit]
[-] run_tests.bat
[edit]
[-] php.ini
[edit]
[+]
tests
[-] config.m4
[edit]
[-] php-win.ini
[edit]
[-] NOTICE
[edit]
[-] builder.json
[edit]
[-] gen_api.php
[edit]
[-] prepare_release.sh
[edit]
[-] run_tests
[edit]
[-] README.md
[edit]
[-] prepare_package_xml.sh
[edit]
[-] package.xml-template_pre
[edit]
[-] LICENSE
[edit]
[+]
src