Searched +full:- +full:- +full:enable +full:- +full:maintainer +full:- +full:mode (Results 1 – 25 of 163) sorted by relevance
1234567
| /external/libpng/ |
| D | autogen.sh | 8 # missing. They are instantiated with autoreconf --force --install. 12 # necessary to run autogen.sh because ./configure --enable-maintainer-mode says 26 maintainer= 27 while test $# -gt 0 30 --maintainer) 31 maintainer=1;; 33 --clean) 39 if test -d .git 44 elif test -z "$maintainer" 48 echo " also need to run ./configure --enable-maintainer-mode and" [all …]
|
| D | INSTALL | 13 VIII. Configuring libpng for 16-bit platforms 20 XV. Changes to the build and configuration of libpng in libpng-1.5.x 29 ./configure [--prefix=/path] 50 up-to-date set of tools, running ./autogen.sh in a git clone before 52 aren't using any of the included pre-built scripts, especially if you 56 ./configure --enable-maintainer-mode 57 make maintainer-clean 58 ./autogen.sh --maintainer --clean 59 ./autogen.sh --maintainer 60 ./configure [--prefix=/path] [other options] [all …]
|
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2021 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # Figure out how to run the assembler. -*- Autoconf -*- 61 # Copyright (C) 2001-2021 Free Software Foundation, Inc. 68 # ---------- 76 _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl [all …]
|
| /external/oss-fuzz/projects/ecc-diff-fuzzer/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 22 tar -xvf ../gmp-6.1.2.tar.bz2 23 cd gmp-6.1.2 25 #we could do instead --enable-fat 26 ./configure --disable-shared --disable-assembly 27 make -j$(nproc) 31 ./configure --disable-shared --disable-openssl 32 make -j$(nproc) 39 make -j$(nproc) [all …]
|
| /external/elfutils/ |
| D | configure.ac | 2 dnl Configure input file for elfutils. -*-autoconf-*- 4 dnl Copyright (C) 1996-2019 Red Hat, Inc. 32 # We want eu- as default program prefix if none was given by the user. 33 # But if the user explicitly provided --program-prefix="" then pretend 38 AC_MSG_NOTICE([No --program-prefix given, using "eu-"]) 39 program_prefix="eu-" 41 AC_MSG_NOTICE([Using no program-prefix]) 48 AC_COPYRIGHT([Copyright (C) 1996-2023 The elfutils developers.]) 51 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. 52 AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) [all …]
|
| D | post_update.sh | 6 set -x 7 set -e 14 autoreconf -i && ./configure --enable-maintainer-mode --disable-debuginfod --disable-libdebuginfod …
|
| D | README | 18 autoreconf -i -f && \ 19 ./configure --enable-maintainer-mode && \ 23 elfutils-devel@sourceware.org. 24 https://sourceware.org/ml/elfutils-devel/ 26 To subscribe send an email to elfutils-devel-subscribe@sourceware.org 27 Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel 33 See the SECURITY file for defining and handling security-sensitive bugs.
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ci/ |
| D | distcheck.sh | 2 set -e 15 tar xvf c-ares-99.98.97.tar.gz 16 cd c-ares-99.98.97 18 mkdir build-autotools 19 cd build-autotools 20 …../configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-deb… 23 $TEST_WRAP ./arestest -4 -v $TEST_FILTER 26 mkdir build-cmake 27 cd build-cmake 28 cmake -DCMAKE_BUILD_TYPE=DEBUG -DCARES_STATIC=ON -DCARES_STATIC_PIC=ON -DCARES_BUILD_TESTS=ON .. [all …]
|
| D | build.sh | 2 set -e 12 XCODE_PATH=`xcode-select -print-path` 16 if [ "$BUILD_TYPE" != "cmake" -a "$BUILD_TYPE" != "valgrind" ]; then 17 autoreconf -fi 21 export CFLAGS="${CFLAGS} -isysroot ${SYSROOT}" 22 export CXXFLAGS="${CXXFLAGS} -isysroot ${SYSROOT}" 23 export LDFLAGS="${LDFLAGS} -isysroot ${SYSROOT}" 25 …$SCAN_WRAP ../configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode -… 32 CMAKE_FLAGS="${CMAKE_FLAGS} -DCMAKE_OSX_SYSROOT=${SYSROOT}"
|
| /external/oss-fuzz/projects/nettle/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 21 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_NO_OPENSSL" 29 cp -R boost/ /usr/include/ 40 lzip -d gmp-6.2.0.tar.lz 41 tar xf gmp-6.2.0.tar 43 cd gmp-6.2.0/ 44 autoreconf -ivf 45 if [[ $CFLAGS != *-m32* ]] 47 ./configure --enable-maintainer-mode [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | CONTRIBUTING.md | 1 Contributing to c-ares 4 To contribute patches to c-ares, please generate a GitHub pull request 7 - Check that the Travis builds are green for your pull request. 8 - Please update the test suite to add a test case for any new functionality. 9 - Build the library with `./configure --enable-debug --enable-maintainer-mode` and 12 To improve the chances of the c-ares maintainers responding to your request: 14 - Also send an email to the mailing list at `c-ares@lists.haxx.se` describing your change. 15 …- To follow any associated discussion, please subscribe to the [mailing list](http://lists.haxx.se…
|
| /external/oss-fuzz/projects/gnupg/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 cd libgpg-error 22 ./configure --disable-doc --enable-static --disable-shared 28 ./configure --disable-doc --enable-static --disable-shared 34 ./configure --disable-doc --enable-static --disable-shared 40 ./configure --disable-doc --enable-static --disable-shared 46 ./configure --disable-doc --enable-static --disable-shared 58 ./configure --disable-doc --enable-maintainer-mode 59 make -j$(nproc) all
|
| /external/curl/ |
| D | GIT-INFO.md | 7 # GIT-INFO 9 This file is only present in git - never in release archives. It contains 16 autoreconf -fi 17 ./configure --with-openssl 22 ./configure --disable-shared --enable-debug --enable-maintainer-mode
|
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2021 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 61 # Copyright (C) 2001-2021 Free Software Foundation, Inc. 87 # are both prefixed by $srcdir. In an in-source build this is usually 111 # AM_COND_IF -*- Autoconf -*- [all …]
|
| /external/cronet/third_party/protobuf/kokoro/linux/64-bit/ |
| D | Dockerfile | 14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C 17 …et/webupd8team/java/ubuntu trusty main' > /etc/apt/sources.list.d/webupd8team-java-trusty.list && \ 18 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 && \ 19 …echo "oracle-java7-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-select… 22 RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list… 23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc… 24 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF 27 …pa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/various-php.list && \ 28 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07 32 RUN apt-get update && apt-get install -y --force-yes curl libunwind8 gettext && \ [all …]
|
| /external/elfutils/libcpu/ |
| D | Makefile.am | 3 ## Copyright (C) 2002-2012 Red Hat, Inc. 31 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ 32 -I$(srcdir)/../libdw -I$(srcdir)/../libasm 36 AM_CFLAGS += -fdollars-in-identifiers 37 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) -P$(<F:lex.l=) 39 AM_YFLAGS = -p$(<F:parse.y=) 56 $(AM_V_GEN)m4 -D$* -DDISASSEMBLER $< > $@T 57 $(AM_V_at)mv -f $@T $@ 60 noinst_HEADERS += memory-access.h i386_parse.h i386_data.h 65 # It is just a build tool to generate source in maintainer mode. [all …]
|
| /external/oss-fuzz/projects/knot-dns/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 24 export CPPFLAGS="-I$DEPS_PATH/include" 25 export LDFLAGS="-L$DEPS_PATH/lib" 27 export GNULIB_TOOL=$SRC/gnulib/gnulib-tool 31 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH 32 make -j$(nproc) 38 GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration" 39 NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat" 44 ./configure --enable-mini-gmp --enable-static --disable-shared --disable-documentation --prefix=$DE… [all …]
|
| /external/curl/scripts/ |
| D | coverage.sh | 22 # SPDX-License-Identifier: curl 26 set -eu 28 autoreconf -fi 29 mkdir -p cvr 31 ../configure --disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage 32 make -sj 34 make TFLAGS=-n test-nonflaky 36 #make TFLAGS=-n test-torture 37 # do everything event-based 38 make TFLAGS=-n test-event [all …]
|
| /external/e2fsprogs/ |
| D | configure.ac | 18 E2FSPROGS_DAY=$(echo $E2FSPROGS_DATE | awk -F- '{print $1}' | sed -e '/^[[1-9]]$/s/^/0/') 19 MONTH=`echo $E2FSPROGS_DATE | awk -F- '{print $2}'` 20 YEAR=`echo $E2FSPROGS_DATE | awk -F- '{print $3}'` 47 sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'` 52 *-WIP|pre-*) 73 AC_ARG_WITH([diet-libc], 74 AS_HELP_STRING([--with-diet-libc],[use diet libc]), 75 CC="diet cc -nostdinc" 77 if test -z "$LIBS" 79 LIBS="-lcompat" [all …]
|
| /external/libexif/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*- 29 # ---------------------------- 42 # ----------------------------- 49 # ------------------------------- 58 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 86 # are both prefixed by $srcdir. In an in-source build this is usually 111 # AM_CONDITIONAL -*- Autoconf -*- 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 123 # ------------------------------------- 142 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then [all …]
|
| /external/oss-fuzz/projects/gnutls/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$DEPS_PATH/include" 21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64" 27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH 28 make -j$(nproc) 34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P… 35 make -j$(nproc) 39 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3119 40 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3159 [all …]
|
| /external/oss-fuzz/projects/wget2/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH 28 make -j$(nproc) 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D… 34 make -j$(nproc) 39 ./configure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-bu… 40 make -j$(nproc) [all …]
|
| /external/oss-fuzz/projects/wget/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache 28 make -j$(nproc) 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE… 34 make -j$(nproc) 39 …onfigure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-buil… 40 make -j$(nproc) [all …]
|
| /external/strace/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*- 3 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2013 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 61 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 87 # are both prefixed by $srcdir. In an in-source build this is usually 112 # AM_CONDITIONAL -*- Autoconf -*- [all …]
|
| /external/libogg/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2021 Free Software Foundation, Inc. 30 # ---------------------------- 43 # ----------------------------- 50 # ------------------------------- 59 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 61 # Copyright (C) 2001-2021 Free Software Foundation, Inc. 87 # are both prefixed by $srcdir. In an in-source build this is usually 111 # AM_CONDITIONAL -*- Autoconf -*- [all …]
|
1234567