Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 25 of 183) sorted by relevance

12345678

/external/wpa_supplicant_8/hs20/client/
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 += ../../src/wps/http_server.o
[all …]
/external/wpa_supplicant_8/hs20/server/
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/harfbuzz_ng/src/
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/ppp/pppd/
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
55 pppd: $(OBJS)
56 $(CC) -o pppd $(OBJS) $(LIBS)
63 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
/external/autotest/client/tests/monotonic_time/src/
DMakefile10 OBJS= $(SRCS:.c=.o) macro
14 $(PROG): $(OBJS)
15 $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
17 $(OBJS): $(HDRS)
20 -rm -f $(OBJS)
/external/iw/
DMakefile15 OBJS = iw.o genl.o event.o info.o phy.o \ macro
20 OBJS += sections.o
22 OBJS-$(HWSIM) += hwsim.o
24 OBJS += $(OBJS-y) $(OBJS-Y)
93 VERSION_OBJS := $(filter-out version.o, $(OBJS))
105 iw: $(OBJS)
107 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o iw
/external/dnsmasq/bld/
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/autotest/client/tests/rtc/src/
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/
DMakefile8 OBJS= ${SRCS:.c=.o} macro
13 checktsc: $(OBJS)
14 $(CC) $(LDFLAGS) -o checktsc $(OBJS) $(LIBS)
17 -rm -f $(OBJS)
/external/autotest/client/site_tests/graphics_Gralloc/src/
DMakefile8 OBJS = $(SOURCES:.c=.o) macro
18 $(GRALLOCTEST): $(OBJS)
22 $(RM) $(OBJS) $(DEPS)
28 $(OBJS): %.o: %.c
/external/autotest/client/site_tests/graphics_Gbm/src/
DMakefile8 OBJS = $(SOURCES:.c=.o) macro
21 $(GBMTEST): $(OBJS)
25 $(RM) $(OBJS) $(DEPS)
31 $(OBJS): %.o: %.c
/external/ltp/testcases/kernel/module/query_module/
DMakefile26 OBJS=$(SRC1:.c=.o) macro
27 TARGETS=query_module01 query_module02 query_module03 $(OBJS)
30 chmod 755 $(OBJS)
32 $(OBJS): $(SRC1)
/external/dhcpcd-6.8.2/test/
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/autotest/client/site_tests/graphics_GpuReset/src/
DMakefile8 OBJS = $(SOURCES:.c=.o) macro
29 $(GPURESET): $(OBJS)
33 $(RM) $(OBJS) $(DEPS)
39 $(OBJS): %.o: %.c
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
DMakefile42 OBJS = dev_video.o \ macro
80 all: $(OBJS)
81 $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o v4l-test
84 rm -f $(OBJS)
/external/lzma/C/Util/Lzma/
Dmakefile.gcc7 OBJS = \
19 $(PROG): $(OBJS)
20 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2)
44 -$(RM) $(PROG) $(OBJS)
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
DMakefile3 OBJS = tmod_ki.o user_tmod.o macro
5 test_mod: $(OBJS)
9 rm -f $(OBJS) test_mod
/external/ltp/testcases/kernel/device-drivers/base/user_base/
DMakefile3 OBJS = tbase_ki.o user_tbase.o macro
5 test_base: $(OBJS)
9 rm -f $(OBJS) test_base
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
DMakefile3 OBJS = tagp_ki.o user_tagp.o macro
5 test_agp: $(OBJS)
9 rm -f $(OBJS) test_agp
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/
DMakefile3 OBJS = tusb_ki.o user_tusb.o macro
5 test_usb: $(OBJS)
9 rm -f $(OBJS) test_usb
/external/libxml2/VxWorks/
DMakefile34 OBJS = c14n.o catalog.o chvalid.o \ macro
58 lib$(NAME).so : init $(patsubst %.o, objs/%.o, $(OBJS))
59 $(CC) $(FLAGS) $(LIB_LDFLAGS) -shared -o $@ $(patsubst %.o, objs/%.o, $(OBJS))
61 (NAME).out : init $(patsubst %.o, objs/%.o, $(OBJS))
62 $(CC) $(FLAGS) -o $@ $(patsubst %.o, objs/%.o, $(OBJS))
/external/libvpx/libvpx/
Dlibs.mk30 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
189 CLEAN-OBJS += libvpx_srcs.txt
200 CLEAN-OBJS += vpx.def
233 OBJS-yes += $(LIBVPX_OBJS)
283 CLEAN-OBJS += libvpx.ver
288 CLEAN-OBJS += libvpx.syms
296 CLEAN-OBJS += libvpx.def
301 CLEAN-OBJS += libvpx_dll.a
346 CLEAN-OBJS += vpx.pc
365 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
[all …]
/external/curl/docs/examples/
DMakefile.example27 OBJS= ftpget.o
48 $(TARGET) : $(OBJS)
49 $(CC) -o $(TARGET) $(OBJS) $(LDFLAGS) $(LIBS)
/external/curl/lib/
Dmakefile.amiga14 OBJS = $(CSOURCES:.c=.o)
16 all: $(OBJS)
17 ar cru libcurl.a $(OBJS)
/external/libpng/scripts/
Dmakefile.amiga36 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
42 libpng.lib: $(OBJS)
44 $(AR) libpng.lib r $(OBJS)
46 $(OBJS): pngpriv.h png.h pngconf.h pnglibconf.h pnginfo.h pngstruct.h pngdebug.h

12345678