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

1 2

  /external/iproute2/man/
Makefile 0 INSTALL=install
2 INSTALLDIR=install -m 0755 -d
3 INSTALLMAN=install -m 0644
15 install:
16 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir install; done
18 .PHONY: install clean distclean
  /external/dhcpcd/mk/
sys.mk 9 INSTALL?= install
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 23 install:: .DEFAULT
111 .PHONY: install
112 install::
277 $(if $(quiet),@echo " [INSTALL] $$@")
358 INSTALL-DOCS=$(call cond_enabled,CONFIG_INSTALL_DOCS,INSTALL-DOCS)
360 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
362 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
366 rm -f .docs .install-docs $(DOCS
    [all...]
  /external/libvpx/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...]
  /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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/skia/third_party/lua/
Makefile 9 # Where to install. The installation starts in the src and doc directories,
21 # How to install. If your install program does not support "-p", then
23 INSTALL= install -p
24 INSTALL_EXEC= $(INSTALL) -m 0755
25 INSTALL_DATA= $(INSTALL) -m 0644
27 # If you don't have "install" you can use "cp" instead.
28 # INSTALL= cp -p
29 # INSTALL_EXEC= $(INSTALL)
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.h 31 // - firing the 'install' event at the ServiceWorkerVersion
82 INSTALL,
  /external/chromium_org/third_party/libsrtp/srtp/
Makefile 46 INSTALL = /usr/bin/install -c
189 .PHONY: clean superclean distclean install
191 install:
195 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
196 $(INSTALL) -d $(DESTDIR)$(libdir)
  /external/chromium_org/third_party/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/fio/
Makefile 190 INSTALL = ginstall
192 INSTALL = install
207 .PHONY: all install clean
293 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
294 $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
295 $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
296 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
297 $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
298 $(INSTALL) -m 644 tools/fio_generate_plots.1 $(DESTDIR)$(mandir)/man
    [all...]
  /external/icu/icu4c/source/
icudefs.mk 98 INSTALL = /usr/bin/install -c
99 INSTALL_PROGRAM = ${INSTALL}
100 INSTALL_DATA = ${INSTALL} -m 644
101 INSTALL_SCRIPT = ${INSTALL}
225 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM
227 INSTALL-S = $(INSTALL_PROGRAM)
228 INSTALL-L = $(INSTALL_PROGRAM)
229 #INSTALL-L = $(INSTALL_DATA)
231 # Location of the libraries before "make install" is use
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 53 INSTALL?=install
60 INSTALL_INFO=install-info
178 install: install-man
182 $(error "You need to install $(missing_tools) for man pages")
185 do-install-man: man
186 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir)
187 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir)
188 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 82 INSTALL = install
169 # what 'all' will build and 'install' will install, in perfexecdir
172 # what 'all' will build but not install in perfexecdir
527 export INSTALL SHELL_PATH
570 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@'
700 @echo 'Perf install targets:'
702 @echo ' HINT: use "make prefix=<path> <install target>" to install to a particular
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Makefile 28 INSTALL = install
43 export man_dir man_dir_SQ INSTALL
144 print_install = echo ' INSTALL '$1' to $(DESTDIR_SQ)$2';
288 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \
290 $(INSTALL) $1 '$(DESTDIR_SQ)$2'
296 install: install_lib
  /external/chromium_org/rlz/lib/
rlz_enums.h 126 INSTALL = 1, // Access Point added to the system.
128 FIRST_SEARCH, // First search from point since 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/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 101 INSTALL,
143 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
229 "Install the data (specify target)",
412 if( options[INSTALL].doesOccur ) {
413 o.install = options[INSTALL].value;
415 o.install = NULL;
542 if (o->install != NULL) {
543 uprv_strcpy(targetDir, o->install);
550 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir)
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 101 INSTALL,
143 /*13*/ UOPTION_DEF( "install", 'I', UOPT_REQUIRES_ARG),
232 "Install the data (specify target)",
422 if( options[INSTALL].doesOccur ) {
423 o.install = options[INSTALL].value;
425 o.install = NULL;
552 if (o->install != NULL) {
553 uprv_strcpy(targetDir, o->install);
560 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 324 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS \
326 config/depcomp config/install-sh config/ltmain.sh \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
473 install-pdf-recursive install-ps-recursive install-recursive
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 324 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS \
326 config/depcomp config/install-sh config/ltmain.sh \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
473 install-pdf-recursive install-ps-recursive install-recursive
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 324 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS \
326 config/depcomp config/install-sh config/ltmain.sh \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
473 install-pdf-recursive install-ps-recursive install-recursive
    [all...]

Completed in 1115 milliseconds

1 2