Home
last modified time | relevance | path

Searched +full:autotools +full:- +full:dev (Results 1 – 25 of 126) sorted by relevance

123456

/external/harfbuzz_ng/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/external/fsverity-utils/
DMakefile1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
16 # Define PREFIX to override the installation prefix, like './configure --prefix'
17 # in autotools-based projects (default: /usr/local)
20 # --bindir' in autotools-based projects (default: PREFIX/bin)
23 # --includedir' in autotools-based projects (default: PREFIX/include)
26 # --libdir' in autotools-based projects (default: PREFIX/lib)
29 # --mandir' in autotools-based projects (default: PREFIX/share/man)
38 cc-option = $(shell if $(CC) $(1) -c -x c /dev/null -o /dev/null > /dev/null 2>&1; \
43 ifneq ($(findstring -mingw,$(shell $(CC) -dumpmachine 2>/dev/null)),)
[all …]
/external/ltp/android/tools/
Ddump_make_dryrun.sh3 # Copyright 2016 - The Android Open Source Project
9 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
20 [ -z $TOOLS_DIR ] && TOOLS_DIR=$(realpath $(dirname $0))
21 [ -z $LTP_ROOT ] && LTP_ROOT=$(realpath $TOOLS_DIR/../..)
22 [ -z $TOOLS_DUMP_DIR ] && TOOLS_DUMP_DIR=$(realpath $TOOLS_DIR/dump)
24 mkdir -p $TOOLS_DUMP_DIR
26 if ! [ -f $LTP_ROOT/include/config.h ]; then
30 echo "Executing \"cd $LTP_ROOT; make autotools\""
31 (cd $LTP_ROOT; make autotools > /dev/null)
[all …]
/external/flac/.github/workflows/
Daction.yml12 - name: ubuntu-latest-clang-autotools
13 os: ubuntu-latest
16 build-system: autotools
17 configure-opts: ''
19 - name: ubuntu-latest-gcc-cmake
20 os: ubuntu-latest
23 build-system: cmake
24 configure-opts: ''
26 - name: ubuntu-latest-clang-cmake
27 os: ubuntu-latest
[all …]
Ddistcheck.yml1 name: Autotools distcheck and ABI check
6 - main
7 - master
12 runs-on: ubuntu-22.04
14 - uses: actions/checkout@v3
16 - uses: actions/checkout@v3
18 repository: ietf-wg-cellar/flac-test-files
19 path: ./test-files
21 - name: Install Linux dependencies
23 sudo apt-get update
[all …]
/external/flac/
D.travis.yml5 - os: linux
9 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_ASM=0
10 - os: linux
15 - os: linux
19 env: BUILD_SYSTEM="autotools" CONFIGURE_OPTS=
20 # - os: linux
24 # env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DWITH_STACK_PROTECTOR=OFF # Clang on focal arm64 see…
25 - os: linux
29 env: BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DENABLE_64_BIT_WORDS=OFF
30 - os: linux
[all …]
/external/iperf3/
Dbootstrap.sh14 # acting on its behalf a paid-up, nonexclusive, irrevocable,
20 # and others acting on its behalf a paid-up, nonexclusive,
30 # script to regenerate all of the autotools-built files.
35 if libtoolize --version >/dev/null 2>&1; then
37 elif glibtoolize --version >/dev/null 2>&1; then
47 # Execute the various autotools commands in the correct order.
48 set -x
49 $libtoolize --copy --force --automake
50 aclocal -I config
52 automake --add-missing --copy
[all …]
/external/igt-gpu-tools/
DDockerfile.debian1 FROM igt-debian-minimal
3 RUN apt-get update
4 RUN apt-get install -y \
5 libunwind-dev \
6 libgsl-dev \
7 libasound2-dev \
8 libxmlrpc-core-c3-dev \
9 libjson-c-dev \
10 libcurl4-openssl-dev \
11 python-docutils \
[all …]
/external/expat/expat/
DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushing migration from `int` to `size_t` further !!
25 !! including edge-cases test coverage (needs discussion before anything). !!
27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !!
30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !!
[all …]
Dconfigure.ac11 dnl Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
12 dnl Copyright (c) 2001-2003 Greg Stein <gstein@users.sourceforge.net>
13 dnl Copyright (c) 2006-2012 Karl Waclawek <karl@waclawek.net>
14 dnl Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org>
17 dnl Copyright (c) 2017-2020 Joe Orton <jorton@redhat.com>
20 dnl Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it>
50 dnl the command at m4-generation time. This allows us to create an m4
52 dnl version number at m4-time, rather than when ./configure is run, so
57 dnl test. I believe this test will work, but I don't have a place with non-
61 [esyscmd(conftools/get-version.sh lib/expat.h)],
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get install -y \
27 google-perftools \
28 libgoogle-perftools4 \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get install -y \
27 google-perftools \
28 libgoogle-perftools4 \
[all …]
/external/curl/.github/workflows/
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile8 RUN apt-get update && apt-get install -y \
10 autotools-dev \
11 build-essential \
19 libc6-dbg \
20 libc6-dev \
21 libgtest-dev \
25 pkg-config \
30 openjdk-11-jdk \
34 python3-dev \
35 python3-setuptools \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile8 RUN apt-get update && apt-get install -y \
10 autotools-dev \
11 build-essential \
19 libc6-dbg \
20 libc6-dev \
21 libgtest-dev \
25 pkg-config \
30 openjdk-11-jdk \
31 openjdk-17-jdk \
35 python3-dev \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/python310/
DDockerfile1 FROM python:3.10-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/python37/
DDockerfile1 FROM python:3.7-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/python310/
DDockerfile1 FROM python:3.10-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/protobuf/kokoro/linux/dockerfile/test/python38/
DDockerfile1 FROM python:3.8-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/protobuf/kokoro/linux/dockerfile/test/python39/
DDockerfile1 FROM python:3.9-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/protobuf/kokoro/linux/dockerfile/test/python37/
DDockerfile1 FROM python:3.7-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/python39/
DDockerfile1 FROM python:3.9-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/python38/
DDockerfile1 FROM python:3.8-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean \
24 && rm -rf /var/lib/apt/lists/*
27 RUN python -m pip install --no-cache-dir --upgrade \
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/javascript/
DDockerfile3 RUN apt-get update && apt-get install -y gnupg
7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
9 autotools-dev \
10 build-essential \
17 libc6-dbg \
18 libc6-dev \
19 libgtest-dev \
25 && apt-get clean
33 apt-get install -y \
34 # -- For javascript and closure compiler -- \
[all …]
/external/oss-fuzz/projects/bind9/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get -y update && apt-get -y dist-upgrade
20 RUN apt-get -y install \
23 autotools-dev \
25 build-essential \
26 libnghttp2-dev \
27 libssl-dev \
29 libtool-bin \
30 libuv1-dev \
[all …]

123456