HomeSort by relevance Sort by last modified time
    Searched refs:install (Results 201 - 225 of 1602) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/selinux/policycoreutils/hll/pp/
Makefile 25 install: all
27 install -m 755 pp $(HLLDIR)
  /external/selinux/policycoreutils/mcstrans/utils/
Makefile 30 install: all
32 install -m 755 $(TARGETS) $(BINDIR)
  /external/selinux/policycoreutils/sepolgen-ifgen/
Makefile 15 install: all
17 install -m 755 sepolgen-ifgen-attr-helper $(BINDIR)
  /frameworks/support/samples/SupportVectorDrawable/animated/
rundemo.sh 3 adb install -r $OUT/data/app/SupportAnimatedVectorDrawable/SupportAnimatedVectorDrawable.apk && \
  /frameworks/support/samples/SupportVectorDrawable/static/
rundemo.sh 3 adb install -r $OUT/data/app/SupportVectorDrawable/SupportVectorDrawable.apk && \
  /hardware/intel/common/libva/
autogen.sh 44 autoreconf -v --install || exit $?
  /external/autotest/client/tests/kvm/tests/
build.py 6 Installs KVM using the selected install mode. Most install methods will
7 take kvm source code, build it and install it to a given location.
19 installer_object.install()
22 # if the build/install fails, don't allow other tests
24 msg = "KVM install failed: %s" % (e)
  /external/icu/icu4c/source/test/
Makefile.in 33 .PHONY : everything all all-local all-recursive install install-local \
34 install-recursive clean clean-local clean-recursive distclean \
49 install: install-recursive install-local
65 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive:
171 install-local:
  /external/mesa3d/src/gallium/state_trackers/
Makefile 24 install:
  /external/mesa3d/src/gallium/winsys/sw/
Makefile 21 default install clean:
  /external/wpa_supplicant_8/src/eap_server/
Makefile 6 install:
  /external/wpa_supplicant_8/src/eapol_auth/
Makefile 6 install:
  /external/wpa_supplicant_8/src/eapol_supp/
Makefile 6 install:
  /external/wpa_supplicant_8/src/l2_packet/
Makefile 6 install:
  /external/wpa_supplicant_8/src/radius/
Makefile 6 install:
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
Makefile 7 all install:: $(OMXINCLUDEDIR) $(HTARGET)
  /prebuilts/go/darwin-x86/src/
race.bash 43 go install -race std
  /prebuilts/go/linux-x86/src/
race.bash 43 go install -race std
  /external/clang/include/clang/
Makefile 6 install-local::
20 $(EchoCmd) Making install directory $$instdir ; \
38 $(EchoCmd) Making install directory $$instdir ; \
  /external/clang/include/clang-c/
Makefile 8 install-local::
19 $(EchoCmd) Making install directory $$instdir ; \
32 $(EchoCmd) Making install directory $$instdir ; \
  /external/e2fsprogs/lib/
Makefile.elf-lib 44 install-shlibs install:: $(ELF_LIB) installdirs-elf-lib $(DEP_INSTALL_SYMLINK)
45 $(E) " INSTALL-ELF-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
56 install-strip: install
61 install-shlibs-strip: install-shlibs
  /external/icu/icu4c/source/test/letest/
Makefile.in 48 .PHONY : all all-local install install-local clean clean-local \
56 install: install-local
65 install-local:
105 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
  /external/llvm/bindings/ocaml/
Makefile.ocaml 218 install-local:: install-a
230 install-a:: $(LibraryA)
233 $(Verb) $(INSTALL) $(LibraryA) $(DestA)
247 install-local:: install-shared
258 install-shared:: $(SharedLib)
261 $(Verb) $(INSTALL) $(SharedLib) $(DestSharedLib)
275 install-local:: install-deplib
    [all...]
  /external/llvm/utils/buildit/
GNUmakefile 62 install: $(OBJROOT) $(SYMROOT) $(DSTROOT)
71 $(MAKE) ARM_HOSTED_BUILD=yes PREFIX=/usr/local install
78 $(MAKE) IOS_SIM_BUILD=yes PREFIX=$(SDKROOT)/usr/local install
82 $(MAKE) DSTROOT=$(DSTROOT)$$ARM_PLATFORM/Developer install
88 # We build and install in one shell script.
132 .PHONY: install installsrc clean EmbeddedHosted EmbeddedSim Embedded
  /external/selinux/checkpolicy/
Makefile 48 install: all
51 install -m 755 $(TARGETS) $(BINDIR)
52 install -m 644 checkpolicy.8 $(MANDIR)/man8
53 install -m 644 checkmodule.8 $(MANDIR)/man8
55 relabel: install

Completed in 491 milliseconds

1 2 3 4 5 6 7 891011>>