Home
last modified time | relevance | path

Searched +full:install +full:- +full:cares (Results 1 – 25 of 50) sorted by relevance

12

/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
27 …ersion of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
31 install-cares:
33 - run:
35 sudo apt-get update && sudo apt-get install -y libc-ares-dev
37 install-libssh:
39 - run:
41 sudo apt-get update && sudo apt-get install -y libssh-dev
43 install-deps:
45 - run:
[all …]
/external/curl/.github/workflows/
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Freexian until 2027-06-30
13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
14 # The Debian key will expire 2025-05-20, after which package signature
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.circleci/**'
29 - 'appveyor.*'
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
DCMakeLists.txt15 TARGET_SOURCES (${PROJECT_NAME} PRIVATE cares.rc)
24 MATH (EXPR CARES_LIB_VERSION_MAJOR "${CARES_LIB_VERSION_CURRENT} - ${CARES_LIB_VERSION_AGE}")
29 EXPORT_NAME cares
30 OUTPUT_NAME cares
31 COMPILE_PDB_NAME cares
50 INSTALL (TARGETS ${PROJECT_NAME}
51 EXPORT ${PROJECT_NAME}-targets
55 INSTALL(FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/cares.pdb
63 …lding: add alias targets that look like import libs that would be returned by find_package(c-ares).
65 ADD_LIBRARY (${PROJECT_NAME}::cares ALIAS ${PROJECT_NAME})
[all …]
DMakefile.am1 AUTOMAKE_OPTIONS = foreign subdir-objects nostdinc 1.9.6
2 ACLOCAL_AMFLAGS = -I m4 --install
9 AM_CPPFLAGS = -I$(top_builddir)/include \
10 -I$(top_builddir)/src/lib \
11 -I$(top_srcdir)/include \
12 -I$(top_srcdir)/src/lib
20 EXTRA_DIST = Makefile.inc config-win32.h CMakeLists.txt \
21 ares_config.h.in ares_config.h.cmake cares.rc \
22 $(CSOURCES) $(HHEADERS) config-dos.h
33 libcares_la_LDFLAGS_EXTRA += -version-info @CARES_VERSION_INFO@
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 # Install openssl (to use instead of boringssl)
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
26 # Install absl
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
[all …]
Drun_distrib_test_cmake_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 # Install openssl (to use instead of boringssl)
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
26 # Install absl
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
[all …]
Drun_distrib_test_cmake.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…
19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.
22 @rem Install into ./testinstall, but use absolute path and foward slashes
25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…
26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32
38 @rem Install absl
39 mkdir third_party\abseil-cpp\cmake\build
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 # Install openssl (to use instead of boringssl)
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
26 # Install absl
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
[all …]
Drun_distrib_test_cmake_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 # Install openssl (to use instead of boringssl)
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
26 # Install absl
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
[all …]
Drun_distrib_test_cmake_for_dll.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…
19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.
22 @rem Install into ./testinstall, but use absolute path and foward slashes
25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…
26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32
38 @rem Install absl
39 mkdir third_party\abseil-cpp\cmake\build
[all …]
Drun_distrib_test_cmake.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…
19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.
22 @rem Install into ./testinstall, but use absolute path and foward slashes
25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…
26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32
38 @rem Install absl
39 mkdir third_party\abseil-cpp\cmake\build
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
Dappveyor.yml6 # Github/Bitbucket only: per-file commit filtering
9 - .gitignore
10 - '**/*.md'
11 - .travis.yml
15 - RelWithDebInfo
18 # CMAKE_EXTRA_OPTIONS: -DOPENSSL_ROOT_DIR=C:/OpenSSL-Win32
21 # MSVC 2015, 32-bit x86 (cmake)
22 - COMPILER: MSVC
27 # MSVC 2015, 64-bit x86 (cmake)
28 - COMPILER: MSVC
[all …]
DREADME.msvc9 How to build c-ares using MSVC or Visual Studio
15 ---------------------------------------------
20 Change to c-ares source folder where Makefile.msvc file is located and run:
22 > nmake -f Makefile.msvc
24 This will build all c-ares libraries as well as three sample programs.
28 depends on the MSVC compiler version being used to build c-ares.
30 Below the MSVCXX folder there will exist four folders named 'cares',
31 'ahost', 'acountry', and 'adig'. The 'cares' folder is the one that
32 holds the c-ares libraries you have just generated, the other three
35 The above command builds four versions of the c-ares library, dynamic
[all …]
DINSTALL.md1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! **
15 Lots of people download binary distributions of c-ares. This document
16 does not describe how to install c-ares using such a binary package.
17 This document describes how to compile, build and install c-ares from
24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory
42 make install
47 [GIT-INFO](GIT_INFO) on how to proceed.
51 ./configure --help
53 If you want to install c-ares in a different file hierarchy than /usr/local,
56 ./configure --prefix=/path/to/c-ares/tree
[all …]
DMakefile.am2 ACLOCAL_AMFLAGS = -I m4 --install
8 EXTRA_DIST = AUTHORS CHANGES README.cares $(man_MANS) RELEASE-NOTES \
9 c-ares-config.cmake.in libcares.pc.cmake libcares.pc.in buildconf get_ver.awk \
10 maketgz TODO README.msvc $(MSVCFILES) INSTALL.md README.md LICENSE.md \
26 # where to install the c-ares headers
31 dist-hook:
32 find $(distdir) -name "*.dist" -exec rm {} \;
33 (distit=`find $(srcdir) -name "*.dist"`; \
35 strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
DCMakeLists.txt11 PROJECT (c-ares LANGUAGES C VERSION "1.19.1" )
22 # -version-info 4:0:2
24 # This then generates a version of "(current-age).age.revision" with an
25 # interface version of "(current-age)"
27 # libname.so -> libname.so.2
28 # libname.so.2 -> libname.so.2.2.0
53 # CMAKE_CONFIGURATION_TYPES is empty on non-IDE generators (Ninja, NMake)
77 # Destinations for installing different kinds of targets (pass to install command).
217 # Set system-specific compiler flags
219 LIST (APPEND SYSFLAGS -D_DARWIN_C_SOURCE)
[all …]
DMakefile.msvc2 # Copyright (C) 2009-2013 by Daniel Stenberg
16 # ------------------------------------------------------------------------------
18 # Makefile for building c-ares libraries and sample programs with MSVC.
22 # <config> must be one of: [ lib-release | lib-debug | dll-release | dll-debug }
23 # <target> must be one of: [ ALL | c-ares | acountry | adig | ahost | clean }
28 # all targets being built for all <config> c-ares library types.
34 # ------------------------------------------------------------------------------
36 NAME = cares
38 # ------------------------------------------------
39 # c-ares static and dynamic libraries common base
[all …]
/external/grpc-grpc/cmake/
Dcares.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
17 set(CARES_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/cares/cares)
20 set(CARES_STATIC ON CACHE BOOL "link cares statically")
23 set(HAVE_LIBNSL OFF CACHE BOOL "avoid cares dependency on libnsl")
25 add_subdirectory("${CARES_ROOT_DIR}" third_party/cares/cares)
27 if(TARGET c-ares)
28 set(_gRPC_CARES_LIBRARIES c-ares)
30 install(TARGETS c-ares EXPORT gRPCTargets
42 find_package(c-ares 1.13.0 REQUIRED)
43 if(TARGET c-ares::cares)
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/cmake/
Dcares.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
17 set(CARES_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/cares/cares)
20 set(CARES_STATIC ON CACHE BOOL "link cares statically")
23 set(HAVE_LIBNSL OFF CACHE BOOL "avoid cares dependency on libnsl")
25 add_subdirectory("${CARES_ROOT_DIR}" third_party/cares/cares)
27 if(TARGET c-ares)
28 set(_gRPC_CARES_LIBRARIES c-ares)
30 install(TARGETS c-ares EXPORT gRPCTargets
42 find_package(c-ares 1.13.0 REQUIRED)
43 if(TARGET c-ares::cares)
[all …]
/external/grpc-grpc/
DMakefile14 # http://www.apache.org/licenses/LICENSE-2.0
28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
80 …PPFLAGS_asan = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-poin…
81 LDFLAGS_asan = -fsanitize=address
83 VALID_CONFIG_asan-noleaks = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-noleaks = 1
85 CC_asan-noleaks = clang
86 CXX_asan-noleaks = clang++
87 LD_asan-noleaks = clang++
88 LDXX_asan-noleaks = clang++
[all …]
/external/curl/winbuild/
DMakefile.vc21 # SPDX-License-Identifier: curl
31 !MESSAGE Please see docs/INSTALL-CMAKE.md : "Migrating from winbuild builds"
194 CARES = dll
197 CARES = static
224 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-vc$(VC)-$(MACHINE)
227 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-debug
229 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-release
233 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-dll
235 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-static
239 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-ssl-$(SSL)
[all …]
/external/grpc-grpc/templates/
DCMakeLists.txt.template2 --- |
16 # http://www.apache.org/licenses/LICENSE-2.0
57 # The "cmake_target" field originates from src/abseil-cpp/preprocessed_builds.yaml.gen.py
71 # its non-abseil transitive dependencies depend on.
88 "cares": "libcares",
122 if lib_name == 'opentelemetry-cpp::api':
144 libs.add("-l" + lib)
156 # Transitive deps are pre-sorted in topological order.
158 private_libs.append("-l" + lib_name)
190 elif d == 'cares':
[all …]
/external/mtools/
Dmtools.spec9 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
10 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 Mtools is a collection of utilities to access MS-DOS disks from GNU
21 %setup -q
24 --prefix=%{buildroot}%{_prefix} \
25 --sysconfdir=/etc \
26 --infodir=%{buildroot}%{_infodir} \
27 --mandir=%{buildroot}%{_mandir} \
28 --enable-floppyd \
34 echo rm -rf $RPM_BUILD_ROOT
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/
D.android-checksum.json1-checksum.json":"0e0e69ec4673f3d7916399b8bdede230f0db026f35ca125933be773264089dcb","Android.bp":"7…
D.cargo-checksum.json1-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…

12