HomeSort by relevance Sort by last modified time
    Searched refs:install (Results 1 - 25 of 499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libsepol/man/
Makefile 7 install: all
10 install -m 644 man3/*.3 $(MAN3DIR)
11 install -m 644 man8/*.8 $(MAN8DIR)
  /external/libsepol/include/
Makefile 7 install: all
8 test -d $(INCDIR) || install -m 755 -d $(INCDIR)
9 test -d $(INCDIR)/policydb || install -m 755 -d $(INCDIR)/policydb
10 install -m 644 $(wildcard sepol/*.h) $(INCDIR)
11 install -m 644 $(wildcard sepol/policydb/*.h) $(INCDIR)/policydb
  /external/libsepol/
Makefile 5 install:
6 $(MAKE) -C include install
7 $(MAKE) -C src install
8 $(MAKE) -C utils install
9 $(MAKE) -C man install
  /external/stlport/
Makefile 14 all install depend clean clobber distclean check::
20 release-shared install-release-shared:
23 install::
24 ${MAKE} -C build/lib install-headers
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
  /build/tools/check_prereq/
check_prereq.c 40 long install = strtol(argv[1], &end, 10); local
43 current, install);
45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
  /external/e2fsprogs/lib/
Makefile.bsd-lib 30 install-shlibs install:: $(BSD_LIB)
36 install-strip: install
38 install-shlibs-strip: install-shlibs
Makefile.darwin-lib 33 install-shlibs install:: $(BSD_LIB)
39 install-strip: install
41 install-shlibs-strip: install-shlibs
  /external/icu4c/samples/ufortune/
Makefile 10 # - do 'make install' of icu
52 install-$(RESDIR):
53 $(MAKE) -C $(RESDIR) install
55 install: install-$(RESDIR
  /external/wpa_supplicant_8/src/eap_peer/
Makefile 7 install:
9 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \
  /external/llvm/autoconf/m4/
config_makefile.m4 8 ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
  /external/llvm/projects/sample/autoconf/m4/
config_makefile.m4 8 ${SHELL} ${srcdir}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
  /external/mesa3d/src/glsl/
autogen.sh 9 autoreconf -v --install || exit 1
  /external/webkit/Tools/wx/packaging/debian/
rules 21 install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover
23 install-prereq: build-stamp
28 install-python%: install-prereq
34 install-nover: install-prere
    [all...]
  /external/wpa_supplicant_8/src/ap/
Makefile 7 install:
  /external/wpa_supplicant_8/src/common/
Makefile 7 install:
  /external/wpa_supplicant_8/src/eap_common/
Makefile 7 install:
  /external/wpa_supplicant_8/src/eap_server/
Makefile 7 install:
  /external/wpa_supplicant_8/src/eapol_auth/
Makefile 7 install:
  /external/wpa_supplicant_8/src/eapol_supp/
Makefile 7 install:
  /external/wpa_supplicant_8/src/l2_packet/
Makefile 7 install:
  /external/wpa_supplicant_8/src/rsn_supp/
Makefile 7 install:
  /external/wpa_supplicant_8/src/wps/
Makefile 7 install:
  /frameworks/base/core/tests/coretests/apks/install/
Android.mk 6 LOCAL_PACKAGE_NAME := install
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
__init__.py 66 installer.install(url="http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip",
73 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",
75 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
77 installer.install(url="http://www.adambarth.com/webkit/eliza",
85 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="irclib.py")
86 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="ircbot.py")
90 installer.install(url="http://pywebsocket.googlecode.com/files/mod_pywebsocket-0.5.2.tar.gz",
  /external/clang/runtime/
Makefile 21 install::

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>