OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install
(Results
226 - 250
of
1987
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/harfbuzz_ng/
autogen.sh
12
echo "You need to
install
ragel... See http://www.complang.org/ragel/"
18
echo "*** No pkg-config found, please
install
it ***"
24
echo "*** No libtoolize (libtool) found, please
install
it ***"
37
echo "*** No autoreconf (autoconf) found, please
install
it ***"
41
echo "running autoreconf --force --
install
--verbose"
42
autoreconf --force --
install
--verbose || exit $?
/external/icu/icu4c/source/samples/ufortune/resources/
Makefile
58
install
: res-
install
/external/iproute2/netem/
Makefile
24
install
: all
27
do
install
-m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
/external/libcap/pam_cap/
Makefile
15
install
: all
17
install
-m 0755 pam_cap.so $(FAKEROOT)$(LIBDIR)/security
/external/libcap/progs/
Makefile
24
install
: all
27
install
-m 0755 $$p $(FAKEROOT)$(SBINDIR) ; \
/external/libdrm/
autogen.sh
9
autoreconf --force --verbose --
install
|| exit 1
/external/libexif/test/nls/
check-nls.in
14
if (cd "${top_builddir}/po" && make DESTDIR="${destdir}"
install
> /dev/null 2>&1); then
/external/libxcam/
autogen.sh
19
autoreconf --
install
--force
/external/ltp/include/mk/
functions.mk
42
# Generate an
install
rule which also creates the
install
directory if needed
43
# to avoid unnecessary bourne shell based for-loops and
install
errors, as well
44
# as adhoc
install
rules.
57
install
-m $$(INSTALL_MODE) "$(2)/$(1)" "$$@"
66
install
-m $$(INSTALL_MODE) "$(2)/$(1)" "$$@"
/external/selinux/mcstrans/utils/
Makefile
17
install
: all
19
install
-m 755 $(TARGETS) $(SBINDIR)
/external/selinux/policycoreutils/hll/pp/
Makefile
23
install
: all
25
install
-m 755 pp $(HLLDIR)
/external/tensorflow/tensorflow/contrib/makefile/
compile_linux_protobuf.sh
57
make
install
/frameworks/base/core/tests/utiltests/
runtests.sh
22
adb
install
-r -g "$OUT/data/app/FrameworksUtilTests/FrameworksUtilTests.apk"
/frameworks/base/lowpan/tests/
runtests.sh
22
adb
install
-r -g "$OUT/data/app/FrameworksLowpanApiTests/FrameworksLowpanApiTests.apk"
/frameworks/base/wifi/tests/
runtests.sh
22
adb
install
-r -g "$OUT/data/app/FrameworksWifiApiTests/FrameworksWifiApiTests.apk"
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
runtests.sh
22
adb
install
-r -g "$OUT/data/app/FrameworksLowpanApiNativeTests/FrameworksLowpanApiNativeTests.apk"
/hardware/intel/common/libva/
autogen.sh
44
autoreconf -v --
install
|| exit $?
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Makefile
28
install
:
29
install
-m 0755 -d $(DESTDIR)/usr/local/bin
30
install
-m 0755 toolchain-tests $(DESTDIR)/usr/local/bin
31
install
-m 0755 fortify-runtime-tests $(DESTDIR)/usr/local/bin
/external/flatbuffers/biicode/support/
bii-travis.sh
18
sudo apt-get
install
libglu1-mesa-dev xorg-dev
21
(sudo dpkg -i bii-ubuntu64.deb) && sudo apt-get -f
install
/external/icu/icu4c/source/test/
Makefile.in
38
.PHONY : everything all all-local all-recursive
install
install
-local \
39
install
-recursive clean clean-local clean-recursive distclean \
54
install
:
install
-recursive
install
-local
70
all-recursive
install
-recursive clean-recursive distclean-recursive dist-recursive:
176
install
-local:
/external/ltp/testcases/kernel/module/create_module/
Makefile
30
install
:
/external/python/cpython2/PC/VC6/
build_tkinter.py
31
install
= have_args("
install
")
49
elif
install
:
50
nmake_tcl("
install
", "INSTALLDIR=" + OUT_DIR)
60
elif
install
:
61
nmake_tk("
install
", "INSTALLDIR=" + OUT_DIR)
75
elif
install
:
76
nmake_tix("
install
", "INSTALL_DIR=" + OUT_DIR)
/external/swiftshader/third_party/LLVM/runtime/
Makefile
31
install
::
/external/syslinux/efi/
build-gnu-efi.sh
6
# Then build and
install
it for the given architecture.
12
Build the <arch> gnu-efi libs and header files and
install
in <objdir>.
41
make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH PREFIX="$objdir"
install
/external/toolchain-utils/go/
go_target
37
build |
install
| run | test)
38
# Add "-buildmode=pie" to "go build|
install
|run|test" commands.
Completed in 7356 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>