HomeSort by relevance Sort by last modified time
    Searched defs:INSTALL (Results 1 - 25 of 46) sorted by null

1 2

  /external/iproute2/man/
Makefile 0 INSTALL=install
2 INSTALLDIR=install -m 0755 -d
3 INSTALLMAN=install -m 0644
7 all clean install:
12 .PHONY: install clean distclean
  /external/libvpx/libvpx/build/make/
Makefile 23 install:: .DEFAULT
110 .PHONY: install
111 install::
279 $(if $(quiet),@echo " [INSTALL] $$@")
359 INSTALL-DOCS=$(call cond_enabled,CONFIG_INSTALL_DOCS,INSTALL-DOCS)
361 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
363 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
367 rm -f .docs .install-docs $(DOCS
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 22 install:: .DEFAULT
109 .PHONY: install
110 install::
258 $(if $(quiet),@echo " [INSTALL] $$@")
336 INSTALL-DOCS=$(call cond_enabled,CONFIG_INSTALL_DOCS,INSTALL-DOCS)
338 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
340 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
344 rm -f .docs .install-docs $(DOCS
    [all...]
  /device/linaro/hikey/wpan/uim/
Makefile 8 INSTALL ?= install
40 install: uim
43 $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) uim
  /external/autotest/client/deps/iwcap/src/
Makefile 10 INSTALL ?= install
75 install: iwcap
78 $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(BINDIR) iwcap
  /external/blktrace/
Makefile 55 INSTALL = install
62 export prefix INSTALL TAR
80 install: all
81 $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
82 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
83 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man8
84 $(INSTALL) -m 755 $(ALL) $(DESTDIR)$(bindir)
85 $(INSTALL) -m 644 doc/*.1 $(DESTDIR)$(mandir)/man1
86 $(INSTALL) -m 644 doc/*.8 $(DESTDIR)$(mandir)/man
    [all...]
  /external/dnsmasq/
Makefile 26 INSTALL = install
49 install : all install-common
51 install-common :
52 $(INSTALL) -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8
53 $(INSTALL) -m 644 $(MAN)/dnsmasq.8 $(DESTDIR)$(MANDIR)/man8
54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)
68 install-i18n : all-i18n install-commo
    [all...]
  /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/mmc-utils/
Makefile 16 INSTALL = install
43 install-man:
44 $(MAKE) -C man install
50 install: $(progs) install-man
51 $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
52 $(INSTALL) $(progs) $(DESTDIR)$(bindir)
54 .PHONY: all clean install manpages install-ma
    [all...]
  /external/selinux/policycoreutils/po/
Makefile 10 INSTALL = /usr/bin/install -c -p
11 INSTALL_DATA = $(INSTALL) -m 644
12 INSTALL_DIR = /usr/bin/install -d
122 install: $(MOFILES)
  /external/bsdiff/
Makefile 9 INSTALL = install
19 INSTALL_PROGRAM ?= $(INSTALL) -c -m 755
20 INSTALL_MAN ?= $(INSTALL) -c -m 444
76 install:
  /external/iw/
Makefile 9 INSTALL ?= install
117 install: iw iw.8.gz
120 $(Q)$(INSTALL) -m 755 iw $(DESTDIR)$(SBINDIR)
123 $(Q)$(INSTALL) -m 644 iw.8.gz $(DESTDIR)$(MANDIR)/man8/
  /hardware/ti/omap4-aah/domx/make/
start.mk 85 INSTALL = install
  /hardware/ti/omap4xxx/domx/make/
start.mk 85 INSTALL = install
  /external/fio/
Makefile 237 INSTALL = ginstall
239 INSTALL = install
254 .PHONY: all install clean
373 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
374 $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
375 $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
376 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
377 $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
378 $(INSTALL) -m 644 tools/fio_generate_plots.1 $(DESTDIR)$(mandir)/man
    [all...]
  /external/regex-re2/
Makefile 28 INSTALL=install
29 INSTALL_PROGRAM=$(INSTALL)
30 INSTALL_DATA=$(INSTALL) -m 644
248 install: obj/libre2.a obj/so/libre2.so
251 $(INSTALL) obj/libre2.a $(DESTDIR)$(libdir)/libre2.a
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
  /external/srtp/
Makefile 44 INSTALL = /usr/bin/install -c
177 .PHONY: clean superclean install
179 install:
183 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
184 $(INSTALL) -d $(DESTDIR)$(libdir)
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 70 INSTALL, UNINSTALL
82 case INSTALL:
137 mButton.setText("Install");
141 install();
167 protected synchronized void install() { method in class:Main
172 mCurrentTask = RunningTask.INSTALL;
  /external/e2fsprogs/debian/
rules 7 # The `binary' target must be run as root, as it needs to install files with
110 INSTALL ?= install
111 INSTALL_PROGRAM ?= $(INSTALL) -p -o root -g root -m 0755
176 STD_CONF_FLAGS ?= --enable-symlink-install $(MULTIARCH_CONF) $(BACKTRACE_CONF_FLAGS)
381 install: cleanup install-std
383 # This rule allows to factorize the dh_clean between the 2 install rules
384 # This must be launched before install-* (if launching them by hand, for
391 install-std: DH_OPTIONS
    [all...]
  /external/libogg/win32/
Makefile 47 INSTALL = /usr/bin/install -c
48 INSTALL_PROGRAM = ${INSTALL}
49 INSTALL_DATA = ${INSTALL} -m 644
53 INSTALL_SCRIPT = ${INSTALL}
108 install_sh = /home/xiphmont/MotherfishSVN/ogg/install-sh
173 install: install-am
174 install-exec: install-exec-a
    [all...]
  /external/vboot_reference/
Makefile 44 # Stuff for 'make install'
45 INSTALL = install
58 # Host install just puts everything where it's told
64 # Target install puts things into different places
71 # Where to install the (exportable) executables for testing?
530 # Scripts to install directly (not compiled)
776 .PHONY: install
777 install: cgpt_install utils_install signing_install futil_install \
781 install_mtd: install cgpt_wrapper_instal
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 42 INSTALL = /usr/bin/install -c
118 INSTALL_DATA = ${INSTALL} -m 644
119 INSTALL_PROGRAM = ${INSTALL}
120 INSTALL_SCRIPT = ${INSTALL}
188 install_sh = /opt/src/make/make-release/config/install-sh
408 install: install-am
409 install-exec: install-exec-a
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 114 INSTALL,
156 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
245 "Install the data (specify target)",
435 if( options[INSTALL].doesOccur ) {
436 o.install = options[INSTALL].value;
438 o.install = NULL;
565 if (o->install != NULL) {
566 uprv_strcpy(targetDir, o->install);
573 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 13 # make install
17 # install". Refer to the "Installing" section in the README file for
56 # Portable install script (configure doesn't always guess right)
57 INSTALL= /usr/bin/install -c
58 INSTALL_PROGRAM=${INSTALL}
59 INSTALL_SCRIPT= ${INSTALL}
60 INSTALL_DATA= ${INSTALL} -m 644
64 INSTALL_SHARED= ${INSTALL} -m 555
66 MKDIR_P= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5/install-sh -c -
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 13 # make install
17 # install". Refer to the "Installing" section in the README file for
56 # Portable install script (configure doesn't always guess right)
57 INSTALL= /usr/bin/install -c
58 INSTALL_PROGRAM=${INSTALL}
59 INSTALL_SCRIPT= ${INSTALL}
60 INSTALL_DATA= ${INSTALL} -m 644
64 INSTALL_SHARED= ${INSTALL} -m 555
97 # Install prefix for architecture-independent file
    [all...]

Completed in 696 milliseconds

1 2