Home
last modified time | relevance | path

Searched refs:TARGETS (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/libc/ci/
H A Dbuild.sh172 TARGETS=""
175 TARGETS="${RUST_LINUX_TARGETS}"
178 TARGETS="${TARGETS} ${RUST_GT_1_13_LINUX_TARGETS}"
180 TARGETS="${TARGETS} ${RUST_GT_1_19_LINUX_TARGETS}"
182 TARGETS="${TARGETS} ${RUST_GT_1_24_LINUX_TARGETS}"
188 TARGETS="${TARGETS}
[all...]
/third_party/selinux/libsepol/utils/
H A DMakefile10 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c))) macro
12 all: $(TARGETS)
16 install -m 755 $(TARGETS) $(DESTDIR)$(BINDIR)
19 -rm -f $(TARGETS) *.o
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
H A DMakefile2 TARGETS=com9097.mme.h com90c0.mme.h macro
4 all: $(TARGETS)
6 $(TARGETS): %.mme.h: %.mme
/third_party/node/deps/base64/base64/lib/tables/
H A DMakefile3 TARGETS := table_dec_32bit.h table_enc_12bit.h table_generator macro
5 all: $(TARGETS)
8 $(RM) $(TARGETS)
/third_party/curl/docs/examples/
H A DMakefile.mk44 TARGETS := $(patsubst %,%$(BIN_EXT),$(strip $(check_PROGRAMS))) macro
45 TOCLEAN := $(TARGETS)
52 all: $(TARGETS)
/third_party/openGLES/extensions/
H A DMakefile11 TARGETS = arbext.php esext.php glext.php scext.php macro
13 all: $(TARGETS)
28 -rm -f $(TARGETS)
/third_party/selinux/libselinux/utils/
H A DMakefile49 TARGETS=sefcontext_compile macro
51 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c))) macro
56 all: $(TARGETS)
60 install -m 755 $(TARGETS) $(DESTDIR)$(SBINDIR)
63 rm -f $(TARGETS) *.o *~
/third_party/musl/scripts/build_lite/
H A DMakefile58 TARGETS = $(if $(wildcard $(LITEOSADIR)),liteos_a_user,) macro
59 TARGETS += $(if $(wildcard $(LINUXDIR)),linux_user,)
81 .PHONY: $(TARGETS:%=musl_copy_for_%)
82 .PHONY: $(TARGETS:%=musl_patch_for_%)
83 .PHONY: $(TARGETS:%=musl_install_for_%)
84 .PHONY: $(TARGETS:%=linux_header_install_for_%)
85 .PHONY: $(TARGETS:%=nuttx_header_install_for_%)
86 .PHONY: $(TARGETS:%=optimized_routines_install_for_%)
89 all: $(TARGETS:%=musl_install_for_%)
91 $(TARGETS
[all...]
/third_party/selinux/checkpolicy/
H A DMakefile8 TARGETS = checkpolicy checkmodule macro
29 all: $(TARGETS)
56 install -m 755 $(TARGETS) $(DESTDIR)$(BINDIR)
71 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
/third_party/icu/icu4c/source/samples/uresb/
H A Dresources.mak7 TARGETS = en.res root.res sr.res macro
17 all : $(TARGETS)
21 -erase $(TARGETS)
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Dresources.mak7 TARGETS = en.res root.res sr.res macro
17 all : $(TARGETS)
21 -erase $(TARGETS)
/third_party/curl/src/
H A DMakefile.mk44 TARGETS := curl$(BIN_EXT) macro
87 $(TARGETS): $(curl_OBJECTS) $(PROOT)/lib/libcurl.a
90 all: $(OBJ_DIR) $(TARGETS)
/third_party/curl/lib/
H A DMakefile.mk289 all: $(TARGETS)
302 @$(call DEL, $(TARGETS) $(TOVCLEAN))
319 TARGETS := $(libcurl_a_LIBRARY) macro
333 all: $(OBJ_DIR) $(TARGETS)
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py213 TARGETS = { variable
318 self.result.append("\ninstall(TARGETS cppgc)")
329 TARGETS[target], []).append('${' + self._SourceVar(target) + '}')
446 if TARGETS[target] == 'tests':
498 V8GNTransformer(builder, TARGETS.keys()).Traverse(tree)
/third_party/node/deps/v8/tools/dev/
H A Dgm.py52 TARGETS = ["d8", "cctest", "unittests", "v8_fuzzers", "wasm_api_tests", "wee8", variable
102 "targets": ", ".join(TARGETS)}
202 for t in TARGETS:
458 if word in TARGETS:
471 elif word in TARGETS:
/third_party/glfw/src/
H A Dx11_window.c810 if (request->target == _glfw.x11.TARGETS) in writeTargetToProperty()
814 const Atom targets[] = { _glfw.x11.TARGETS, in writeTargetToProperty()
H A Dx11_platform.h632 Atom TARGETS; member
H A Dx11_init.c923 _glfw.x11.TARGETS = XInternAtom(_glfw.x11.display, "TARGETS", False); in initExtensions()

Completed in 16 milliseconds