OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGETS
(Results
1 - 17
of
17
) 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/icu4c/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
)
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Makefile
55
# Add STLport 4.6.x tests to $(
TARGETS
) (if enabled)
57
TARGETS
+= test_stlport46 test_stlport46d
60
# Add STLport 5.0.x tests to $(
TARGETS
) (if enabled)
62
TARGETS
+= test_stlport50 test_stlport50d
65
# Add STLport 5.1.x tests to $(
TARGETS
) (if enabled)
67
TARGETS
+= test_stlport51 test_stlport51d
70
# Add STLport 5.2.x tests to $(
TARGETS
) (if enabled)
72
TARGETS
+= test_stlport52 test_stlport52d
78
ifeq ($(
TARGETS
),)
83
ifneq ($(
TARGETS
),)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile
55
# Add STLport 4.6.x tests to $(
TARGETS
) (if enabled)
57
TARGETS
+= test_stlport46 test_stlport46d
60
# Add STLport 5.0.x tests to $(
TARGETS
) (if enabled)
62
TARGETS
+= test_stlport50 test_stlport50d
65
# Add STLport 5.1.x tests to $(
TARGETS
) (if enabled)
67
TARGETS
+= test_stlport51 test_stlport51d
70
# Add STLport 5.2.x tests to $(
TARGETS
) (if enabled)
72
TARGETS
+= test_stlport52 test_stlport52d
78
ifeq ($(
TARGETS
),)
83
ifneq ($(
TARGETS
),)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile
55
# Add STLport 4.6.x tests to $(
TARGETS
) (if enabled)
57
TARGETS
+= test_stlport46 test_stlport46d
60
# Add STLport 5.0.x tests to $(
TARGETS
) (if enabled)
62
TARGETS
+= test_stlport50 test_stlport50d
65
# Add STLport 5.1.x tests to $(
TARGETS
) (if enabled)
67
TARGETS
+= test_stlport51 test_stlport51d
70
# Add STLport 5.2.x tests to $(
TARGETS
) (if enabled)
72
TARGETS
+= test_stlport52 test_stlport52d
78
ifeq ($(
TARGETS
),)
83
ifneq ($(
TARGETS
),)
[
all
...]
/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/proguard/build/
makefile
22
TARGETS
= $(PROGUARD) $(PROGUARD_GUI) $(RETRACE) $(ANT_TASK) $(WTK_PLUGIN)
38
# The various
targets
.
76
$(foreach TARGET,$(
TARGETS
),$(eval $(call TARGETRULE,$(TARGET))))
94
.PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(
TARGETS
) $(OPTIONAL_TARGETS)
/prebuilts/tools/common/proguard/proguard4.7/build/
makefile
22
TARGETS
= $(PROGUARD) $(PROGUARD_GUI) $(RETRACE) $(ANT_TASK) $(WTK_PLUGIN)
38
# The various
targets
.
76
$(foreach TARGET,$(
TARGETS
),$(eval $(call TARGETRULE,$(TARGET))))
94
.PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(
TARGETS
) $(OPTIONAL_TARGETS)
/external/iputils/
Makefile
111
TARGETS
=$(IPV4_TARGETS) $(IPV6_TARGETS)
126
all: $(
TARGETS
)
132
$(
TARGETS
): %: %.o
221
@rm -f *.o $(
TARGETS
)
/external/ppp/pppd/
Makefile.linux
12
TARGETS
= pppd
101
TARGETS
+= srp-entry
200
all: $(
TARGETS
)
221
rm -f $(PPPDOBJS) $(EXTRACLEAN) $(
TARGETS
) *~ #* core
/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"
151
--enable-
targets
=arm \
178
configure_opts="--enable-
targets
=x86 --host=i686-apple-darwin_sim \
185
configure_opts="--enable-
targets
=arm,x86"
/external/qemu/
android-configure.sh
96
echo " --install=FILEPATH copy emulator executable to FILEPATH [$
TARGETS
]"
217
log "
Targets
:
TARGETS
=$OPTION_TARGETS"
Completed in 588 milliseconds