OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGETS
(Results
1 - 14
of
14
) sorted by null
/external/libsepol/utils/
Makefile
9
TARGETS
=$(patsubst %.c,%,$(wildcard *.c))
11
all: $(
TARGETS
)
15
install -m 755 $(
TARGETS
) $(BINDIR)
18
-rm -f $(
TARGETS
) *.o
/external/chromium_org/third_party/icu/source/samples/uresb/
resources.mak
4
TARGETS
= en.res root.res sr.res
14
all : $(
TARGETS
)
15
@echo All
targets
are up to date
18
-erase $(
TARGETS
)
/external/icu/icu4c/source/samples/uresb/
resources.mak
4
TARGETS
= en.res root.res sr.res
14
all : $(
TARGETS
)
15
@echo All
targets
are up to date
18
-erase $(
TARGETS
)
/external/mdnsresponder/Clients/
Makefile
29
TARGETS
= build/dns-sd build/dns-sd64
32
TARGETS
= build/dns-sd
36
all: $(
TARGETS
)
/external/iproute2/man/man8/
Makefile
0
TARGETS
= ip-address.8 ip-link.8 ip-route.8
3
MAN8PAGES = $(
TARGETS
) ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 ss.8 \
12
all: $(
TARGETS
)
26
@rm -f $(
TARGETS
)
/external/iproute2/misc/
Makefile
4
TARGETS
=ss nstat ifstat rtacct arpd lnstat
8
all: $(
TARGETS
)
30
install -m 0755 $(
TARGETS
) $(DESTDIR)$(SBINDIR)
35
rm -f *.o $(
TARGETS
) ssfilter.c
/external/iproute2/ip/
Makefile
18
TARGETS
=ip rtmon
20
all: $(
TARGETS
) $(SCRIPTS)
28
install -m 0755 $(
TARGETS
) $(DESTDIR)$(SBINDIR)
32
rm -f $(ALLOBJ) $(
TARGETS
)
/external/checkpolicy/
Makefile
9
TARGETS
= checkpolicy checkmodule
26
all: $(
TARGETS
)
51
install -m 755 $(
TARGETS
) $(BINDIR)
60
-rm -f $(
TARGETS
) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
iosbuild.sh
28
TARGETS
="arm64-darwin-gcc
85
# $1 is the list of
targets
.
87
local
targets
="$1"
111
for target in ${
targets
}; do
132
local
targets
="$1"
145
for target in ${
targets
}; do
162
create_vpx_framework_config_shim "${
targets
}"
172
# TODO(tomfinegan): Verify that expected
targets
are included within
176
# Trap function. Cleans up the subtree used to build all
targets
contained in
177
# $
TARGETS
[
all
...]
/external/iputils/
Makefile
111
TARGETS
=$(IPV4_TARGETS) $(IPV6_TARGETS)
126
all: $(
TARGETS
)
132
$(
TARGETS
): %: %.o
221
@rm -f *.o $(
TARGETS
)
/external/conscrypt/
update_prebuilts.sh
25
declare -a
TARGETS
=(generic_armv5 aosp_arm aosp_mips aosp_x86)
89
for (( i=0; i < ${#
TARGETS
[@]}; i++ )); do
90
build_libs "${
TARGETS
[$i]}"
107
for (( i=0; i < ${#
TARGETS
[@]}; i++ )); do
/external/llvm/utils/buildit/
GNUmakefile
7
# You can specify
TARGETS
=ppc (or i386) on the buildit command line to limit the
10
# in
TARGETS
.
23
targets
= echo $(RC_ARCHS)
macro
24
TARGETS
:= $(shell $(
targets
))
64
$(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(
TARGETS
)" \
build_llvm
17
# FIXME: The list of
targets
is currently hard-coded and
TARGETS
is not used.
18
TARGETS
="$2"
154
--enable-
targets
=arm,arm64 \
181
configure_opts="--enable-
targets
=x86 --host=i686-apple-darwin_sim \
191
configure_opts="--enable-
targets
=arm,arm64,x86"
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Makefile
190
TARGETS
= $(CMD_TARGETS)
299
$(RM) *.o *~ $(
TARGETS
) *.a *.so $(VERSION_FILES) .*.d
Completed in 468 milliseconds