Home
last modified time | relevance | path

Searched refs:LIB (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/u-boot/examples/standalone/
H A DMakefile24 LIB = $(obj)/libstubs.o macro
29 targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y)
54 $(LIB): $(LIBOBJS) FORCE
59 -o $@ -e $(SYM_PREFIX)$(@F) $< $(LIB) $(PLATFORM_LIBGCC)
61 $(ELF): $(obj)/%: $(obj)/%.o $(LIB) FORCE
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch28 LIB = libwrap.a
46 +all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB)
51 $(AR) $(ARFLAGS) $(LIB) $(LIB_OBJ)
52 -$(RANLIB) $(LIB)
54 -tcpd: tcpd.o $(LIB)
55 - $(CC) $(CFLAGS) -o $@ tcpd.o $(LIB) $(LIBS)
65 miscd: miscd.o $(LIB)
66 $(CC) $(CFLAGS) -o $@ miscd.o $(LIB) $(LIBS)
68 -safe_finger: safe_finger.o $(LIB)
69 - $(CC) $(CFLAGS) -o $@ safe_finger.o $(LIB) $(LIBS)
[all …]
H A Dmakefile-fix-parallel.patch27 LIB = libwrap.a
36 all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB)
50 $(LIB): $(LIB_OBJ)
51 rm -f $(LIB)
H A Dldflags.patch20 miscd: miscd.o $(LIB)
21 - $(CC) $(CFLAGS) -o $@ miscd.o $(LIB) $(LIBS)
22 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ miscd.o $(LIB) $(LIBS)
H A D12_makefile_config.patch84 $(LIB): $(LIB_OBJ)
85 rm -f $(LIB)
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-CMakeLists.txt-set-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch10 ${prefix}/=LIB=, which causes %_libdir to expand to ${prefix}/=LIB=
16 -13: _libdir ${prefix}/=LIB=
23 Warning: Ignoring invalid regular expression ^((${prefix}/=LIB=|usr/share)/pkgconfig/.*.pc|usr/bin/…
25 Set libdir to ${CMAKE_INSTALL_FULL_LIBDIR} instead of ${prefix}/=LIB= to
46 - set(libdir "\${prefix}/=LIB=")
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/
H A D0001-Add-support-for-variable-libdir.patch21 @@ -10,13 +10,13 @@ LIB = libsquish.a
22 all : $(LIB) squish.pc
24 install : $(LIB) squish.pc
37 $(LIB) : $(OBJ)
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A D0001-Fix-build-race-in-Makefile.patch42 bin/$(GLEWINFO.BIN): $(GLEWINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED)
49 bin/$(VISUALINFO.BIN): $(VISUALINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED)
/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile8 LIB=-pthread macro
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile8 LIB=-pthread macro
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile8 LIB=-pthread macro
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile9 LIB= macro
17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-2.43.1.inc3 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\
5 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\
9 file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb.inc4 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
5 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch24 -DIRS= ${LIB} ${DUT} ${CA} ${TC} ${WTG} ${CON}
25 +DIRS= ${LIB} ${DUT} ${CA} ${TC}
H A D0001-Use-toolchain-from-environment-variables.patch27 LIB=lib
58 LIB=-lpthread
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/
H A D0001-support-cross-compiling.patch37 - for k in ("LD_RUN_PATH", "LIBRARY_PATH", "LIB"):
38 + for k in ("LD_RUN_PATH", "LIBRARY_PATH", "LIB", "STAGING_LIBDIR"):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/
H A D0002-Makefile-for-cross-compile-TestFloat.patch73 +SOFTFLOAT_LIB = $(SOFTFLOAT_DIR)/build/$(PLATFORM)/softfloat$(LIB)
91 +LIB = .a
288 +testfloat$(LIB): $(OBJS_LIB)
304 +testsoftfloat$(EXE): $(OBJS_TESTSOFTFLOAT) testfloat$(LIB) $(SOFTFLOAT_LIB)
314 +timesoftfloat$(EXE): $(OBJS_TIMESOFTFLOAT) testfloat$(LIB) $(SOFTFLOAT_LIB)
330 +testfloat_gen$(EXE): $(OBJS_TESTFLOAT_GEN) testfloat$(LIB) $(SOFTFLOAT_LIB)
347 +testfloat_ver$(EXE): $(OBJS_TESTFLOAT_VER) testfloat$(LIB) $(SOFTFLOAT_LIB)
367 +testfloat$(EXE): $(OBJS_TESTFLOAT) testfloat$(LIB) $(SOFTFLOAT_LIB)
372 + $(DELETE) $(OBJS_LIB) testfloat$(LIB)
/openbmc/openbmc/poky/meta/recipes-core/newlib/
H A Dnewlib.inc9 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
12 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
/openbmc/qemu/tests/decode/
H A Derr_field3.decode2 # See the COPYING.LIB file in the top-level directory.
H A Derr_pattern_group_nest2.decode2 # See the COPYING.LIB file in the top-level directory.
H A Derr_overlap5.decode2 # See the COPYING.LIB file in the top-level directory.
H A Derr_overlap7.decode2 # See the COPYING.LIB file in the top-level directory.
H A Derr_field2.decode2 # See the COPYING.LIB file in the top-level directory.
H A Derr_pattern_group_empty.decode2 # See the COPYING.LIB file in the top-level directory.

123456