Home
last modified time | relevance | path

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

12345678910>>...43

/minix/external/bsd/byacc/dist/package/debian/
H A Drules32 --build=$(DEB_BUILD_GNU_TYPE) \
40 build: build-stamp target
41 build-stamp: configure-stamp
46 touch build-stamp
54 rm -f configure-stamp build-stamp install-stamp \
62 install-stamp: build-stamp
73 binary-indep: build install
77 binary-arch: build install
93 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/minix/external/bsd/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 …]
/minix/external/bsd/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 …]
/minix/crypto/external/bsd/heimdal/dist/windows/
H A DREADME31 used to build the installers.
40 * __Certificate for code-signing__: The Heimdal build produces a
48 3. Setting up the build environment
53 by the build environment.
61 The build will produce debug binaries. If you specify
65 the build will produce release binaries.
68 the build to be found. The build scripts will check for build
118 4. Running the build
137 The build tree can be cleaned with:
143 be built. First build for X86 and then build AMD64
[all …]
H A DNTMakefile.version40 # Define to 1 if this is a pre-release build. Undefine otherwise
43 # Define to a valid string if this build DOES NOT follow normal
44 # release procedures. I.e. this is a private build whose version
47 #VER_PRIVATE=Private build for MyCompany
49 # Define to a valid string if this build DOES follow normal release
53 #VER_SPECIAL=Special build for testing ticket 12345
/minix/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 …]
H A Dtest_program_test.cpp83 .build(); in ATF_TEST_CASE_BODY()
101 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
114 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
126 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
140 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
144 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
158 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
179 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
195 .build(); in ATF_TEST_CASE_BODY()
204 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY()
[all …]
/minix/common/dist/zlib/projects/visualc6/
H A DREADME.txt10 * Win32_DLL_Release\zlib1.dll DLL build
11 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
12 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
13 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
14 * Win32_LIB_Release\zlib.lib static build
15 * Win32_LIB_Debug\zlibd.lib static build (debug version)
16 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
24 To build and test:
30 Choose the configuration you wish to build.
61 Choose the configuration you wish to build.
[all …]
/minix/external/bsd/llvm/dist/clang/test/Driver/
H A Dmodules.m10 // RUN: touch -m -a -t 201008011501 %t.build-session-file
11 // RUN: %clang -fbuild-session-file=%t.build-session-file -### %s 2>&1 | FileCheck -check-prefix=TI…
16 // RUN: %clang -fbuild-session-file=%t.build-session-file -fbuild-session-timestamp=123 -### %s 2>&…
17 // CONFLICT: error: invalid argument '-fbuild-session-file={{.*}}.build-session-file' not allowed w…
19 // RUN: %clang -fbuild-session-timestamp=123 -fmodules-validate-once-per-build-session -### %s 2>&1…
21 // MODULES_VALIDATE_ONCE: -fmodules-validate-once-per-build-session
23 // RUN: %clang -fbuild-session-file=%t.build-session-file -fmodules-validate-once-per-build-session…
25 // MODULES_VALIDATE_ONCE_FILE: -fmodules-validate-once-per-build-session
27 // RUN: %clang -fmodules-validate-once-per-build-session -### %s 2>&1 | FileCheck -check-prefix=MOD…
28 // MODULES_VALIDATE_ONCE_ERR: option '-fmodules-validate-once-per-build-session' requires '-fbuild-…
/minix/external/bsd/llvm/dist/clang/
H A DINSTALL.txt5 These instructions describe how to build and install Clang.
11 Clang is designed to be built as part of an LLVM build. Assuming that the LLVM
18 LLVM build system to automatically recognize it and build it along with LLVM.
24 Configure and build your copy of LLVM (see $LLVM_SRC_ROOT/GettingStarted.html
29 directory to build Clang.
35 It is a good idea to run the Clang tests to make sure your build works
36 correctly. From inside the Clang build directory, run 'make test' to run the
43 From inside the Clang build directory, run 'make install' to install the Clang
/minix/external/bsd/bind/dist/bin/tests/
H A Db9t.mk24 BASE = /build
33 RDIR = /proj/build-reports/$(MODULE)/hosts/$(PLATFORM)
35 all: clobber populate config build test
53 build:
55 @( cd $(BDIR)/$(MODULE) && $(MAKE) -k all ) > $(RDIR)/.build 2>&1
H A Db8t.mk24 BASE = /build
26 RDIR = /proj/build-reports/bind8/hosts/$(PLATFORM)
30 all: clobber populate config build
55 build:
57 @( cd $(BDIR)/dst && make -k clean depend all ) > $(RDIR)/.build 2>&1
/minix/external/gpl3/gcc/usr.bin/backend/
H A DMakefile165 CLEANFILES+= auto-build.h
191 build-rtl.c: rtl.c \
194 rm -f build-rtl.c
197 build-rtl.lo: ${HH}
202 rm -f build-print-rtl.c
213 rm -f build-bitmap.c
216 build-bitmap.lo: ${HH}
220 rm -f build-errors.c
227 rm -f build-varray.c
235 rm -f build-ggc-none.c
[all …]
/minix/crypto/external/bsd/openssl/dist/
H A DINSTALL.NW35 build (NetWare 5.1 SP8 is known to work).
182 In order to build, you need to run the Perl scripts to configure the build
184 "netware\build.bat", to automate the process.
197 debug opts - "debug" - build debug
210 CLIB build, debug, without assembly:
253 CLIB Debug build:
255 tmp_nw_clib.dbg - temporary build files
258 CLIB Non-debug build:
260 tmp_nw_clib - temporary build files
263 LIBC Debug build:
[all …]
/minix/common/dist/zlib/contrib/dotzlib/
H A Dreadme.txt13 DotZLib.build - NAnt build file
21 To include unit tests in the build, define nunit before building.
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
32 build.
35 Open a command prompt with access to the build environment and run nant
36 in the same directory as the DotZLib.build file.
37 You can define 2 properties on the nant command-line to control the build:
47 will build a release mode version of the library without unit tests.
49 will build a debug version of the library with unit tests
/minix/external/mit/expat/dist/
H A DCMake.README1 == How to build expat with cmake (experimental) ==
7 build and change into that directory:
8 ~/expat-2.1.0$ mkdir build && cd build
9 ~/expat-2.1.0/build$
13 ~/expat-2.1.0/build$ cmake ..
19 -- Build files have been written to: /home/patrick/expat-2.1.0/build
24 ~/expat-2.1.0/build$ make && make test && make install
/minix/external/bsd/nvi/dist/dist/
H A Dscript21 cd $S && rm -rf build.local && mkdir build.local && cd build.local && \
26 # build the documents
27 cd $S/build.local && make cleandocs docs
30 cd $S && mv -i {ARCHIVE,TODO,build.local} SCCS/
41 cd $S && mv -i SCCS/{ARCHIVE,TODO,build.local} .
/minix/external/bsd/llvm/dist/clang/docs/
H A DJSONCompilationDatabase.rst6 compilations independently of the build system.
13 available in the build system, but running tools as part of the build
18 the architecture of many build systems.
20 process; this makes it hard to build low latency end user tools based
21 on the build system.
22 - Build systems are inherently sequential in the build graph, for
24 independently of the build still need the generated source code to
26 require serialization of the runs according to the build dependency
59 { "directory": "/home/user/llvm/build",
77 the translation unit in the environment the build system uses.
[all …]
/minix/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-build.rst1 llvm-build - LLVM Project Build Utility
9 **llvm-build** [*options*]
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
40 the **llvm-build** script itself.
62 useful for auto-upgrading the schema of the files. **llvm-build** will try to a
72 consumed by the CMake based build system. The exact contents and format of this
81 consumed by a Make based build system. The exact contents and format of this
101 **llvm-build** exits with 0 if operation was successful. Otherwise, it will exist
/minix/crypto/external/bsd/openssl/dist/Netware/
H A Dbuild.bat7 rem build [target] [debug opts] [assembly opts] [configure opts]
9 rem target - "netware-clib" - CLib NetWare build (WinSock Sockets)
11 rem - "netware-libc" - LibC NetWare build (WinSock Sockets)
14 rem debug opts - "debug" - build debug
23 rem If no arguments are specified the default is to build non-debug with
51 rem Default to build non-debug
54 rem Uncomment to default to debug build
97 rem build the nlm make file name which includes target and debug info
205 echo build (ex: make -f %NLM_MAKE%)
212 echo . No build target specified!!!
[all …]
/minix/external/bsd/bind/dist/win32utils/
H A Dbuild.txt38 Step 1: Download and build OpenSSL
46 be in \build\openssl-1.0.1g (subject to version number changes).
49 during its build process. The following commands work as of
79 Step 2: Download and build LibXML2
82 build BIND 9 without support for this feature, skip to step 3.
97 Step 3: Download and build GeoIP
113 Step 4: Download and build Readline
138 Step 6: Configuring the BIND build
169 and follow the instructions in win32-build.txt.
173 To build using the Visual Studio GUI in VS 2010 or VS 2012:
[all …]
/minix/tools/
H A DMakefile.gnuhost110 @mkdir build 2>/dev/null || true
112 @(cd build && find . -name config.cache | xargs rm -f)
118 @mkdir build 2>/dev/null || true
119 @(cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS})
127 @(cd build && ${BUILD_COMMAND} ${ALL_TARGET})
132 @(cd ${.OBJDIR}/build && ${BUILD_COMMAND} ${INSTALL_TARGET})
144 -rm -r -f .*_done build
/minix/external/bsd/llvm/dist/llvm/utils/llvm-build/
H A DREADME.txt2 llvm-build - LLVM Build Tool
5 `llvm-build` is a tool for helping build the LLVM project.
/minix/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp112 engine::metadata_builder().build())); in check_action_2()
122 .set_timeout(datetime::delta(10, 0)).build()); in check_action_2()
140 engine::metadata_builder().build())); in check_action_2()
154 engine::metadata_builder().build())); in check_action_2()
168 engine::metadata_builder().build())); in check_action_2()
247 engine::metadata_builder().build())); in check_action_3()
254 .set_required_user("root").build())); in check_action_3()
272 .build())); in check_action_3()
296 .build())); in check_action_3()
384 engine::metadata_builder().build())); in check_action_4()
[all …]
/minix/external/bsd/llvm/dist/llvm/utils/
H A Dllvm-compilers-check160 for build in options.build:
161 if (build not in valid_builds):
274 source, build = self.work_queue.get()
275 self.dobuild(source, build)
347 def dobuild(self, source, build): argument
470 config_args = configure_flags[comp_key][build][:]
488 make_flags[comp_key][build],
489 make_env[comp_key][build])
510 make_install_env[comp_key][build])
617 for build in set(options.build):
[all …]

12345678910>>...43