Home
last modified time | relevance | path

Searched refs:BUILD (Results 1 – 25 of 63) sorted by relevance

123

/src/contrib/bearssl/mk/
H A DDefaults.mk28 BUILD = build
29 OBJDIR = $(BUILD)$Pobj
30 BEARSSLLIB = $(BUILD)$P$(LP)bearssl$L
31 BEARSSLDLL = $(BUILD)$P$(DP)bearssl$D
32 BRSSL = $(BUILD)$Pbrssl$E
33 TESTCRYPTO = $(BUILD)$Ptestcrypto$E
34 TESTSPEED = $(BUILD)$Ptestspeed$E
35 TESTX509 = $(BUILD)$Ptestx509$E
/src/contrib/lutok/examples/
H A DMakefile41 BUILD = $(CXX) \ macro
54 @target=bindings source=bindings.cpp; echo $(BUILD); $(BUILD)
57 @target=hello source=hello.cpp; echo $(BUILD); $(BUILD)
60 @target=interpreter source=interpreter.cpp; echo $(BUILD); $(BUILD)
63 @target=raii source=raii.cpp; echo $(BUILD); $(BUILD)
/src/contrib/sendmail/rmail/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
16 $(SHELL) $(BUILD) $(OPTIONS) $@
19 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/mail.local/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
16 $(SHELL) $(BUILD) $(OPTIONS) $@
19 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/
H A DMakefile7 BUILD= ./Build macro
14 $(SHELL) $(BUILD) $(OPTIONS)) || exit; \
21 $(SHELL) $(BUILD) $(OPTIONS) $@); \
28 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \
35 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \
42 $(SHELL) $(BUILD) $(OPTIONS) -c) || exit; \
47 $(SHELL) $(BUILD) $(OPTIONS)
/src/contrib/sendmail/makemap/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/test/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/libsm/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/mailstats/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/vacation/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/libsmdb/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/libsmutil/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/src/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/praliases/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/libmilter/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/editmap/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/sendmail/smrsh/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/src/contrib/openresolv/
H A Dconfigure6 BUILD=
32 --build) BUILD=$var;;
51 if [ -z "$BUILD" ]; then
53 BUILD=$(uname -m)-unknown-$(uname -s | tr '[:upper:]' '[:lower:]')
55 : ${HOST:=$BUILD}
/src/contrib/libfido2/windows/
H A Dbuild.ps194 New-Item -Type Directory "${BUILD}" -Force
95 New-Item -Type Directory "${BUILD}\${Arch}" -Force
96 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force
107 Push-Location ${BUILD}
119 Copy-Item "$PSScriptRoot\libressl.gpg" -Destination "${BUILD}"
H A Drelease.ps189 Package-PDBs "${BUILD}\${Arch}\dynamic" `
91 Package-Tools "${BUILD}\${Arch}\dynamic" `
95 Package-StaticPDBs "${BUILD}\${Arch}\static" `
/src/sys/contrib/openzfs/config/
H A Drpm.am67 mkdir -p $(rpmbuild)/BUILD && \
87 --define "_builddir $$rpmbuild/BUILD" \
108 --define "_builddir $$rpmbuild/BUILD" \
/src/contrib/libcbor/examples/bazel/third_party/
H A DBUILD1 exports_files(["libcbor.BUILD"])
/src/contrib/bearssl/conf/
H A DUnixClang.mk8 BUILD = bclang
H A DUnix32.mk9 BUILD = build32
/src/contrib/nvi/ex/
H A Dex_subst.c312 #define BUILD(sp, l, len) do { \ macro
588 BUILD(sp, s + offset, 1); in s()
662 BUILD(sp, s +offset, match[0].rm_eo); in s()
685 BUILD(sp, s + offset, match[0].rm_so); in s()
716 BUILD(sp, s + offset, len); in s()
749 BUILD(sp, s, offset); in s()
785 BUILD(sp, s + offset, len); in s()

123