HomeSort by relevance Sort by last modified time
    Searched refs:LIB_PATH (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf64_aix.sh 21 LIB_PATH="=/usr/lib/ia64l64:=/usr/lib:=/usr/local/lib"
nds32elf_linux.sh 10 LIB_PATH="=/usr/local/lib:=/lib:=/usr/lib/"
elf64hppa.sh 9 LIB_PATH="=/usr/lib/pa20_64:=/opt/langtools/lib/pa20_64"
  /frameworks/support/scripts/
support-deps-license.sh 29 LIB_PATH=$1
30 LIB_PARENT_PATH=`parentdirname $LIB_PATH`
31 OUTPUT_FILE=`basename $LIB_PARENT_PATH`-`basename $LIB_PATH`.log
32 make deps-license PROJ_PATH=$LIB_PATH DEP_PATH=frameworks/support > $OUTPUT_FILE
  /toolchain/binutils/binutils-2.25/ld/
genscripts.sh 129 # If LIB_PATH is defined (e.g., by Makefile) and non-empty, it is used.
133 # To force a logically empty LIB_PATH, do LIBPATH=":".
144 if [ "${LIB_PATH}" != ":" ] ; then
145 lib_path2=${LIB_PATH}
212 if [ "${LIB_PATH}" != ":" ] ; then
233 if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then
245 *:: | ::*) LIB_PATH=${lib_path1}${lib_path2} ;;
246 *) LIB_PATH=${lib_path1}:${lib_path2} ;;
250 LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'`
254 #LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'
    [all...]
Makefile.am 65 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
68 # Otherwise, they are replaced with the ones given in LIB_PATH,
69 # which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set
71 LIB_PATH = @LIB_PATH@
642 GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ @enable_initfini_array@
    [all...]
configure 607 LIB_PATH
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 193 LIB_PATH := $(SRC_PATH_BARE)/../lib
196 LIB_PATH-yes += $(if $(BUILD_PFX),$(BUILD_PFX),.)
201 LIB_PATH := $(call enabled,LIB_PATH)
205 INTERNAL_LDFLAGS += $(addprefix -L,$(LIB_PATH))
248 $(LIB_PATH)/lib$(CODEC_LIB)$(CODEC_LIB_SUF)))\
  /toolchain/binutils/binutils-2.25/gold/
config.in 203 #undef LIB_PATH
options.cc 1138 const char* p = LIB_PATH;
    [all...]
configure     [all...]
  /external/libvpx/libvpx/
examples.mk 244 LIB_PATH-yes := $(SRC_PATH_BARE)/../lib
247 LIB_PATH-yes += $(if $(BUILD_PFX),$(BUILD_PFX),.)
254 LIB_PATH := $(call enabled,LIB_PATH)
257 INTERNAL_LDFLAGS += $(addprefix -L,$(LIB_PATH))
299 $(eval $(bin):$(LIB_PATH)/lib$(CODEC_LIB)$(CODEC_LIB_SUF))\

Completed in 309 milliseconds