/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | Makefile | 6 futex_cmp_requeue01: LDLIBS+=-lrt 7 futex_cmp_requeue02: LDLIBS+=-lrt 8 futex_wait02: LDLIBS+=-lrt 9 futex_wake03: LDLIBS+=-lrt 13 futex_wait05: LDLIBS+=-lrt 14 futex_wait_bitset01: LDLIBS+=-lrt 15 futex_wait_bitset02: LDLIBS+=-lrt
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | Makefile | 6 fcntl33: LDLIBS+=-lrt 7 fcntl33_64: LDLIBS+=-lrt 9 fcntl34: LDLIBS += -lpthread 10 fcntl34_64: LDLIBS += -lpthread 12 fcntl36: LDLIBS += -lpthread 13 fcntl36_64: LDLIBS += -lpthread
|
/third_party/ffmpeg/doc/examples/ |
D | Makefile.example | 12 LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) 37 avcodec: LDLIBS += -lm 38 encode_audio: LDLIBS += -lm 39 muxing: LDLIBS += -lm 40 resampling_audio: LDLIBS += -lm
|
/third_party/ltp/testcases/cve/ |
D | Makefile | 24 cve-2016-7042: LDLIBS += $(KEYUTILS_LIBS) 27 cve-2016-7117: LDLIBS += -lrt 30 cve-2014-0196: LDLIBS += -lrt 33 cve-2014-0196: LDLIBS += -lutil 37 cve-2017-2671: LDLIBS += -lrt
|
/third_party/curl/src/ |
D | Makefile.netware | 157 LDFLAGS = -nostdlib $(OBJS) $(PRELUDE) $(LDLIBS) -o $@ -commandfile 249 LDLIBS = $(CURL_LIB)/libcurl.$(LIBEXT) 251 LDLIBS += $(LIBCARES_PATH)/libcares.$(LIBEXT) 260 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT) 269 LDLIBS += $(LIBRTMP_PATH)/librtmp/librtmp.$(LIBEXT) 274 LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/ssl.$(LIBEXT) 275 LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/crypto.$(LIBEXT) 281 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT) 289 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT) 293 LDLIBS += $(NGHTTP2_PATH)/lib/libnghttp2.$(LIBEXT)
|
/third_party/curl/docs/examples/ |
D | Makefile.netware | 141 LDFLAGS = -nostdlib $< $(PRELUDE) $(LDLIBS) -o $@ -commandfile 230 LDLIBS = $(CURL_LIB)/libcurl.$(LIBEXT) 232 LDLIBS += $(LIBCARES_PATH)/libcares.$(LIBEXT) 241 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT) 250 LDLIBS += $(LIBRTMP_PATH)/librtmp/librtmp.$(LIBEXT) 255 LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/ssl.$(LIBEXT) 256 LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/crypto.$(LIBEXT) 263 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT) 271 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | Makefile | 29 LDLIBS += $(NUMA_LIBS) 30 LDLIBS := $(filter-out -lltp,$(LDLIBS)) macro
|
/third_party/gptfdisk/ |
D | Makefile | 15 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid $(LDLIBS) -o gdisk 19 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw $(LDLIBS) -o cgdisk 23 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt $(LDLIBS) -o sgdisk 27 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) $(LDLIBS) -o fixparts
|
/third_party/ltp/lib/newlib_tests/ |
D | Makefile | 6 LDLIBS += -lltp 12 test16: LDLIBS+=-lrt 13 tst_expiration_timer: LDLIBS+=-lrt
|
/third_party/ltp/testcases/kernel/syscalls/sethostname/ |
D | Makefile | 12 $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION) 15 $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION) 18 $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(OUTPUT_OPTION)
|
/third_party/curl/lib/ |
D | Makefile.netware | 251 LDLIBS += $(LIBCARES_PATH)/libcares.$(LIBEXT) 256 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT) 264 LDLIBS += $(LIBRTMP_PATH)/librtmp/librtmp.$(LIBEXT) 268 LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/ssl.$(LIBEXT) 269 LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/crypto.$(LIBEXT) 277 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT) 285 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT) 289 LDLIBS += $(NGHTTP2_PATH)/lib/libnghttp2.$(LIBEXT)
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | makefile.unix | 10 LDLIBS = ../../src/mux/libwebpmux.a ../../src/demux/libwebpdemux.a 11 LDLIBS += ../../src/libwebp.a ../../imageio/libimageio_util.a 21 $(1): $$(addsuffix .o, $(1)) $(LDLIBS)
|
/third_party/musl/libc-test/ |
D | Makefile | 9 LDLIBS:=$(B)/common/libtest.a macro 136 …$(CC) -shared $(LDFLAGS) $($*.so.LDFLAGS) -o $@ $(sort $< $($*.so.LOBJS)) $(LDLIBS) $($*.so.LDLIBS… 138 …AGS) $($*-static.LDFLAGS) -o $@ $(sort $< $($*-static.OBJS)) $(LDLIBS) $($*-static.LDLIBS) 2>$@.ld… 140 …$(CC) $(LDFLAGS) $($*.LDFLAGS) -o $@ $(sort $< $($*.OBJS)) $(LDLIBS) $($*.LDLIBS) 2>$@.ld.err || e…
|
/third_party/selinux/secilc/ |
D | Makefile | 29 override LDLIBS += -lsepol 34 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) 43 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) 46 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | Makefile | 8 LDLIBS += -lrt 9 timerfd_settime02: LDLIBS += -pthread
|
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
D | Makefile | 8 LDLIBS += $(KEYUTILS_LIBS) 9 keyctl02: LDLIBS += -lpthread
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | Makefile | 8 prctl07: LDLIBS += $(CAP_LIBS) 9 prctl09: LDLIBS += -lrt
|
/third_party/ltp/testcases/kernel/syscalls/nanosleep/ |
D | Makefile | 6 nanosleep01: LDLIBS+=-lrt 7 nanosleep02: LDLIBS+=-lrt
|
/third_party/libcoap/tests/oss-fuzz/ |
D | Makefile.oss-fuzz | 6 LDLIBS+=-lFuzzingEngine 7 export LDLIBS
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | Makefile | 26 LDLIBS := -lclone $(LDLIBS) macro
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | Makefile | 21 LDLIBS := -lclone $(LDLIBS) macro
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | Makefile | 28 LDLIBS := -lm -lcontrollers -lltp $(LDLIBS) macro
|
/third_party/ltp/testcases/kernel/containers/userns/ |
D | Makefile | 24 LDLIBS := -lclone $(LDLIBS) $(CAP_LIBS) macro
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
D | Makefile | 27 LDLIBS := -lpthread -lrt -lclone $(LDLIBS) macro
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
D | Makefile | 26 LDLIBS := -lclone -lpthread -lrt $(LDLIBS) macro
|