Searched defs:OBJS (Results 1 - 25 of 42) sorted by relevance

12

/external/lzma/CPP/7zip/
H A D7zip.mak0 OBJS = \
1 OBJS = \\ macro
/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/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_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/logging_UserCrash/src/
H A DMakefile7 OBJS = crasher.o bomb.o macro
19 crasher_nobreakpad: $(OBJS)
/external/libxml2/VxWorks/
H A 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/lzma/C/Util/SfxSetup/
H A Dmakefile23 OBJS = \ macro
/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/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/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/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/lzma/C/Util/7z/
H A Dmakefile27 OBJS = \ macro
/external/lzma/C/Util/Lzma/
H A Dmakefile19 OBJS = \ macro
/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/sonivox/arm-wt-22k/lib_src/
H A Darm-wt-22k_lib.mak21 OBJS = eas_mididata.o eas_pan.o eas_wavefiledata.o eas_imelody.o eas_xmfdata.o ARM-E_interpolate_noloop_gnu.o eas_chorusdata.o ARM-E_voice_gain_gnu.o eas_ota.o eas_reverbdata.o eas_rtttl.o eas_reverb.o jet.o eas_mdls.o eas_mixbuf.o eas_smf.o eas_tcdata.o eas_chorus.o eas_pcmdata.o eas_xmf.o eas_smfdata.o eas_math.o eas_tonecontrol.o eas_rtttldata.o eas_voicemgt.o eas_public.o eas_dlssynth.o ARM-E_interpolate_loop_gnu.o ARM-E_filter_gnu.o eas_midi.o eas_otadata.o eas_flog.o eas_wtengine.o eas_imaadpcm.o eas_wtsynth.o wt_22khz.o eas_pcm.o eas_mixer.o eas_wavefile.o eas_ima_tables.o eas_data.o ARM-E_mastergain_gnu.o eas_imelodydata.o macro
23 arm-wt-22k.a: $(OBJS)
24 $(AR) rc lib$@ $(OBJS)
/external/autotest/client/profilers/powertop/src/
H A DMakefile18 OBJS = powertop.o config.o process.o misctips.o bluetooth.o display.o suggestions.o wireless.o cpufreq.o \ macro
22 powertop: $(OBJS) Makefile powertop.h
23 $(CC) ${CFLAGS} $(OBJS) -lncursesw -o powertop
/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/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/blktrace/btt/
H A DMakefile16 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \ macro
25 depend: $(patsubst %.o,%.c,$(filter %.o,$(OBJS)))
40 btt: $(OBJS)
/external/tcpdump/win32/prj/
H A DGNUmakefile29 OBJS = \ macro
165 main: ${OBJS}
166 ${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}
172 rm -f ${OBJS} windump.exe
/external/zlib/src/watcom/
H A Dwatcom_f.mak12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & macro
27 $(ZLIB_LIB): $(OBJS)
H A Dwatcom_l.mak12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & macro
27 $(ZLIB_LIB): $(OBJS)
/external/lzma/C/Util/LzmaLib/
H A Dmakefile21 OBJS = \ macro
28 $(SLIBPATH): $O $(OBJS)
29 lib -out:$(SLIBPATH) $(OBJS) $(LIBS)
/external/tpm2/
H A DMakefile311 OBJS = $(patsubst %.c,$(obj)/%.o,$(SOURCES)) macro
315 $(obj)/libtpm2.a: $(OBJS)
/external/wpa_supplicant_8/hs20/client/
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...]

Completed in 2094 milliseconds

12