OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:"$ targets"
(Results
26 - 50
of
73
) sorted by null
1
2
3
/external/libvpx/libvpx/build/make/
iosbuild.sh
124
for target in
${targets
}; do
196
for target in
${targets
}; do
218
create_vpx_framework_config_shim "
${targets
}"
236
verify_framework_targets
${targets
}
245
#
$TARGETS
.
280
$(print_list " "
${TARGETS
})
370
TARGETS="$(print_list ""
${TARGETS
})"
381
build_framework "
${TARGETS
}"
383
print_list ""
${TARGETS
}
/external/selinux/libselinux/utils/
Makefile
63
all:
$(TARGETS
)
67
install -m 755
$(TARGETS
) $(USRSBINDIR)
70
rm -f
$(TARGETS
) *.o *~
/external/syslinux/utils/
Makefile
35
all:
$(TARGETS
)
66
rm -f
$(TARGETS
)
74
install -m 755
$(TARGETS
) $(ASIS) $(INSTALLROOT)$(BINDIR)
/external/syslinux/win64/ntfstest/
Makefile
49
all:
$(TARGETS
)
52
rm -f
$(TARGETS
)
61
-rm -f *~
$(TARGETS
)
/external/selinux/gui/
Makefile
25
all:
$(TARGETS
) system-config-selinux.py polgengui.py
38
install -m 644
$(TARGETS
) $(SHAREDIR)
/external/syslinux/gpxe/
Makefile
25
all:
$(TARGETS
)
37
rm -f
$(TARGETS
)
/external/mesa3d/src/gallium/state_trackers/xa/
Makefile
32
$(CC) -c $(XA_CFLAGS) $(CFLAGS) $(XA_INCLUDES)
$<
33
34
35
##### TARGETS #####
/external/selinux/python/semanage/
Makefile
16
all:
$(TARGETS
)
/external/ltp/tools/netpipe-2.4-ipv6/
Makefile
28
all:
$(TARGETS
)
73
rm -f
$(TARGETS
) *.o core a.out
/external/proguard/build/
makefile
90
$(foreach TARGET,
$(TARGETS
),$(eval $(call TARGETRULE,$(TARGET))))
108
.PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean
$(TARGETS
) $(OPTIONAL_TARGETS)
/external/syslinux/dos/
Makefile
48
all:
$(TARGETS
)
56
-rm -f *~
$(TARGETS
)
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Makefile
72
all:
$(TARGETS
)
78
rm -f
$(TARGETS
) *~ *.o *.so
/prebuilts/tools/common/proguard/proguard4.7/build/
makefile
76
$(foreach TARGET,
$(TARGETS
),$(eval $(call TARGETRULE,$(TARGET))))
94
.PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean
$(TARGETS
) $(OPTIONAL_TARGETS)
/external/curl/packages/Linux/RPM/
make_curl_rpm
41
for target in
$targets
/frameworks/rs/
update_rs_prebuilts.sh
148
for t in
${TARGETS
[@]}; do
180
for i in $(seq 0
$((${#TARGETS
[@]} - 1))); do
181
t=
${TARGETS
[$i]}
260
for t in
${TARGETS
[@]}; do
/external/syslinux/win32/
Makefile
72
all:
$(TARGETS
)
75
rm -f
$(TARGETS
)
84
-rm -f *~
$(TARGETS
)
/external/syslinux/win32/ntfstest/
Makefile
60
all:
$(TARGETS
)
63
rm -f
$(TARGETS
)
72
-rm -f *~
$(TARGETS
)
/external/syslinux/win64/
Makefile
62
all:
$(TARGETS
)
65
rm -f
$(TARGETS
)
74
-rm -f *~
$(TARGETS
)
/external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh
68
if [ "
$targets
" != "" ]; then
69
targets="
$targets
"
72
targets="
$targets
${test_prefix}_$prereq"
150
MAKE_TARGETS+=
${targets
}
/external/mdnsresponder/Clients/
Makefile
36
all:
$(TARGETS
)
/external/syslinux/dosutil/
Makefile
52
all:
$(TARGETS
)
/external/v8/tools/
bash-completion.sh
55
COMPREPLY=($(compgen -W "
$targets
" -- "$cur"))
/prebuilts/go/darwin-x86/src/
buildall.bash
43
for target in
$targets
/prebuilts/go/linux-x86/src/
buildall.bash
43
for target in
$targets
/prebuilts/tools/linux-x86_64/kythe/studio/
build_studio_kythe.sh
37
--experimental_action_listener=${EAL} --
${TARGETS
} || true
Completed in 816 milliseconds
1
2
3