HomeSort by relevance Sort by last modified time
    Searched refs:TARGETS (Results 1 - 25 of 32) sorted by null

1 2

  /external/autotest/client/site_tests/security_AltSyscall/src/
Makefile 7 TARGETS = read mmap alt_syscall
9 all: $(TARGETS)
15 $(RM) $(TARGETS)
  /external/selinux/libsepol/utils/
Makefile 9 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
11 all: $(TARGETS)
15 install -m 755 $(TARGETS) $(BINDIR)
18 -rm -f $(TARGETS) *.o
  /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/iproute2/tipc/
Makefile 13 TARGETS=tipc
19 all: $(TARGETS) $(LIBS)
24 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
27 rm -f $(TIPCOBJ) $(TARGETS)
  /external/selinux/policycoreutils/mcstrans/utils/
Makefile 26 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
28 all: $(TARGETS)
32 install -m 755 $(TARGETS) $(BINDIR)
38 rm -f $(TARGETS) *.o *~ \#*
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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/selinux/policycoreutils/load_policy/
Makefile 12 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
14 all: $(TARGETS)
18 install -m 755 $(TARGETS) $(SBINDIR)
25 -rm -f $(TARGETS) *.o
  /external/iproute2/misc/
Makefile 4 TARGETS=ss nstat ifstat rtacct lnstat
9 TARGETS += arpd
21 all: $(TARGETS)
43 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
48 rm -f *.o $(TARGETS) ssfilter.c
  /external/libvpx/libvpx/build/make/
iosbuild.sh 32 TARGETS="arm64-darwin-gcc
94 # $1 is the list of targets.
96 local targets="$1"
120 for target in ${targets}; do
141 local targets="$1"
154 for target in ${targets}; do
171 create_vpx_framework_config_shim "${targets}"
181 # TODO(tomfinegan): Verify that expected targets are included within
185 # Trap function. Cleans up the subtree used to build all targets contained in
186 # $TARGETS
    [all...]
  /external/selinux/libselinux/utils/
Makefile 29 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
39 TARGETS:= $(filter-out $(UNUSED_TARGETS), $(TARGETS))
41 all: $(TARGETS)
45 install -m 755 $(TARGETS) $(USRBINDIR)
48 rm -f $(TARGETS) *.o *~
  /external/selinux/policycoreutils/run_init/
Makefile 26 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
28 all: $(TARGETS)
46 -rm -f $(TARGETS) *.o
  /external/iproute2/ip/
Makefile 22 TARGETS=ip rtmon
24 all: $(TARGETS) $(SCRIPTS)
31 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
35 rm -f $(ALLOBJ) $(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 rtpr.8 ss.8 \
19 all: $(TARGETS)
33 @rm -f $(TARGETS)
  /external/selinux/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/selinux/policycoreutils/semanage/
Makefile 12 TARGETS=semanage
16 all: $(TARGETS)
  /external/selinux/policycoreutils/gui/
Makefile 9 TARGETS= \
25 all: $(TARGETS) system-config-selinux.py polgengui.py
38 install -m 644 $(TARGETS) $(SHAREDIR)
  /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/proguard/build/
makefile 31 TARGETS = $(PROGUARD) $(PROGUARD_GUI) $(RETRACE) $(ANT_TASK) $(GRADLE_TASK) $(WTK_PLUGIN)
47 # The various targets.
90 $(foreach TARGET,$(TARGETS),$(eval $(call TARGETRULE,$(TARGET))))
108 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_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

Completed in 575 milliseconds

1 2