Home
last modified time | relevance | path

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

1234567

/external/wpa_supplicant_8/hs20/client/
DMakefile40 OBJS=spp_client.o macro
41 OBJS += oma_dm_client.o
42 OBJS += osu_client.o
43 OBJS += est.o
44 OBJS += ../../src/utils/xml-utils.o
47 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
52 OBJS += ../../src/utils/eloop.o
53 OBJS += ../../src/utils/wpabuf.o
54 OBJS += ../../src/wps/httpread.o
55 OBJS += ../../src/wps/http_server.o
[all …]
/external/freetype/
Dvms_make.com265 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/linux-kselftest/tools/testing/selftests/sync/
DMakefile16 OBJS = sync_test.o sync.o macro
26 OBJS := $(patsubst %,$(OUTPUT)/%,$(OBJS)) macro
29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS)
30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
32 $(OBJS): $(OUTPUT)/%.o: %.c
38 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS)
/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/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/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/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/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/honggfuzz/examples/linux_kernel_ip/
DMakefile8 OBJS := $(SRCS:.c=.o) macro
15 $(BIN): $(OBJS)
16 $(LD) -o $(BIN) $(OBJS) $(LDFLAGS)
20 $(RM) -r core $(OBJS) $(BIN) *~ */*~
/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/u-boot/examples/api/
DMakefile47 OBJS := $(OBJ-y) $(notdir $(EXT_COBJ-y) $(EXT_SOBJ-y)) macro
48 targets += $(OBJS)
49 OBJS := $(addprefix $(obj)/,$(OBJS)) macro
56 $(obj)/demo: $(OBJS) FORCE
/external/libvpx/libvpx/
Dlibs.mk30 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
179 CLEAN-OBJS += libvpx_srcs.txt
197 CLEAN-OBJS += vpx.def
232 OBJS-yes += $(LIBVPX_OBJS)
283 CLEAN-OBJS += libvpx.def
288 CLEAN-OBJS += libvpx_dll.a
333 CLEAN-OBJS += vpx.pc
341 CLEAN-OBJS += libvpx.ver
346 CLEAN-OBJS += libvpx.syms
364 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
[all …]
/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/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/lzma/C/Util/Lzma/
Dmakefile.gcc7 OBJS = \
19 $(PROG): $(OBJS)
20 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2)
44 -$(RM) $(PROG) $(OBJS)
/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/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/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/usb/user_usb/
DMakefile3 OBJS = tusb_ki.o user_tusb.o macro
5 test_usb: $(OBJS)
9 rm -f $(OBJS) test_usb
/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/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
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/templates/
DMakefile.tpl4 OBJS := \
18 %{EXECUTABLE}% : $(OBJS)
19 $(CXX) $(CXXFLAGS) -o $@ $(OBJS) $(LDFLAGS)
/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)

1234567