HomeSort by relevance Sort by last modified time
    Searched refs:install (Results 251 - 275 of 1053) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 15 INSTALL=install
97 -install $(TOP)/$(LIB_DIR) -id $(INSTALL_LIB_DIR)/lib$(GL_LIB).1.dylib \
114 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL
115 $(INSTALL) -m 644 include/GL/gl.h $(DESTDIR)$(INSTALL_DIR)/include/GL
118 $(MAKE) -C $(TOP)/src/mesa install-libgl
120 install: install_libraries
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 113 echo "CodeSourcery install dir already exists; skipping."
133 echo "LLVM install dir ${LLVM_INSTALL_DIR} exists; skipping."
143 # Configure, build, and install LLVM.
155 runAndLog "Installing LLVM" ${LLVM_OBJ_DIR}/llvm-install.log \
156 make ${MAKE_OPTS} install
161 echo "LLVM-GCC install dir ${LLVMGCC_INSTALL_DIR} exists; skipping."
171 # Configure, build, and install LLVM-GCC.
187 runAndLog "Installing LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-install.log \
188 make install
  /external/mesa3d/src/glx/apple/
Makefile 15 INSTALL=install
97 -install $(TOP)/$(LIB_DIR) -id $(INSTALL_LIB_DIR)/lib$(GL_LIB).1.dylib \
114 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL
115 $(INSTALL) -m 644 include/GL/gl.h $(DESTDIR)$(INSTALL_DIR)/include/GL
118 $(MAKE) -C $(TOP)/src/mesa install-libgl
120 install: install_libraries
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
268 # implement the --enable-fast-install flag, and support the `fast-install'
269 # and `disable-fast-install' LT_INIT options.
273 AC_ARG_ENABLE([fast-install],
274 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
    [all...]
  /external/wpa_supplicant_8/src/tls/
Makefile 6 install:
  /external/wpa_supplicant_8/src/utils/
Makefile 6 install:
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 27 all install:: $(COMPONENT_TARGET)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
mkheaders 77 itoolsdir=${libexecsubdir}/install-tools
78 itoolsdatadir=${libsubdir}/install-tools
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders 77 itoolsdir=${libexecsubdir}/install-tools
78 itoolsdatadir=${libsubdir}/install-tools
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 53 INSTALL?=install
60 INSTALL_INFO=install-info
178 install: install-man
182 $(error "You need to install $(missing_tools) for man pages")
185 do-install-man: man
186 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir)
187 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir)
188 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir
    [all...]
  /build/core/
host_shared_library.mk 40 ## Copy headers to the install tree
host_static_library.mk 40 ## Copy headers to the install tree
static_library.mk 42 ## Copy headers to the install tree
  /build/core/tasks/
factory_ramdisk.mk 34 # This function selects the module built file based on the install path.
35 # $(1): the dest install path
37 define install-one-factory-ramdisk-module
57 $(foreach d,$(_fr_dests),$(call install-one-factory-ramdisk-module,$(d),$(_fr_m_built))) \
  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 18 Installer.prototype.install = function(url, onSuccess, onFailure) {
30 // Since we call Install() with a bool for if we have listeners, listeners
34 var installId = webstoreNatives.Install(
62 console.error('Exception in chrome.webstore.install response handler: ' +
80 install: function (url, onSuccess, onFailure) {
81 installer.install(url, onSuccess, onFailure);
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 50 # Install
54 %install
57 make install-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
58 install -o root -g root -m 755 rpm/rc.dnsmasq-suse $RPM_BUILD_ROOT/etc/init.d/dnsmasq
59 install -o root -g root -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/etc/dnsmasq.conf
74 # Post-install scriptlet
  /external/libcxx/
Makefile 19 .PHONY: help installsrc clean installheaders install
22 @echo "Use make install DSTROOT=<destination>"
47 install::
  /external/llvm/cmake/modules/
Makefile 89 $(Echo) Making install directory: $@
100 install-local:: $(INSTSRCMODS) $(INSTOBJMODS)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 48 ('install-script=', None,
51 ('pre-install-script=', None,
133 install = self.reinitialize_command('install', reinit_subcommands=1)
134 install.root = self.bdist_dir
135 install.skip_build = self.skip_build
136 install.warn_dir = 0
137 install.plat_name = self.plat_name
166 setattr(install,
171 install.ensure_finalized(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 48 ('install-script=', None,
51 ('pre-install-script=', None,
133 install = self.reinitialize_command('install', reinit_subcommands=1)
134 install.root = self.bdist_dir
135 install.skip_build = self.skip_build
136 install.warn_dir = 0
137 install.plat_name = self.plat_name
166 setattr(install,
171 install.ensure_finalized(
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 36 - Change install to use DESTDIR instead of prefix for configure
52 %install
54 make DESTDIR=$RPM_BUILD_ROOT install
  /external/compiler-rt/make/
AppleBI.mk 16 INSTALL_TARGET = install-MacOSX
19 INSTALL_TARGET = install-iOS
21 INSTALL_TARGET = install-iOS-Simulator
42 install: $(INSTALL_TARGET)
45 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \
82 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \
118 install-iOS-Simulator: $(SYMROOT)/libcompiler_rt_sim.dylib \
  /external/llvm/
Makefile 59 ifeq ($(MAKECMDGOALS),install-libs)
69 ifeq ($(MAKECMDGOALS),install-clang)
93 ifeq ($(MAKECMDGOALS),install)
179 install-clang: install
180 install-libs: install
253 ./configure --prefix="$(LLVM_TOP)/install" \
  /external/llvm/utils/release/
test-release.sh 326 echo "# ${MAKE} install"
327 ${MAKE} install \
328 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
389 mv llvmCore-$Release-$RC.install $Package
395 mv $Package llvmCore-$Release-$RC.install
432 llvmCore_phase1_installdir=$BuildDir/Phase1/$Flavor/llvmCore-$Release-$RC.install
436 llvmCore_phase2_installdir=$BuildDir/Phase2/$Flavor/llvmCore-$Release-$RC.install
438 llvmCore_de_phase2_installdir=$BuildDir/Phase2/$Flavor/llvmCore-DragonEgg-$Release-$RC.install
442 llvmCore_phase3_installdir=$BuildDir/Phase3/$Flavor/llvmCore-$Release-$RC.install
444 llvmCore_de_phase3_installdir=$BuildDir/Phase3/$Flavor/llvmCore-DragonEgg-$Release-$RC.install
    [all...]
  /ndk/build/tools/
build-host-gdb.sh 68 register_var_option "--ndk-dir=<path>" NDK_DIR "Select NDK install directory."
111 # Return the build install directory of a given GDB version
117 echo "$BH_BUILD_DIR/install/$1/gdb-$(get_toolchain_name_for_arch $(bh_tag_to_arch $2))-$3"
138 echo "$PYTHON_BUILD_DIR/install/prebuilt/$(install_dir_from_host_tag $1)"
147 local INSTALLDIR=$BH_BUILD_DIR/install-host-$1
161 run2 make -j$NUM_JOBS install
187 local EXPATPREFIX=$BH_BUILD_DIR/install-host-$1
214 run2 make -j$NUM_JOBS install
215 fail_panic "Failed to configure/make/install gdb"
223 # Install host GDB binaries and support files to the NDK install dir
    [all...]

Completed in 6193 milliseconds

<<11121314151617181920>>