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

1 2 3 4 5

  /build/kati/testcase/
multi_rule_order_only.mk 6 OBJS := foo.o
8 $(OBJS): | bar.a
10 $(OBJS): CFLAGS:=-g
21 foo.a: $(OBJS)
  /external/autotest/client/tests/rtc/src/
Makefile 7 OBJS= ${SRCS:.c=.o}
12 rtctest: $(OBJS)
13 $(CC) $(LDFLAGS) -o rtctest $(OBJS)
16 -rm -f $(OBJS)
  /external/autotest/client/tests/tsc/src/
Makefile 8 OBJS= ${SRCS:.c=.o}
13 checktsc: $(OBJS)
14 $(CC) $(LDFLAGS) -o checktsc $(OBJS) $(LIBS)
17 -rm -f $(OBJS)
  /external/wpa_supplicant_8/hs20/server/
Makefile 24 OBJS=spp_server.o
25 OBJS += hs20_spp_server.o
26 OBJS += ../../src/utils/xml-utils.o
27 OBJS += ../../src/utils/base64.o
28 OBJS += ../../src/utils/common.o
29 OBJS += ../../src/utils/os_unix.o
30 OBJS += ../../src/utils/wpa_debug.o
31 OBJS += ../../src/crypto/md5-internal.o
34 OBJS += ../../src/utils/xml_libxml2.o
36 hs20_spp_server: $(OBJS)
    [all...]
  /external/autotest/client/tests/monotonic_time/src/
Makefile 10 OBJS= $(SRCS:.c=.o)
14 $(PROG): $(OBJS)
15 $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
17 $(OBJS): $(HDRS)
20 -rm -f $(OBJS)
  /external/wpa_supplicant_8/hs20/client/
Makefile 35 OBJS=spp_client.o
36 OBJS += oma_dm_client.o
37 OBJS += osu_client.o
38 OBJS += est.o
39 OBJS += ../../src/utils/xml-utils.o
42 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
47 OBJS += ../../src/utils/eloop.o
48 OBJS += ../../src/utils/wpabuf.o
49 OBJS += ../../src/wps/httpread.o
50 OBJS += ../../src/wps/http_server.
    [all...]
Android.mk 33 OBJS = spp_client.c
34 OBJS += oma_dm_client.c
35 OBJS += osu_client.c
36 OBJS += est.c
37 OBJS += ../../src/common/wpa_ctrl.c
38 OBJS += ../../src/common/wpa_helpers.c
39 OBJS += ../../src/utils/xml-utils.c
40 #OBJS += ../../src/utils/browser-android.c
41 OBJS += ../../src/utils/browser-wpadebug.c
42 OBJS += ../../src/utils/wpabuf.
    [all...]
  /external/harfbuzz_ng/src/
check-static-inits.sh 17 OBJS=.libs/*.o
18 if test "x`echo $OBJS`" = "x$OBJS" 2>/dev/null >/dev/null; then
24 for obj in $OBJS; do
32 for obj in $OBJS; do
  /external/wpa_supplicant_8/hostapd/
Android.mk 76 OBJS = main.c
77 OBJS += config_file.c
79 OBJS += src/ap/hostapd.c
80 OBJS += src/ap/wpa_auth_glue.c
81 OBJS += src/ap/drv_callbacks.c
82 OBJS += src/ap/ap_drv_ops.c
83 OBJS += src/ap/utils.c
84 OBJS += src/ap/authsrv.c
85 OBJS += src/ap/ieee802_1x.c
86 OBJS += src/ap/ap_config.
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
makefile.vms 26 OBJS=ia64-dis.obj,ia64-opc.obj
30 OBJS=alpha-dis.obj,alpha-opc.obj
34 OBJS=vax-dis.obj
38 OBJS:=$(OBJS),dis-init.obj,dis-buf.obj,disassemble.obj
50 libopcodes.olb: $(OBJS)
  /external/autotest/client/site_tests/graphics_Gbm/src/
Makefile 8 OBJS = $(SOURCES:.c=.o)
21 $(GBMTEST): $(OBJS)
25 $(RM) $(OBJS) $(DEPS)
31 $(OBJS): %.o: %.c
  /external/autotest/client/site_tests/hardware_TLBMissCost/src/
Makefile 7 OBJS=iTLB_benchmark.o iTLB_benchmark_function.o
8 OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c
  /external/autotest/client/site_tests/logging_UserCrash/src/
Makefile 7 OBJS = crasher.o bomb.o
19 crasher_nobreakpad: $(OBJS)
  /external/curl/lib/
makefile.amiga 14 OBJS = $(CSOURCES:.c=.o)
16 all: $(OBJS)
17 ar cru libcurl.a $(OBJS)
  /external/dnsmasq/bld/
Makefile 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
10 dnsmasq : $(OBJS)
11 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(DNSMASQ_LIBS) $(LIBS)
13 dnsmasq.pot : $(OBJS:.o=.c) dnsmasq.h config.h
14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
  /external/lzma/C/Util/LzmaLib/
makefile 21 OBJS = \
28 $(SLIBPATH): $O $(OBJS)
29 lib -out:$(SLIBPATH) $(OBJS) $(LIBS)
  /external/ppp/pppd/
Makefile.sol2 11 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \
36 OBJS += ipv6cp.o eui64.o
40 OBJS += chap_ms.o pppcrypt.o md4.o sha1.o
44 #OBJS += cbcp.o
55 pppd: $(OBJS)
56 $(CC) -o pppd $(OBJS) $(LIBS)
63 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
Makefile 4 OBJS=iTLB_benchmark.o dTLB_benchmark.o iTLB_benchmark_function.o
5 OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c noploop_branch.txt
  /device/linaro/hikey/wpan/uim/
Makefile 14 OBJS = uim.o
27 VERSION_OBJS := $(filter-out version.o, $(OBJS))
33 uim: $(OBJS)
35 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o uim
  /external/autotest/client/site_tests/graphics_GpuReset/src/
Makefile 8 OBJS = $(SOURCES:.c=.o)
29 $(GPURESET): $(OBJS)
33 $(RM) $(OBJS) $(DEPS)
39 $(OBJS): %.o: %.c
  /external/dhcpcd-6.8.2/test/
Makefile 16 OBJS+= ${SRCS:.c=.o} ${T_COMPAT_SRCS:.c=.o} ${T_MD5_SRC:.c=.o}
24 rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
34 ${PROG}: ${DEPEND} ${OBJS}
35 ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com 265 OBJS=ftsystem.obj
267 all : $(OBJS)
268 library/create [--.lib]freetype.olb $(OBJS)
296 OBJS=afangles.obj,afhints.obj,aflatin.obj
298 all : $(OBJS)
299 library [--.lib]freetype.olb $(OBJS)
328 OBJS=autohint.obj
330 all : $(OBJS)
331 library [--.lib]freetype.olb $(OBJS)
358 OBJS=ftbase.obj,ftinit.obj,ftglyph.obj,ftdebug.obj,ftbdf.obj,ftmm.obj,
    [all...]
  /external/curl/src/
makefile.amiga 19 OBJS = $(CURL_CFILES:.c=.o) $(CURLX_CFILES:.c=.o)
21 all: tool_hugehelp.c $(OBJS)
22 $(CC) $(CFLAGS) -o cURL $(OBJS) $(LIBS) -Wl,-Map,cURL.map,--cref
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 21 OBJS = eas_main.o eas_report.o eas_wave.o eas_hostmm.o eas_config.o
23 arm-wt-22k: $(OBJS)
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
  /external/e2fsprogs/lib/
Makefile.bsd-lib 24 $(BSD_LIB): $(OBJS)
25 (cd pic; ld -Bshareable -o $(BSD_LIB) $(LDFLAGS) $(OBJS))

Completed in 5574 milliseconds

1 2 3 4 5