Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 4104) sorted by relevance

12345678910>>...165

/netbsd/external/gpl3/autoconf/dist/
H A Dcfg.mk54 cp $(gnulib_dir)/build-aux/announce-gen $(srcdir)/build-aux
55 cp $(gnulib_dir)/build-aux/config.guess $(srcdir)/build-aux
56 cp $(gnulib_dir)/build-aux/config.sub $(srcdir)/build-aux
57 cp $(gnulib_dir)/build-aux/elisp-comp $(srcdir)/build-aux
58 cp $(gnulib_dir)/build-aux/gendocs.sh $(srcdir)/build-aux
61 cp $(gnulib_dir)/build-aux/gnupload $(srcdir)/build-aux
62 cp $(gnulib_dir)/build-aux/install-sh $(srcdir)/build-aux
63 cp $(gnulib_dir)/build-aux/mdate-sh $(srcdir)/build-aux
64 cp $(gnulib_dir)/build-aux/missing $(srcdir)/build-aux
66 cp $(gnulib_dir)/build-aux/texinfo.tex $(srcdir)/build-aux
[all …]
/netbsd/external/gpl2/gettext/dist/autoconf-lib-link/
H A DMakefile.am48 all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh bui…
51 test -d build-aux || mkdir build-aux
54 build-aux/config.guess: $(srcdir)/../build-aux/config.guess build-aux-dir
57 build-aux/config.sub: $(srcdir)/../build-aux/config.sub build-aux-dir
60 build-aux/install-sh: $(srcdir)/../build-aux/install-sh build-aux-dir
63 build-aux/ltmain.sh: $(srcdir)/../build-aux/ltmain.sh build-aux-dir
64 cp $(srcdir)/../build-aux/ltmain.sh build-aux/ltmain.sh
66 build-aux/missing: $(srcdir)/../build-aux/missing build-aux-dir
67 cp $(srcdir)/../build-aux/missing build-aux/missing
72 DISTCLEANFILES += build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain…
[all …]
H A DMakefile.in46 ../build-aux/ltmain.sh ../build-aux/mdate-sh \
162 build = @build@
205 build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
665 all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh bui…
668 test -d build-aux || mkdir build-aux
671 build-aux/config.guess: $(srcdir)/../build-aux/config.guess build-aux-dir
674 build-aux/config.sub: $(srcdir)/../build-aux/config.sub build-aux-dir
677 build-aux/install-sh: $(srcdir)/../build-aux/install-sh build-aux-dir
680 build-aux/ltmain.sh: $(srcdir)/../build-aux/ltmain.sh build-aux-dir
683 build-aux/missing: $(srcdir)/../build-aux/missing build-aux-dir
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build/
H A DCMakeLists.txt7 scan-build
8 scan-build.bat
18 scan-build
32 scan-build.1)
51 COMPONENT scan-build)
65 COMPONENT scan-build)
79 COMPONENT scan-build)
91 install(FILES share/scan-build/${ShareFile}
92 DESTINATION share/scan-build
93 COMPONENT scan-build)
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/
H A DREADME.md1 scan-build
7 the build, as well as scan-build tool, which logs the build and runs
30 $ scan-build <your build command>
34 $ intercept-build <your build command>
39 $ analyze-build
49 $ intercept-build <your build command>
54 $ analyze-build --ctu
62 $ analyze-build --ctu-collect-only
65 $ analyze-build --ctu-analyze-only
73 Generally speaking, the `intercept-build` and `analyze-build` tools together
[all …]
/netbsd/external/mit/libuv/dist/.github/workflows/
H A DCI-unix.yml17 build-android:
27 mkdir build
28 cd build
32 $ANDROID_HOME/cmake/3.10.2.4988404/bin/cmake --build build
35 build-macos:
47 cd build
51 cmake --build build
63 build-ios:
74 cmake --build build-ios
77 build-cross-qemu:
[all …]
H A Dsanitizer.yml22 sudo apt-get install ninja-build
27 mkdir build-tsan
28 … (cd build-tsan && cmake .. -G Ninja -DBUILD_TESTING=ON -DTSAN=ON -DCMAKE_BUILD_TYPE=Release)
29 cmake --build build-tsan
33 ./build-tsan/uv_run_tests_a
36 mkdir build-asan
37 (cd build-asan && cmake .. -G Ninja -DBUILD_TESTING=ON -DASAN=ON -DCMAKE_BUILD_TYPE=Debug)
38 cmake --build build-asan
41 ./build-asan/uv_run_tests_a
/netbsd/crypto/external/bsd/openssl/dist/Configurations/
H A DREADME-design.md20 build-file templates. See the section on build-file templates further
23 build.info files
57 # build.info
69 # apps/build.info
114 # ssl/build.info
401 must build `apps/openssl`, and to build the latter, we will need to
405 we need to build `ssl/tls.o` as well as `libcrypto`, and to build the
417 build static libraries from object files, to build shared libraries
471 obj2lib - function that produces build file lines to build a
492 obj2shlib - function that produces build file lines to build a
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/Configurations/
H A DREADME.design20 build-file templates. See the section on build-file templates further
23 build.info files
57 # build.info
69 # apps/build.info
117 # ssl/build.info
414 must build 'apps/openssl', and to build the latter, we will need to
418 we need to build 'ssl/tls.o' as well as 'libcrypto', and to build the
431 build static libraries from object files, to build shared libraries
484 obj2lib - function that produces build file lines to build a
523 obj2dynlib - function that produces build file lines to build a
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dconfigterms.texi10 The configure and build process has a long and colorful history, and can
17 are building on (@dfn{build}), the machine that you are building for
20 @option{--build=}, @option{--host=}, and @option{--target=}.
24 is also the build, which may not be true.
26 If build, host, and target are all the same, this is called a
28 this is called a @dfn{cross}. If build, host, and target are all
31 on the build at that time). If host and target are the same, but build
36 build a cross compiler that produces code for the machine you're
41 used to build the target libraries (like @code{libstdc++}). If build and host
43 compiler that will be used to build the target libraries (if you
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dconfigterms.texi10 The configure and build process has a long and colorful history, and can
17 are building on (@dfn{build}), the machine that you are building for
20 @option{--build=}, @option{--host=}, and @option{--target=}.
24 is also the build, which may not be true.
26 If build, host, and target are all the same, this is called a
28 this is called a @dfn{cross}. If build, host, and target are all
31 on the build at that time). If host and target are the same, but build
36 build a cross compiler that produces code for the machine you're
41 used to build the target libraries (like @code{libstdc++}). If build and host
43 compiler that will be used to build the target libraries (if you
[all …]
/netbsd/external/bsd/kyua-cli/dist/engine/
H A Dmetadata_test.cpp111 .build(); in ATF_TEST_CASE_BODY()
128 .build(); in ATF_TEST_CASE_BODY()
132 .build(); in ATF_TEST_CASE_BODY()
183 .build(); in ATF_TEST_CASE_BODY()
244 .build(); in ATF_TEST_CASE_BODY()
275 .build(); in ATF_TEST_CASE_BODY()
289 .build(); in ATF_TEST_CASE_BODY()
294 .build(); in ATF_TEST_CASE_BODY()
305 .build(); in ATF_TEST_CASE_BODY()
309 .build(); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAdvancedBuilds.rst12 does not build the project, it generates the files needed by your build tool
28 bootstrap build.
30 In a simple two-stage bootstrap build, we build clang using the system compiler,
32 of a bootstrap build can be configured with a single option,
57 the stage2 build for C and C++.
63 The clang build system refers to builds as stages. A stage1 build is a standard
64 build using the compiler installed on the host, and a stage2 build is built
97 build configurations.
123 and you *must* have compiler-rt in your build tree.
176 be a three stage build. The idea of a three stage build is you take your sources
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/
H A DREADME.rst13 *Warning* The GN build is experimental and best-effort. It might not work,
15 necessary. LLVM's official build system is CMake, if in doubt use that.
17 to update GN build files. Reviewers should not ask authors to update GN build
19 build.
23 which then shell out to ninja for the actual build.
28 non-goals for the GN build.
62 before starting the build.
70 after making GN build changes is your friend.
126 check while everything else can build parallel with it.
130 config.h in a build step).
[all …]
/netbsd/external/apache2/llvm/dist/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake9 # override that for each build type:
64 string(TOUPPER "${build_type}" build)
65 if (NOT LLVM_USE_CRT_${build})
66 get_current_crt(LLVM_USE_CRT_${build}
68 CMAKE_CXX_FLAGS_${build})
69 set(LLVM_USE_CRT_${build}
70 "${LLVM_USE_CRT_${build}}"
73 set_property(CACHE LLVM_USE_CRT_${build}
75 endif(NOT LLVM_USE_CRT_${build})
79 string(TOUPPER "${build_type}" build)
[all …]
/netbsd/external/bsd/ntp/dist/
H A Dflock-build55 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
75 echo flock-build running on $i? check LIST, skipping
98 ./build $SIG $PARSE $STD $BUILD_ARGS &
101 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
106 ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS &
109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
112 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS &
115 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
121 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
124 echo \`date -u '+%H:%M:%S'\` $i flock-build $c_d done.
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/windows/
H A DREADME.md31 used to build the installers.
51 3. Setting up the build environment
56 by the build environment.
64 The build will produce debug binaries. If you specify
68 the build will produce release binaries.
71 the build to be found. The build scripts will check for build
136 4. Running the build
151 Tests can be invoked, after a full build, by executing:
155 The build tree can be cleaned with:
161 be built. First build for X86 and then build AMD64
[all …]
/netbsd/external/gpl3/gcc/usr.bin/backend/
H A DMakefile183 genmatch: genmatch.lo build-errors.lo build-vec.lo build-hash-table.lo build-sort.lo
249 build-rtl.c: rtl.c \
252 rm -f build-rtl.c
256 CLEANFILES+= build-rtl.c
272 rm -f build-bitmap.c
275 build-bitmap.lo: ${HH}
280 rm -f build-errors.c
288 rm -f build-varray.c
297 rm -f build-ggc-none.c
312 rm -f build-vec.c
[all …]
/netbsd/external/gpl3/gcc.old/usr.bin/backend/
H A DMakefile183 genmatch: genmatch.lo build-errors.lo build-vec.lo build-hash-table.lo build-sort.lo
249 build-rtl.c: rtl.c \
252 rm -f build-rtl.c
256 CLEANFILES+= build-rtl.c
272 rm -f build-bitmap.c
275 build-bitmap.lo: ${HH}
280 rm -f build-errors.c
288 rm -f build-varray.c
297 rm -f build-ggc-none.c
312 rm -f build-vec.c
[all …]
/netbsd/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A Drpathcfg.sh13 global_top_auxdir=`cd "$top_srcdir"/build-aux && pwd`
18 rm -rf tstprefix tstdir/build tstlib
25 mkdir tstdir/build
27 (cd tstdir/build
32 rm -rf tstdir/build
50 mkdir tstdir/build
52 (cd tstdir/build
57 rm -rf tstdir/build
75 mkdir tstdir/build
77 (cd tstdir/build
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc506 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
531 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
563 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
716 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
835 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
935 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
969 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
994 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
1026 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
1044 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc506 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
531 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
563 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
716 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
835 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
935 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
969 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
994 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
1026 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
1044 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() function
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/
H A DBUILD.gn2 import("//llvm/utils/gn/build/mac_sdk.gni")
3 import("//llvm/utils/gn/build/toolchain/compiler.gni")
5 # In the GN build, compiler-rt is always built by just-built clang and lld.
9 supported_toolchains = [ "//llvm/utils/gn/build/toolchain:stage2_win" ]
11 supported_toolchains = [ "//llvm/utils/gn/build/toolchain:stage2_unix" ]
15 "//llvm/utils/gn/build/toolchain:stage2_android_aarch64",
16 "//llvm/utils/gn/build/toolchain:stage2_android_arm",
26 # That would match the cmake build.
29 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_ios_aarch64)" ]
32 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_iossim_x64)" ]
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/
H A DREADME.txt8 * CMake (to build LLVM).
18 package or a dependency, as an additional step is required to build LLVM
24 The script "build.sh" in this directory can be used to build LLVM and prepare
25 it to be used by the bindings. If you receive an error message from "go build"
37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh
40 build system. A good set of arguments to use during development are:
44 Note that CMake keeps a cache of build settings so once you have built
47 Alternatively, you can build LLVM yourself, but you must then set the
50 $ export CGO_CPPFLAGS="`/path/to/llvm-build/bin/llvm-config --cppflags`"
52 $ export CGO_LDFLAGS="`/path/to/llvm-build/bin/llvm-config --ldflags --libs --system-libs all`"
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/
H A DBUILD.gn35 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
36 configs += [ "//llvm/utils/gn/build:crt_code" ]
79 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
80 configs += [ "//llvm/utils/gn/build:crt_code" ]
91 "//llvm/utils/gn/build:llvm_code",
92 "//llvm/utils/gn/build:thin_archive",
94 configs += [ "//llvm/utils/gn/build:crt_code" ]
103 "//llvm/utils/gn/build:llvm_code",
104 "//llvm/utils/gn/build:thin_archive",
106 configs += [ "//llvm/utils/gn/build:crt_code" ]
[all …]

12345678910>>...165