Home
last modified time | relevance | path

Searched +full:- +full:- +full:build +full:- +full:root (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/external/dbus/
DREADME.cmake1 This file describes how to compile dbus using the cmake build system
4 ------------
5 - cmake version >= 2.4.4 see http://www.cmake.org
6 - installed libexpat see http://sourceforge.net/projects/expat/
8 from http://sourceforge.net/projects/kde-windows/files/expat/
11 --------
13 Win32 MinGW-w64|32
14 1. install mingw-w64 from http://sourceforge.net/projects/mingw-w64/
17 4. unpack dbus sources into a sub directory (referred as <dbus-src-root> later)
18 5. mkdir dbus-build
[all …]
/external/v8/tools/gyp/test/prune_targets/
Dgyptest-prune-targets.py4 # Use of this source code is governed by a BSD-style license that can be
8 Verifies --root-target removes the unnecessary targets.
14 # The xcode-ninja generator has its own logic for which targets to include
15 if test.format == 'xcode-ninja':
28 test.build('test2.gyp', 'lib1')
29 test.build('test2.gyp', 'lib2')
30 test.build('test2.gyp', 'lib3')
31 test.build('test2.gyp', 'lib_indirect')
32 test.build('test1.gyp', 'program1')
33 test.build('test1.gyp', 'program2')
[all …]
/external/openssh/contrib/redhat/
Dopenssh.spec8 # Version of ssh-askpass
11 # Do we want to disable building of x11-askpass? (1=yes 0=no)
14 # Do we want to disable building of gnome-askpass? (1=yes 0=no)
23 # Use GTK2 instead of GNOME in gnome-ssh-askpass
26 # Is this build for RHL 6.x?
33 # rpm -ba|--rebuild --define 'skip_xxx 1'
37 # Add option to build without GTK2 for older platforms with only GTK+.
39 # rpm -ba|--rebuild --define 'no_gtk2 1'
42 # Is this a build for RHL 6.x or earlier?
51 # rpm -ba|--rebuild --define "static_openssl 1"
[all …]
/external/compiler-rt/lib/tsan/
Dcheck_cmake.sh2 set -u
3 set -e
5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 if [ -d "$ROOT/llvm-build" ]; then
7 cd $ROOT/llvm-build
9 mkdir -p $ROOT/llvm-build
10 cd $ROOT/llvm-build
11 …CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENAB…
14 ninja check-sanitizer
15 ninja check-tsan
[all …]
/external/autotest/site_utils/admin/
Dclean_staged_images.py3 # Use of this source code is governed by a BSD-style license that can be
11 1. Check if the build target is in the list of targets that need to keep the
12 latest build. Skip processing the directory if that's True.
34 def get_all_timestamp_dirs(root): argument
37 @param root: The top folder to look for timestamp file.
40 for dir_path, dir_names, file_names in os.walk(root):
50 """Test to see if the build at |build_path| is older than |max_age_hours|.
52 @param build_path: The path to the build (ie. 'build_dir/R21-2035.0.0')
53 @param max_age_hours: The maximum allowed age of a build in hours.
54 @return: True if the build is older than |max_age_hours|, False otherwise.
[all …]
/external/testng/bin/
Drun-tests.sh1 ROOT=~/java/testng
3 JAR14=$ROOT/testng-$VERSION-jdk14.jar
4 JAR15=$ROOT/testng-$VERSION-jdk15.jar
6 java -ea -classpath test/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPATH …
8 java -ea -classpath test/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPA…
10 java -ea -classpath test-14/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPA…
12 …a -ea -classpath test-14/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSP…
Djunitconverter.bat1 set ROOT=c:\java\TestNG variable
2 set JAR=%ROOT%\testng-4.5-jdk15.jar;%ROOT%\test\build
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build
5 …ava -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testn…
Dtestng.bat1 set ROOT=c:\java\TestNG variable
2 set JAR=%ROOT%\testng-5.2beta-jdk15.jar;%ROOT%\test\build
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testn…
/external/jsr305/ri/nbproject/
Dproject.xml1 <?xml version="1.0" encoding="UTF-8"?>
5 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
6 <name>JSR305-ri</name>
7 </general-data>
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Do not use Project Properties customizer when editing this file manually. -->
10 <name>JSR305-ri</name>
13 <source-folder>
17 <encoding>UTF-8</encoding>
18 </source-folder>
[all …]
/external/libyuv/files/
D.gn3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
9 # The location of the build configuration file.
10 buildconfig = "//build/config/BUILDCONFIG.gn"
12 # The secondary source root is a parallel directory tree where
13 # GN build files are placed when they can not be placed directly
15 secondary_source = "//build/secondary/"
20 # "gn check" or "gn gen --check".
27 "//build/config/BUILD.gn",
[all …]
/external/webrtc/
D.gn3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
9 # The location of the build configuration file.
10 buildconfig = "//build/config/BUILDCONFIG.gn"
12 # The secondary source root is a parallel directory tree where
13 # GN build files are placed when they can not be placed directly
15 secondary_source = "//build/secondary/"
20 # "gn check" or "gn gen --check".
27 "//build/config/android/BUILD.gn",
[all …]
/external/v8/build/linux/
Dpkg-config-wrapper3 # Use of this source code is governed by a BSD-style license that can be
6 # This program wraps around pkg-config to generate the correct include and
7 # library paths when cross-compiling using a sysroot.
12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
15 set -o nounset
16 set -o errexit
18 root="$1"
25 if [ -z "$root" -o -z "$target_arch" ]
27 echo "usage: $0 /path/to/sysroot target_arch libdir [pkg-config-arguments] package" >&2
34 libdir=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig
[all …]
/external/llvm/docs/
DProjects.rst11 The LLVM build system is designed to facilitate the building of third party
16 to set to use the LLVM build system:
18 * ``PROJECT_NAME`` - The name by which your project is known.
19 * ``LLVM_SRC_ROOT`` - The root of the LLVM source tree.
20 * ``LLVM_OBJ_ROOT`` - The root of the LLVM object tree.
21 * ``PROJ_SRC_ROOT`` - The root of the project's source tree.
22 * ``PROJ_OBJ_ROOT`` - The root of the project's object tree.
23 * ``PROJ_INSTALL_ROOT`` - The root installation directory.
24 * ``LEVEL`` - The relative path from the current directory to the
25 project's root ``($PROJ_OBJ_ROOT)``.
[all …]
DCMake.rst11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
12 does not build the project, it generates the files needed by your build tool
15 If you are really anxious about getting a functional LLVM build, go to the
18 `Options and variables`_ section is a reference for customizing your build. If
26 We use here the command-line, non-interactive CMake interface.
34 #. Create a build directory. Building LLVM in the source
37 .. code-block:: console
42 #. Execute this command in the shell replacing `path/to/llvm/source/root` with
43 the path to the root of your LLVM source tree:
45 .. code-block:: console
[all …]
/external/v8/build/
Dlandmines.py3 # Use of this source code is governed by a BSD-style license that can be
7 This script runs every build as the first hook (See DEPS). If it detects that
8 the build should be clobbered, it will delete the contents of the build
12 diff between the new landmines and the old ones is non-null. At this point, the
13 build is clobbered.
32 Returns output directory absolute path dependent on build and targets.
34 r'c:\b\build\slave\win\build\src\out'
35 '/mnt/data/b/build/slave/linux/build/src/out'
36 '/b/build/slave/ios_rel_device/build/src/xcodebuild'
38 Keep this function in sync with tools/build/scripts/slave/compile.py
[all …]
/external/llvm/test/Unit/
Dlit.cfg1 # -*- Python -*-
10 config.name = 'LLVM-Unit'
15 # test_source_root: The root path where tests are located.
16 # test_exec_root: The root path where tests should be run.
45 # Check that the object root is known.
49 # configuration hasn't been created by the build system, or we are in an
50 # out-of-tree build situation).
58 # Try to detect the situation where we are using an out-of-tree build by
59 # looking for 'llvm-config'.
63 # build situation. This means knowing how to invoke the build system
[all …]
/external/zlib/src/contrib/dotzlib/
DDotZLib.build1 <?xml version="1.0" encoding="utf-8" ?>
2 <project name="DotZLib" default="build" basedir="./DotZLib">
6 <property name="build.root" value="bin" />
11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
15 <delete dir="${build.root}" failonerror="false" />
18 <target name="build" description="compiles the source code">
20 <mkdir dir="${build.folder}" />
21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
/external/valgrind/auxprogs/
Dcompare-build-logs3 # Lame script to compare two build logs.
10 # Both builds must be configured with the same --prefix. Otherwise,
11 # the value of -DVG_LIBDIR= will differ. They also need to use the same
18 my $prog_name = "compare-build-logs";
25 [--gcc] intercept GCC invocations (this is default)
27 [--clang] intercept clang invocations
29 [-v] verbose mode
31 log-file1
33 log-file2
53 # Hashes: relative filename -> compiler invocation
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-build.rst1 llvm-build - LLVM Project Build Utility
6 --------
9 **llvm-build** [*options*]
13 -----------
16 **llvm-build** is a tool for working with LLVM projects that use the LLVMBuild
19 At heart, **llvm-build** is responsible for loading, verifying, and manipulating
21 implementing build systems and tools which need access to the project structure
26 -------
30 **-h**, **--help**
36 **--source-root**\ =\ *PATH*
[all …]
/external/clang/test/Unit/
Dlit.cfg1 # -*- Python -*-
12 config.name = 'Clang-Unit'
17 # test_source_root: The root path where tests are located.
18 # test_exec_root: The root path where tests should be run.
42 # Check that the object root is known.
46 # configuration hasn't been created by the build system, or we are in an
47 # out-of-tree build situation).
55 # Try to detect the situation where we are using an out-of-tree build by
56 # looking for 'llvm-config'.
60 # build situation. This means knowing how to invoke the build system
[all …]
/external/protobuf/gtest/test/
Drun_tests_util.py29 """Provides facilities for running SCons-built Google Test/Mock tests."""
42 # pylint: disable-msg=C6204
57 %(proj)s root) are run.
65 -h, --help
67 -c CONFIGURATIONS
68 Specify build directories via build configurations.
69 CONFIGURATIONS is either a comma-separated list of build
71 adding 'scons/build/<configuration>/%(proj)s/scons' to BUILD_DIRs.
72 Specifying -c=all is equivalent to providing all directories
73 listed in KNOWN BUILD DIRECTORIES section below.
[all …]
/external/vulkan-validation-layers/
DBUILD.md1 # Build Instructions
4 This repository does not contain a Vulkan-capable driver.
16 git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
23 ## Linux Build
25 The build process uses CMake to generate makefiles for this project.
26 The build generates the loader, layers, and tests.
31 These packages are needed to build this repository:
33 sudo apt-get install git cmake build-essential bison libxcb1-dev
36 Example debug build:
38 cd Vulkan-LoaderAndValidationLayers # cd to the root of the cloned git repository
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.11 SQUASHFS 4.1 - A squashed read-only filesystem for Linux
3 Copyright 2002-2010 Phillip Lougher <phillip@lougher.demon.co.uk>
10 New features in Squashfs-tools 4.1
11 ----------------------------------
18 ------------
25 ----------------------------
34 5. Inline and out-of-line xattr values supported for higher performance
36 de-duplication.
51 ------------------------
58 ----------------------
[all …]
/external/vboot_reference/scripts/image_signing/
Dtag_image.sh4 # Use of this source code is governed by a BSD-style license that can be
18 "(build-info) Tag as a developer mode build (1 to enable, 0 to disable)"
20 "(auto-update) Force updating firmware (1 to enable, 0 to disable)"
22 "(auto-update) For BIOS development use ONLY (1 to enable, 0 to disable)"
24 "(crash-reporter) Leave core dumps (1 to enable, 0 to disable)"
28 # Parameters for manipulating /etc/lsb-release.
30 "(build-info) Remove 'test' suffix in /etc/lsb-release"
32 "(build-info) Change 'dev' -> 'beta' in /etc/lsb-release"
40 eval set -- "${FLAGS_ARGV}"
43 set -e
[all …]
/external/ceres-solver/scripts/
Dceres-solver.spec1 Name: ceres-solver
5 # URL). Non-RC releases go back to incrementing integers starting at 1.
7 Summary: A non-linear least squares minimizer
11 URL: http://ceres-solver.org/
12 Source0: http://%{name}.org/%{name}-%{version}.tar.gz
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 BuildRequires: eigen3-devel
21 # suitesparse <= 3.4.0-7 ships without *.hpp C++ headers
23 BuildRequires: suitesparse-devel > 3.4.0-7
26 BuildRequires: tbb-devel
[all …]

12345678910>>...41