Home | History | Annotate | Download | only in bin

Lines Matching refs:OBJECTS

84     OBJECTS=$@
90 ar ${OPTS} ${LIBNAME} ${OBJECTS}
103 echo 'Usage: mklib [options] objects'
250 OBJECTS=$@
261 for OBJ in $OBJECTS ; do
271 OBJECTS=$NEWOBJECTS
282 if [ "x${OBJECTS}" = "x" ] ; then
322 # Check if objects are 32-bit and we're running in 64-bit
353 add_abi_flag_to_opts ${OBJECTS}
361 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
374 NEW_OBJECTS=`expand_archives ${LIBNAME}.obj $OBJECTS`
405 add_abi_flag_to_opts ${OBJECTS}
425 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS}
439 FINAL_LIBS=`make_ar_static_lib -ruc 0 ${LIBNAME} ${OBJECTS}`
472 # Check if objects are 32-bit and we're running in 64-bit
474 set ${OBJECTS}
490 # libraries in the link path when building shared objects
507 # Check if objects are 64-bit
509 set ${OBJECTS}
527 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
531 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.${MAJOR} -h ${LIBNAME}.${MAJOR} ${OBJECTS} ${DEPS}
558 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
566 NEW_OBJECTS=`expand_archives ${STLIB}.obj $OBJECTS`
581 ${LINK} ${OPTS} ${LDFLAGS} -o ${SHLIB} ${OBJECTS} ${DEPS}
590 FINAL_LIBS=`make_ar_static_lib rc 0 ${LIBNAME} ${OBJECTS}`
595 set ${OBJECTS}
624 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
633 gnuwin32ar ruv ${LIBNAME} ${OBJECTS}
641 FINAL_LIBS=`make_ar_static_lib -ruv 0 ${LIBNAME} ${OBJECTS}`
650 ld -b -o ${RUNLIB} +b ${RUNLIB} ${OBJECTS} ${DEPS}
658 set ${OBJECTS}
671 FINAL_LIBS=`make_ar_static_lib -ruv 0 ${LIBNAME} ${OBJECTS}`
674 LIBNAME="lib${LIBNAME}.a" # shared objects are still stored in the .a libraries
679 ${NM} ${OBJECTS} | awk '{
701 cc -G ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
703 cc ${OPTS} ${LDFLAGS} -o ${OFILE} ${OBJECTS} ${DEPS}
714 libtool -static -o ${LIBNAME} - ${OBJECTS}
722 FINAL_LIBS=`make_ar_static_lib -ruv 0 ${LIBNAME} ${OBJECTS}`
735 ${LINK} -o ${LIBNAME}.${VERSION} -shared -set_version ${VERSION} -soname ${LIBNAME}.${VERSION} -expect_unresolved \* -all ${OBJECTS} ${DEPS}
751 NEW_OBJECTS=`expand_archives ${LIBNAME}.obj $OBJECTS`
784 set ${OBJECTS}
803 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
812 FINAL_LIBS=`make_ar_static_lib -ru 0 ${LIBNAME} ${OBJECTS}`
818 wlib ${LIBNAME} ${OBJECTS}
825 ppc-morphos-ar rc ${LIBNAME} ${OBJECTS}
843 ${LINK} ${OPTS} ${LIBNAME}.a ${OBJECTS}
868 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS}
882 FINAL_LIBS=`make_ar_static_lib ru 0 ${LIBNAME} ${OBJECTS}`
889 gcc -shared -Wl,-G ${OBJECTS} ${DEPS} -o ${LIBNAME}
903 FINAL_LIBS=`make_ar_static_lib ru 0 ${LIBNAME} ${OBJECTS}`
926 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS} || exit $?
941 NEW_OBJECTS=`expand_archives ${LIBNAME}.obj $OBJECTS`
961 ${LINK} ${OPTS} ${LDFLAGS} -o ${CYGNAME}-${MAJOR}.dll ${OBJECTS} ${DEPS} || exit $?
992 NEW_OBJECTS=`expand_archives ${LIBNAME}.obj $OBJECTS`
1004 ${LINK} ${OPTS} ${LDFLAGS} ${OBJECTS} ${DEPS} -o ${LIBNAME}
1015 FINAL_LIBS=`make_ar_static_lib rv 0 ${LIBNAME} ${OBJECTS}`
1019 ld -o ${LIBNAME} ${OBJECTS} ${DEPS}