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

1 2 3 4 5 6 7 8

  /external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile 23 ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
24 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
26 install: proginstall
29 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks
30 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
  /external/opencv3/platforms/winrt/
build_all.bat 33 call:DoMSBuild ..\..\bin\WP\8.1\x86\INSTALL.vcxproj Debug
35 call:DoMSBuild ..\..\bin\WP\8.1\x86\INSTALL.vcxproj Release
38 call:DoMSBuild ..\..\bin\WP\8.1\ARM\INSTALL.vcxproj Debug
40 call:DoMSBuild ..\..\bin\WP\8.1\ARM\INSTALL.vcxproj Release
43 call:DoMSBuild ..\..\bin\WS\8.1\x86\INSTALL.vcxproj Debug
45 call:DoMSBuild ..\..\bin\WS\8.1\x86\INSTALL.vcxproj Release
48 call:DoMSBuild ..\..\bin\WS\8.1\ARM\INSTALL.vcxproj Debug
50 call:DoMSBuild ..\..\bin\WS\8.1\ARM\INSTALL.vcxproj Release
53 call:DoMSBuild ..\..\bin\WP\8.0\x86\INSTALL.vcxproj Debug
55 call:DoMSBuild ..\..\bin\WP\8.0\x86\INSTALL.vcxproj Release
    [all...]
  /external/bison/djgpp/
config.site 43 # $INSTALL must be an absolute path name, otherwise config.status
45 INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
  /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/dhcpcd-6.8.2/
Makefile 134 ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
135 ${INSTALL} -m ${CONFMODE} dhcpcd-definitions.conf ${DESTDIR}${SCRIPTSDIR}
138 ${INSTALL} -d ${DESTDIR}${SBINDIR}
139 ${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${SBINDIR}
140 ${INSTALL} -d ${DESTDIR}${DBDIR}
143 ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
144 ${INSTALL} -m ${BINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
150 ${INSTALL} -d ${DESTDIR}${MANDIR}/man5
151 ${INSTALL} -m ${MANMODE} ${MAN5} ${DESTDIR}${MANDIR}/man5
152 ${INSTALL} -d ${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/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/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/libmtp/
hotplug.sh.in 3 INSTALL="@INSTALL@"
77 ${INSTALL} ${UDEVRULES} ${UDEVPATH}
79 echo "See the INSTALL file for information."
80 echo "Do you also want to install HAL support or the old hotplug support (y/n)?"
93 ${INSTALL} ${HALRULES} ${HALPATH}
94 echo "Do you also want to install the old hotplug support (y/n)?"
132 echo "Hotplug missing on this system. Cannot install."
144 ${INSTALL} libmtp.sh ${HOTPLUGPATH}/usb
146 ${INSTALL} -m 644 ${USERMAP} ${HOTPLUGPATH}/us
    [all...]
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 66 -install $(TOP)/$(LIB_DIR)/gallium \
82 install: xatracker.pc
83 $(INSTALL) -d $(DESTDIR)$(INSTALL_INC_DIR)
84 $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)
85 $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig
86 $(INSTALL) -m 644 $(TOP)/src/gallium/state_trackers/xa/xa_tracker.h $(DESTDIR)$(INSTALL_INC_DIR)
87 $(INSTALL) -m 644 $(TOP)/src/gallium/state_trackers/xa/xa_context.h $(DESTDIR)$(INSTALL_INC_DIR)
88 $(INSTALL) -m 644 $(TOP)/src/gallium/state_trackers/xa/xa_composite.h $(DESTDIR)$(INSTALL_INC_DIR)
90 $(INSTALL) -m 644 xatracker.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig
  /prebuilts/ninja/darwin-x86/
build-common.sh 15 # INSTALL - install directory/git repo root
84 INSTALL="$RD/install"
88 mkdir -p $INSTALL
106 mv $INSTALL/* $GIT_REPO
  /prebuilts/ninja/linux-x86/
build-common.sh 15 # INSTALL - install directory/git repo root
84 INSTALL="$RD/install"
88 mkdir -p $INSTALL
106 mv $INSTALL/* $GIT_REPO
  /device/linaro/hikey/wpan/uim/
Makefile 8 INSTALL ?= install
40 install: uim
43 $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) uim
  /external/curl/lib/
makefile.amiga 20 install:
21 $(INSTALL) -c ./libcurl.a /lib/libcurl.a
  /external/dhcpcd-6.8.2/dev/
Makefile 36 ${INSTALL} -d ${DESTDIR}${DEVDIR}
37 ${INSTALL} -m ${BINMODE} ${PROG} ${DPLUGS} ${DESTDIR}${DEVDIR}
39 install: proginstall
  /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...]
  /external/libvpx/libvpx/
libs.mk 65 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
74 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
90 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
91 INSTALL-LIBS-$(CONFIG_SPATIAL_SVC) += include/vpx/svc_context.h
103 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
124 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
125 INSTALL-LIBS-$(CONFIG_SPATIAL_SVC) += include/vpx/svc_context.h
137 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
180 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
182 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.as
    [all...]
solution.mk 29 # Always install this file, as it is an unconditional post-build rule.
31 INSTALL-SRCS-yes += $(target).mk
  /external/e2fsprogs/util/
Makefile.in 10 INSTALL = @INSTALL@
  /external/libopus/doc/
Makefile.am 24 install-data-local:
25 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search
30 $(INSTALL) -d $(DESTDIR)$(mandir)/man3
  /external/ppp/pppd/
Makefile.sol2 58 install:
59 $(INSTALL) -f $(BINDIR) -m 4755 -u root pppd
60 $(INSTALL) -f $(MANDIR)/man8 -m 444 pppd.8
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 92 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
101 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
117 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
118 INSTALL-LIBS-yes += include/vpx/svc_context.h
130 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
171 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
179 INSTALL-LIBS-yes += include/vpx/vpx_codec.h
180 INSTALL-LIBS-yes += include/vpx/vpx_frame_buffer.h
181 INSTALL-LIBS-yes += include/vpx/vpx_image.h
182 INSTALL-LIBS-yes += include/vpx/vpx_integer.
    [all...]
solution.mk 30 # Always install this file, as it is an unconditional post-build rule.
32 INSTALL-SRCS-yes += $(target).mk
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 23 if [ \! -r ../Makefile -a \! -r ../INSTALL ]; then

Completed in 1314 milliseconds

1 2 3 4 5 6 7 8