Searched refs:install (Results 201 - 225 of 394) sorted by relevance

1234567891011>>

/external/skia/third_party/glu/libtess/
H A DGNUmakefile103 default libs libs_install install: $(TARGET)
/external/stlport/
H A Dconfigure29 --prefix=<dir> base install path (/usr/local/)
30 --bindir=<dir> install path for executables (PREFIX/bin)
31 --libdir=<dir> install path for libraries (PREFIX/lib)
32 --includedir=<dir> install path for headers (PREFIX/include)
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DMakefile74 installhdrs installsrc install:
/external/chromium/build/
H A Dinstall-build-deps.sh7 # Script to install everything needed to build chromium (well, ideally, anyway)
114 if sudo make maybe-install-binutils maybe-install-gold
127 echo "make install failed, not installing gold"
239 echo "For most of the libraries, it can also install debugging symbols, which"
242 echo -n "Do you want me to install them for you (y/N) "
265 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)"
271 # This indicates that we canceled the install with "yes n|".
279 sudo apt-get install ${new_list}
292 echo "You will have to install th
[all...]
/external/linux-tools-perf/Documentation/
H A DMakefile43 INSTALL?=install
50 INSTALL_INFO=install-info
157 install: install-man
159 install-man: man
167 install-info: info
177 install-pdf: pdf
181 #install-html: html
182 # '$(SHELL_PATH_SQ)' ./install-webdoc.sh $(DESTDIR)$(htmldir)
292 #install
[all...]
/external/llvm/utils/release/
H A Dtest-release.sh283 echo "# ${MAKE} install"
284 ${MAKE} install \
285 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
357 llvmCore_phase1_installdir=$BuildDir/Phase1/$Flavor/llvmCore-$Release-$RC.install
361 llvmCore_phase2_installdir=$BuildDir/Phase2/$Flavor/llvmCore-$Release-$RC.install
363 llvmCore_de_phase2_installdir=$BuildDir/Phase2/$Flavor/llvmCore-DragonEgg-$Release-$RC.install
367 llvmCore_phase3_installdir=$BuildDir/Phase3/$Flavor/llvmCore-$Release-$RC.install
369 llvmCore_de_phase3_installdir=$BuildDir/Phase3/$Flavor/llvmCore-DragonEgg-$Release-$RC.install
/external/e2fsprogs/debian/
H A Drules7 # The `binary' target must be run as root, as it needs to install files with
108 INSTALL = install
303 install: cleanup install-std
305 # This rule allows to factorize the dh_clean between the 2 install rules
306 # This must be launched before install-* (if launching them by hand, for
313 install-std: DH_OPTIONS=
314 install-std: build
320 $(MAKE) -C ${stdbuilddir} install DESTDIR=${tmpdir} \
323 $(MAKE) -C ${stdbuilddir} install
[all...]
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp181 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
420 o.install = options[INSTALL].value;
422 o.install = NULL;
542 if (o->install != NULL) {
543 uprv_strcpy(targetDir, o->install);
601 if (o->install != NULL) {
602 result = pkg_installCommonMode(o->install, targetFileNamePath);
639 if (o->install != NULL) {
641 fprintf(stdout, "# Installing already-built library into %s\n", o->install);
643 result = pkg_installLibrary(o->install, targetDi
[all...]
/external/expat/
H A DMakefile39 INSTALL = /usr/bin/install -c
74 rm -f conftools/ltmain.sh conftools/install-sh conftools/config.guess conftools/config.sub
80 install: xmlwf/xmlwf installlib
82 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(DESTDIR)$(bindir)/xmlwf
87 $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
201 install uninstall
/external/blktrace/
H A DMakefile55 INSTALL = install
80 install: all
/external/cibu-fonts/
H A Dfonts.mk16 # PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java65 public VersionTrackerTask(String install) { argument
79 buildDirectory = install;
/external/icu4c/config/
H A Dtest-icu-config.sh40 icu-config --icudata-install-dir
H A Dicu-config-bottom41 echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)"
54 echo " --prefix Print PREFIX to icu install (/usr/local)"
65 echo " --install Print path to install-sh"
189 --install)
338 --icudata-install-dir)
/external/icu4c/samples/ufortune/
H A Dfortunedefs.mk7 # (may require 'make install' in resources subdir for
/external/libffi/
H A DMakefile.am173 # No install-html or install-pdf support in automake yet
174 .PHONY: install-html install-pdf
175 install-html:
176 install-pdf:
/external/lohit-fonts/
H A Dfonts.mk16 # PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
/external/naver-fonts/
H A Dfonts.mk16 # PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-gcc4 # On Debian systems, e.g. Ubuntu, you can install these libraries as follows:
5 # sudo apt-get install libgmp3-dev libmpfr-dev. In openSUSE these packages
27 echo "Please install the gmp library development package first."
32 echo "Please install the mpfr library development package first."
37 echo "Please install the mpc library development package first."
73 time { make -s && make -s install; }
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WorkerContextCustom.cpp69 timerId = DOMTimer::install(workerContext, new ScheduledAction(v8Context, stringFunction, workerContext->url()), timeout, singleShot);
81 timerId = DOMTimer::install(workerContext, action, timeout, singleShot);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/clang/lib/include/
H A DMakefile60 install-local:: $(INSTHEADERS) $(PROJ_headers)/module.map
/external/elfutils/libasm/
H A DMakefile.am91 install: install-am libasm.so

Completed in 2408 milliseconds

1234567891011>>