Home
last modified time | relevance | path

Searched refs:LIBOBJS (Results 1 – 25 of 148) sorted by relevance

123456

/external/u-boot/examples/standalone/
DMakefile26 LIBOBJS-$(CONFIG_PPC) += ppc_longjmp.o ppc_setjmp.o
27 LIBOBJS-y += stubs.o
30 targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y)
32 LIBOBJS := $(addprefix $(obj)/,$(LIBOBJS-y)) macro
51 cmd_link_lib = $(LD) $(ld_flags) -r -o $@ $(filter $(LIBOBJS), $^)
53 $(LIB): $(LIBOBJS) FORCE
/external/libcups/cups/
DMakefile30 LIBOBJS = \ macro
103 $(LIBOBJS) \
220 oclint -o=oclint.html -html $(LIBOBJS:.o=.c) -- $(ALL_CFLAGS)
313 libcups.so.2: $(LIBOBJS)
315 $(DSO) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS) $(LIBGSSAPI) \
326 libcups.2.dylib: $(LIBOBJS) $(LIBCUPSORDER)
328 nm -gm $(LIBOBJS) 2>/dev/null | grep "__text" | grep -v weak | \
338 $(LIBOBJS) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
349 libcups.la: $(LIBOBJS)
351 $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) \
[all …]
/external/ltp/include/mk/
Dlib.mk63 LIBOBJS := $(LIBSRCS:.c=.o)
65 $(LIB): $(notdir $(LIBOBJS))
/external/tcpdump/
Dconfigure5094 case " $LIBOBJS " in
5096 *) LIBOBJS="$LIBOBJS vfprintf.$ac_objext"
5107 case " $LIBOBJS " in
5109 *) LIBOBJS="$LIBOBJS strlcat.$ac_objext"
5120 case " $LIBOBJS " in
5122 *) LIBOBJS="$LIBOBJS strlcpy.$ac_objext"
5133 case " $LIBOBJS " in
5135 *) LIBOBJS="$LIBOBJS strdup.$ac_objext"
5146 case " $LIBOBJS " in
5148 *) LIBOBJS="$LIBOBJS strsep.$ac_objext"
[all …]
DMakefile.in242 LIBOBJS = @LIBOBJS@
244 LIBNETDISSECT_OBJ=$(LIBNETDISSECT_SRC:.c=.o) ${LOCALSRC:.c=.o} ${LIBOBJS}
/external/libpng/scripts/
Dmakefile.bc3277 LIBOBJS = \
144 $(LIBOBJS), libpng
Dmakefile.bor86 LIBOBJS = \
152 $(LIBOBJS), libpng$(MODEL)
/external/ipsec-tools/src/include-glibc/
DMakefile.in95 LIBOBJS = @LIBOBJS@
/external/libogg/doc/libogg/
DMakefile.in93 LIBOBJS = @LIBOBJS@
/external/libcap-ng/libcap-ng-0.7/m4/
DMakefile.in138 LIBOBJS = @LIBOBJS@
/external/speex/symbian/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/win32/VS2005/libspeexdsp/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/ti/speex_C64_test/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/libexif/m4m/
DMakefile.in120 LIBOBJS = @LIBOBJS@
/external/libcap-ng/libcap-ng-0.7/docs/
DMakefile.in138 LIBOBJS = @LIBOBJS@
/external/speex/win32/VS2005/tests/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/ti/speex_C55_test/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/libexif/binary/
DMakefile.in120 LIBOBJS = @LIBOBJS@
/external/speex/ti/speex_C54_test/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/win32/VS2003/tests/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/win32/VS2008/tests/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/libogg/include/ogg/
DMakefile.in98 LIBOBJS = @LIBOBJS@
/external/speex/win32/VS2008/libspeexdsp/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/win32/VS2003/libspeexdsp/
DMakefile.in155 LIBOBJS = @LIBOBJS@
/external/speex/win32/libspeexdsp/
DMakefile.in155 LIBOBJS = @LIBOBJS@

123456