Searched refs:OBJS (Results 1 - 25 of 115) sorted by relevance

12345

/external/autotest/client/tests/rtc/src/
H A DMakefile7 OBJS= ${SRCS:.c=.o} macro
12 rtctest: $(OBJS)
13 $(CC) $(LDFLAGS) -o rtctest $(OBJS)
16 -rm -f $(OBJS)
/external/autotest/client/tests/tsc/src/
H A DMakefile8 OBJS= ${SRCS:.c=.o} macro
13 checktsc: $(OBJS)
14 $(CC) $(LDFLAGS) -o checktsc $(OBJS) $(LIBS)
17 -rm -f $(OBJS)
/external/wpa_supplicant_8/hs20/server/
H A DMakefile24 OBJS=spp_server.o macro
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/
H A DMakefile10 OBJS= $(SRCS:.c=.o) macro
14 $(PROG): $(OBJS)
15 $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
17 $(OBJS): $(HDRS)
20 -rm -f $(OBJS)
/external/wpa_supplicant_8/hs20/client/
H A DMakefile35 OBJS=spp_client.o macro
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
[all...]
H A DAndroid.mk33 OBJS = spp_client.c macro
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
[all...]
/external/harfbuzz_ng/src/
H A Dcheck-static-inits.sh17 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/
H A DAndroid.mk76 OBJS = main.c macro
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
[all...]
/external/autotest/client/site_tests/graphics_Gbm/src/
H A DMakefile8 OBJS = $(SOURCES:.c=.o) macro
21 $(GBMTEST): $(OBJS)
25 $(RM) $(OBJS) $(DEPS)
31 $(OBJS): %.o: %.c
/external/autotest/client/site_tests/hardware_TLBMissCost/src/
H A DMakefile7 OBJS=iTLB_benchmark.o iTLB_benchmark_function.o macro
8 OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c
/external/autotest/client/site_tests/logging_UserCrash/src/
H A DMakefile7 OBJS = crasher.o bomb.o macro
19 crasher_nobreakpad: $(OBJS)
/external/curl/lib/
H A Dmakefile.amiga14 OBJS = $(CSOURCES:.c=.o)
16 all: $(OBJS)
17 ar cru libcurl.a $(OBJS)
/external/dnsmasq/bld/
H A DMakefile3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \ macro
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/
H A Dmakefile21 OBJS = \ macro
28 $(SLIBPATH): $O $(OBJS)
29 lib -out:$(SLIBPATH) $(OBJS) $(LIBS)
/external/ppp/pppd/
H A DMakefile.sol211 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/
H A DMakefile4 OBJS=iTLB_benchmark.o dTLB_benchmark.o iTLB_benchmark_function.o macro
5 OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c noploop_branch.txt
/external/autotest/client/site_tests/graphics_GpuReset/src/
H A DMakefile8 OBJS = $(SOURCES:.c=.o) macro
29 $(GPURESET): $(OBJS)
33 $(RM) $(OBJS) $(DEPS)
39 $(OBJS): %.o: %.c
/external/dhcpcd-6.8.2/test/
H A DMakefile16 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/curl/src/
H A Dmakefile.amiga19 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/
H A Darm-wt-22k.mak21 OBJS = eas_main.o eas_report.o eas_wave.o eas_hostmm.o eas_config.o macro
23 arm-wt-22k: $(OBJS)
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
/external/e2fsprogs/lib/
H A DMakefile.bsd-lib24 $(BSD_LIB): $(OBJS)
25 (cd pic; ld -Bshareable -o $(BSD_LIB) $(LDFLAGS) $(OBJS))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A DMakefile21 -include $(OBJS:%.o=%.d)
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A DMakefile16 -include $(OBJS:%.o=%.d)
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A DMakefile18 -include $(OBJS:%.o=%.d)
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A DMakefile16 -include $(OBJS:%.o=%.d)

Completed in 549 milliseconds

12345