Home
last modified time | relevance | path

Searched refs:OFILES (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0003-Fix-missing-shared-object-LDFLAGS.patch18 @@ -46,7 +46,7 @@ libcdda_interface.a: $(OFILES)
21 libcdda_interface.so: $(OFILES)
22 …hared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES) $(LIBS)
23 …bcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(LDFLAGS) $(OFILES) $(LIBS)
31 @@ -44,7 +44,7 @@ libcdda_paranoia.a: $(OFILES)
34 libcdda_paranoia.so: $(OFILES)
35 …libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(OFILES) -L ../interface -…
36 …anoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(LDFLAGS) $(OFILES) -L ../interface -…
H A D0001-Use-DESTDIR-in-install-Makefile-rule.patch66 cdparanoia: $(OFILES) $(LIBDEP)
67 $(LD) $(CFLAGS) $(LDFLAGS) $(OFILES) \
/openbmc/linux/tools/testing/memblock/
H A DMakefile12 OFILES = main.o $(DEP_OFILES) $(TEST_OFILES) macro
23 main: $(OFILES)
25 $(OFILES): include
39 $(RM) $(TARGETS) $(OFILES) linux/memblock.h memblock.c asm/asm.h asm/cmpxchg.h
/openbmc/linux/tools/testing/scatterlist/
H A DMakefile5 OFILES = main.o scatterlist.o macro
14 main: $(OFILES)
17 …$(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linu…
/openbmc/linux/tools/testing/radix-tree/
H A DMakefile10 OFILES = main.o $(CORE_OFILES) regression1.o regression2.o regression3.o \ macro
30 main: $(OFILES)
46 $(OFILES): Makefile *.h */*.h generated/map-shift.h generated/bit-length.h \