Home
last modified time | relevance | path

Searched refs:TOOLS_DIR (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/sysutils/i2c-tools/i2c-tools-4.1/tools/
H A DModule.mk27 $(TOOLS_DIR)/i2cdetect: $(TOOLS_DIR)/i2cdetect.o $(TOOLS_DIR)/i2cbusses.o $(LIB_DEPS)
30 $(TOOLS_DIR)/i2cdump: $(TOOLS_DIR)/i2cdump.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o $(LIB_DEP…
33 $(TOOLS_DIR)/i2cset: $(TOOLS_DIR)/i2cset.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o $(LIB_DEPS)
36 $(TOOLS_DIR)/i2cget: $(TOOLS_DIR)/i2cget.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o $(LIB_DEPS)
39 $(TOOLS_DIR)/i2ctransfer: $(TOOLS_DIR)/i2ctransfer.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o $…
49 $(TOOLS_DIR)/i2cdump.o: $(TOOLS_DIR)/i2cdump.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h version…
52 $(TOOLS_DIR)/i2cset.o: $(TOOLS_DIR)/i2cset.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h version.h…
55 $(TOOLS_DIR)/i2cget.o: $(TOOLS_DIR)/i2cget.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h version.h…
58 $(TOOLS_DIR)/i2ctransfer.o: $(TOOLS_DIR)/i2ctransfer.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h…
61 $(TOOLS_DIR)/i2cbusses.o: $(TOOLS_DIR)/i2cbusses.c $(TOOLS_DIR)/i2cbusses.h
[all …]
/dports/archivers/arj/debian/patches/
H A D004_parallel_build.patch21 MAKE_KEY=$(TOOLS_DIR)/make_key$x
33 $(TOOLS_DIR)/packager$x \
76 $(TOOLS_DIR)/postproc $@
85 $(TOOLS_DIR)/postproc$x $@ -sfx
94 $(TOOLS_DIR)/postproc$x $@ -sfx
104 $(TOOLS_DIR)/postproc$x $@ -sfx
114 $(TOOLS_DIR)/postproc$x $@ -sfx
124 $(TOOLS_DIR)/postproc $@
134 $(TOOLS_DIR)/postproc $@
144 $(TOOLS_DIR)/postproc $@ -sfx
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/ThinLtoJIT/
H A Dbench5 TOOLS_DIR="$1"
21 if [ -e "${TOOLS_DIR}/$1" ]; then
59 ${TOOLS_DIR}/clang -c -I ${SOURCE_DIR} ${CFLAGS} -isysroot ${SYS_ROOT} -emit-llvm \
61 ${TOOLS_DIR}/clang -c -I ${SOURCE_DIR} ${CFLAGS} -isysroot ${SYS_ROOT} -flto=thin \
65 ${TOOLS_DIR}/llvm-dis bc-default/${BASE_NAME}.bc -o ll-default/${BASE_NAME}.ll
66 ${TOOLS_DIR}/llvm-dis bc-thinlto/${BASE_NAME}.bc -o ll-thinlto/${BASE_NAME}.ll
78 ${TOOLS_DIR}/llvm-lto --thinlto -o ${ROOT_DIR}/bc-thinlto/index ${ALL_BITCODE_FILES}
82 ${TOOLS_DIR}/llvm-dis -o index.thinlto.ll ${ROOT_DIR}/bc-thinlto/index.thinlto.bc
88 time ${TOOLS_DIR}/lli ${LLI_EXTRA_MODULES} -jit-kind=mcjit "${MAIN_FILE_BASENAME}.bc" ${EXEC_ARGS} …
96 time ${TOOLS_DIR}/SpeculativeJIT -num-threads=8 ${ALL_BITCODE_FILES} --args ${EXEC_ARGS} 1>/dev/null
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/examples/ThinLtoJIT/
H A Dbench5 TOOLS_DIR="$1"
21 if [ -e "${TOOLS_DIR}/$1" ]; then
59 ${TOOLS_DIR}/clang -c -I ${SOURCE_DIR} ${CFLAGS} -isysroot ${SYS_ROOT} -emit-llvm \
61 ${TOOLS_DIR}/clang -c -I ${SOURCE_DIR} ${CFLAGS} -isysroot ${SYS_ROOT} -flto=thin \
65 ${TOOLS_DIR}/llvm-dis bc-default/${BASE_NAME}.bc -o ll-default/${BASE_NAME}.ll
66 ${TOOLS_DIR}/llvm-dis bc-thinlto/${BASE_NAME}.bc -o ll-thinlto/${BASE_NAME}.ll
78 ${TOOLS_DIR}/llvm-lto --thinlto -o ${ROOT_DIR}/bc-thinlto/index ${ALL_BITCODE_FILES}
82 ${TOOLS_DIR}/llvm-dis -o index.thinlto.ll ${ROOT_DIR}/bc-thinlto/index.thinlto.bc
88 time ${TOOLS_DIR}/lli ${LLI_EXTRA_MODULES} -jit-kind=mcjit "${MAIN_FILE_BASENAME}.bc" ${EXEC_ARGS} …
96 time ${TOOLS_DIR}/SpeculativeJIT -num-threads=8 ${ALL_BITCODE_FILES} --args ${EXEC_ARGS} 1>/dev/null
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/
H A DMakefile.protos34 TOOLS_DIR := $(abspath ./.tools)
69 $(TOOLS_DIR)/PROTOC_$(PROTOC_VERSION):
76 $(TOOLS_DIR)/protoc/bin/protoc: $(TOOLS_DIR)/PROTOC_$(PROTOC_VERSION)
78 rm -rf $(TOOLS_DIR)/protoc && \
79 wget -O $(TOOLS_DIR)/protoc.zip $(PROTOC_ZIP_URL) && \
80 unzip $(TOOLS_DIR)/protoc.zip -d $(TOOLS_DIR)/protoc-tmp && \
81 rm $(TOOLS_DIR)/protoc.zip && \
82 touch $(TOOLS_DIR)/protoc-tmp/bin/protoc && \
83 mv $(TOOLS_DIR)/protoc-tmp $(TOOLS_DIR)/protoc
114 gen-protobuf: $(SOURCE_PROTO_FILES) $(TOOLS_DIR)/protoc-gen-gogofast $(TOOLS_DIR)/protoc/bin/protoc
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/
H A DMakefile.protos34 TOOLS_DIR := $(abspath ./.tools)
69 $(TOOLS_DIR)/PROTOC_$(PROTOC_VERSION):
76 $(TOOLS_DIR)/protoc/bin/protoc: $(TOOLS_DIR)/PROTOC_$(PROTOC_VERSION)
78 rm -rf $(TOOLS_DIR)/protoc && \
79 wget -O $(TOOLS_DIR)/protoc.zip $(PROTOC_ZIP_URL) && \
80 unzip $(TOOLS_DIR)/protoc.zip -d $(TOOLS_DIR)/protoc-tmp && \
81 rm $(TOOLS_DIR)/protoc.zip && \
82 touch $(TOOLS_DIR)/protoc-tmp/bin/protoc && \
83 mv $(TOOLS_DIR)/protoc-tmp $(TOOLS_DIR)/protoc
114 gen-protobuf: $(SOURCE_PROTO_FILES) $(TOOLS_DIR)/protoc-gen-gogofast $(TOOLS_DIR)/protoc/bin/protoc
[all …]
/dports/archivers/arj/arj-3.10.22/gnu/
H A Dmakefile.in69 TOOLS_DIR = $(BASEDIR)/tools
128 $(TOOLS_DIR)/%.o: $(SRC_DIR)/%.c
165 MAKE_KEY=$(TOOLS_DIR)/make_key$x
179 $(TOOLS_DIR)/packager$x \
255 $(TOOLS_DIR)/postproc $@
343 $(TOOLS_DIR)/join$x \
344 $(TOOLS_DIR)/postproc$x \
357 $(TOOLS_DIR)/postproc $@
376 $(TOOLS_DIR)/postproc $@
393 $(TOOLS_DIR)/postproc $@ -sfx
[all …]
/dports/devel/grpc134/grpc-1.34.1/tools/internal_ci/linux/
H A Dgrpc_xds_bazel_python_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
52 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
57 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_ruby_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
52 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
57 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_bazel_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
52 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
57 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_csharp_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
52 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
57 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_php_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
52 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
57 --python_out=${TOOLS_DIR} \
[all …]
/dports/devel/grpc/grpc-1.42.0/tools/internal_ci/linux/
H A Dgrpc_xds_bazel_python_test_in_docker.sh34 TOOLS_DIR=tools/run_tests
36 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
38 touch "$TOOLS_DIR"/src/__init__.py
39 touch "$TOOLS_DIR"/src/proto/__init__.py
40 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
41 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
45 --python_out="$TOOLS_DIR" \
46 --grpc_python_out="$TOOLS_DIR" \
54 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
59 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_bazel_test_in_docker.sh34 TOOLS_DIR=tools/run_tests
36 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
38 touch "$TOOLS_DIR"/src/__init__.py
39 touch "$TOOLS_DIR"/src/proto/__init__.py
40 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
41 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
45 --python_out="$TOOLS_DIR" \
46 --grpc_python_out="$TOOLS_DIR" \
54 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
59 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_ruby_test_in_docker.sh33 TOOLS_DIR=tools/run_tests
35 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
37 touch "$TOOLS_DIR"/src/__init__.py
38 touch "$TOOLS_DIR"/src/proto/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
40 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
44 --python_out="$TOOLS_DIR" \
45 --grpc_python_out="$TOOLS_DIR" \
53 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
58 --python_out=${TOOLS_DIR} \
[all …]
H A Dgrpc_xds_php_test_in_docker.sh33 TOOLS_DIR=tools/run_tests
35 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
37 touch "$TOOLS_DIR"/src/__init__.py
38 touch "$TOOLS_DIR"/src/proto/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
40 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
44 --python_out="$TOOLS_DIR" \
45 --grpc_python_out="$TOOLS_DIR" \
53 touch "$TOOLS_DIR"/src/proto/grpc/health/__init__.py
58 --python_out=${TOOLS_DIR} \
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/tools/make/
H A Dviv_ip_builder.mak20 # - TOOLS_DIR must be defined globally
34 $(TOOLS_DIR)/scripts/shared-ip-loc-manage.sh --path=$(5)/$(1) reserve; \
41 …$(TOOLS_DIR)/scripts/launch_vivado.py -mode batch -source $(call RESOLVE_PATH,$(TOOLS_DIR)/scripts…
42 $(TOOLS_DIR)/scripts/shared-ip-loc-manage.sh --path=$(5)/$(1) release; \
53 # - TOOLS_DIR must be defined globally
65 $(TOOLS_DIR)/scripts/shared-ip-loc-manage.sh --path=$(5)/$(1) reserve; \
71 …$(TOOLS_DIR)/scripts/launch_vivado.py -mode batch -source $(call RESOLVE_PATH,$(TOOLS_DIR)/scripts…
72 $(TOOLS_DIR)/scripts/shared-ip-loc-manage.sh --path=$(5)/$(1) release; \
85 # - TOOLS_DIR must be defined globally
99 $(TOOLS_DIR)/scripts/shared-ip-loc-manage.sh --path=$(5)/$(1) reserve; \
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/
H A DMakefile17 TOOLS_DIR := ./.tools macro
19 $(TOOLS_DIR)/golangci-lint: go.mod go.sum tools.go
20 go build -o $(TOOLS_DIR)/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
22 $(TOOLS_DIR)/misspell: go.mod go.sum tools.go
23 go build -o $(TOOLS_DIR)/misspell github.com/client9/misspell/cmd/misspell
25 $(TOOLS_DIR)/stringer: go.mod go.sum tools.go
26 go build -o $(TOOLS_DIR)/stringer golang.org/x/tools/cmd/stringer
87 lint: $(TOOLS_DIR)/golangci-lint $(TOOLS_DIR)/misspell $(TOOLS_DIR)/stringer
91 $(abspath $(TOOLS_DIR))/golangci-lint run --fix && \
92 $(abspath $(TOOLS_DIR))/golangci-lint run); \
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/
H A DMakefile42 TOOLS_DIR := $(abspath ./.tools) macro
46 go build -o $(TOOLS_DIR)/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
50 go build -o $(TOOLS_DIR)/misspell github.com/client9/misspell/cmd/misspell
54 go build -o $(TOOLS_DIR)/stringer golang.org/x/tools/cmd/stringer
56 $(TOOLS_DIR)/gojq: $(TOOLS_MOD_DIR)/go.mod $(TOOLS_MOD_DIR)/go.sum $(TOOLS_MOD_DIR)/tools.go
58 go build -o $(TOOLS_DIR)/gojq github.com/itchyny/gojq/cmd/gojq
128 lint: $(TOOLS_DIR)/golangci-lint $(TOOLS_DIR)/misspell
132 $(TOOLS_DIR)/golangci-lint run --fix && \
133 $(TOOLS_DIR)/golangci-lint run); \
135 $(TOOLS_DIR)/misspell -w $(ALL_DOCS)
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/
H A DMakefile42 TOOLS_DIR := $(abspath ./.tools) macro
46 go build -o $(TOOLS_DIR)/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
50 go build -o $(TOOLS_DIR)/misspell github.com/client9/misspell/cmd/misspell
54 go build -o $(TOOLS_DIR)/stringer golang.org/x/tools/cmd/stringer
56 $(TOOLS_DIR)/gojq: $(TOOLS_MOD_DIR)/go.mod $(TOOLS_MOD_DIR)/go.sum $(TOOLS_MOD_DIR)/tools.go
58 go build -o $(TOOLS_DIR)/gojq github.com/itchyny/gojq/cmd/gojq
135 lint: $(TOOLS_DIR)/golangci-lint $(TOOLS_DIR)/misspell
139 $(TOOLS_DIR)/golangci-lint run --fix && \
140 $(TOOLS_DIR)/golangci-lint run); \
142 $(TOOLS_DIR)/misspell -w $(ALL_DOCS)
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/
H A DMakefile42 TOOLS_DIR := $(abspath ./.tools) macro
46 go build -o $(TOOLS_DIR)/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
50 go build -o $(TOOLS_DIR)/misspell github.com/client9/misspell/cmd/misspell
54 go build -o $(TOOLS_DIR)/stringer golang.org/x/tools/cmd/stringer
56 $(TOOLS_DIR)/gojq: $(TOOLS_MOD_DIR)/go.mod $(TOOLS_MOD_DIR)/go.sum $(TOOLS_MOD_DIR)/tools.go
58 go build -o $(TOOLS_DIR)/gojq github.com/itchyny/gojq/cmd/gojq
135 lint: $(TOOLS_DIR)/golangci-lint $(TOOLS_DIR)/misspell
139 $(TOOLS_DIR)/golangci-lint run --fix && \
140 $(TOOLS_DIR)/golangci-lint run); \
142 $(TOOLS_DIR)/misspell -w $(ALL_DOCS)
[all …]
/dports/science/silo/silo-4.10.2-bsd/tools/
H A DMakefile.am56 TOOLS_DIR = silock macro
58 TOOLS_DIR += browser
61 TOOLS_DIR += python
64 TOOLS_DIR += silex
67 TOOLS_DIR += json
71 $(TOOLS_DIR)
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/helper_scripts/
H A Dprep_xds.sh26 TOOLS_DIR=tools/run_tests
28 PROTO_DEST_DIR=${TOOLS_DIR}/${PROTO_SOURCE_DIR}
33 --python_out=${TOOLS_DIR} \
34 --grpc_python_out=${TOOLS_DIR} \
40 HEALTH_PROTO_DEST_DIR=${TOOLS_DIR}/${HEALTH_PROTO_SOURCE_DIR}
45 --python_out=${TOOLS_DIR} \
46 --grpc_python_out=${TOOLS_DIR} \
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/helper_scripts/
H A Dprep_xds.sh28 TOOLS_DIR=tools/run_tests
30 PROTO_DEST_DIR=${TOOLS_DIR}/${PROTO_SOURCE_DIR}
35 --python_out=${TOOLS_DIR} \
36 --grpc_python_out=${TOOLS_DIR} \
42 HEALTH_PROTO_DEST_DIR=${TOOLS_DIR}/${HEALTH_PROTO_SOURCE_DIR}
47 --python_out=${TOOLS_DIR} \
48 --grpc_python_out=${TOOLS_DIR} \
/dports/devel/grpc130/grpc-1.30.2/tools/internal_ci/linux/
H A Dgrpc_xds_csharp_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \

12345678910>>...13