/openbmc/u-boot/examples/standalone/ |
H A D | Makefile | 24 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 D | 13_shlib_weaksym.patch | 28 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 D | makefile-fix-parallel.patch | 27 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 D | ldflags.patch | 20 miscd: miscd.o $(LIB) 21 - $(CC) $(CFLAGS) -o $@ miscd.o $(LIB) $(LIBS) 22 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ miscd.o $(LIB) $(LIBS)
|
H A D | 12_makefile_config.patch | 84 $(LIB): $(LIB_OBJ) 85 rm -f $(LIB)
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-CMakeLists.txt-set-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch | 10 ${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 D | 0001-Add-support-for-variable-libdir.patch | 21 @@ -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 D | 0001-Fix-build-race-in-Makefile.patch | 42 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 D | Makefile | 8 LIB=-pthread macro 16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
|
/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/ |
H A D | Makefile | 8 LIB=-pthread macro 16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
|
/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/ |
H A D | Makefile | 8 LIB=-pthread macro 16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
|
/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/ |
H A D | Makefile | 9 LIB= macro 17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-2.43.1.inc | 3 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 D | gdb.inc | 4 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 D | 0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch | 24 -DIRS= ${LIB} ${DUT} ${CA} ${TC} ${WTG} ${CON} 25 +DIRS= ${LIB} ${DUT} ${CA} ${TC}
|
H A D | 0001-Use-toolchain-from-environment-variables.patch | 27 LIB=lib 58 LIB=-lpthread
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/ |
H A D | 0001-support-cross-compiling.patch | 37 - 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 D | 0002-Makefile-for-cross-compile-TestFloat.patch | 73 +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 D | newlib.inc | 9 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ 12 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
/openbmc/qemu/tests/decode/ |
H A D | err_field3.decode | 2 # See the COPYING.LIB file in the top-level directory.
|
H A D | err_pattern_group_nest2.decode | 2 # See the COPYING.LIB file in the top-level directory.
|
H A D | err_overlap5.decode | 2 # See the COPYING.LIB file in the top-level directory.
|
H A D | err_overlap7.decode | 2 # See the COPYING.LIB file in the top-level directory.
|
H A D | err_field2.decode | 2 # See the COPYING.LIB file in the top-level directory.
|
H A D | err_pattern_group_empty.decode | 2 # See the COPYING.LIB file in the top-level directory.
|