Searched refs:INSTALL (Results 1 – 25 of 474) sorted by relevance
12345678910>>...19
/external/opencv3/platforms/winrt/ |
D | 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/dhcpcd-6.8.2/ |
D | 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}/man8 [all …]
|
/external/libpng/scripts/ |
D | makefile.openbsd | 31 DOCS= ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \ 56 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \ 59 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \ 62 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \ 65 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}3; \ 68 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \ 71 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \ 81 ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \ 83 ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \ 85 ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \
|
/external/ppp/pppd/plugins/radius/ |
D | Makefile.linux | 12 INSTALL = install 38 $(INSTALL) -d -m 755 $(LIBDIR) 39 $(INSTALL) -s -c -m 755 radius.so $(LIBDIR) 40 $(INSTALL) -s -c -m 755 radattr.so $(LIBDIR) 41 $(INSTALL) -s -c -m 755 radrealms.so $(LIBDIR) 42 $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR) 43 $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)
|
/external/blktrace/ |
D | Makefile | 55 INSTALL = install macro 62 export prefix INSTALL TAR 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)/man8
|
/external/libvpx/libvpx/ |
D | 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.asm [all …]
|
/external/iputils/ninfod/ |
D | Makefile.in | 53 INSTALL = @INSTALL@ 60 INSTALL = @INSTALL@ 73 @INSTALL@ ninfod -o root @sbindir@ 74 @INSTALL@ ninfod.sh -o root -m 755 @sysconfdir@/init.d/ninfod
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 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)) 373 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS) 375 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS) 377 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)) 391 INSTALL-LIBS=$(call cond_enabled,CONFIG_INSTALL_LIBS,INSTALL-LIBS) 393 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS) 395 .install-libs: .libs $(addprefix $(DIST_DIR)/,$(INSTALL-LIBS)) 406 INSTALL-PROJECTS=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,INSTALL-PROJECTS) [all …]
|
/external/liblzf/ |
D | Makefile.in | 16 INSTALL = @INSTALL@ 40 $(INSTALL) -d $(bindir) 41 $(INSTALL) -m 755 lzf $(bindir) 42 $(INSTALL) -d $(includedir) 44 $(INSTALL) -d $(libdir)
|
/external/dnsmasq/ |
D | Makefile | 26 INSTALL = install macro 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) 69 cd $(SRC); ../bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL) 70 cd $(MAN); ../bld/install-man $(DESTDIR)$(MANDIR) $(INSTALL)
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
D | Makefile | 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
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | Makefile | 23 ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR} 24 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR} 29 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks 30 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
|
/external/libmtp/ |
D | hotplug.sh.in | 3 INSTALL="@INSTALL@" 77 ${INSTALL} ${UDEVRULES} ${UDEVPATH} 93 ${INSTALL} ${HALRULES} ${HALPATH} 144 ${INSTALL} libmtp.sh ${HOTPLUGPATH}/usb 146 ${INSTALL} -m 644 ${USERMAP} ${HOTPLUGPATH}/usb
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | Makefile.linux | 23 INSTALL = install 45 $(INSTALL) -d -m 755 $(LIBDIR) 46 $(INSTALL) -s -c -m 4550 rp-pppoe.so $(LIBDIR) 47 $(INSTALL) -d -m 755 $(BINDIR) 48 $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR)
|
/external/e2fsprogs/debian/ |
D | rules | 110 INSTALL ?= install macro 111 INSTALL_PROGRAM ?= $(INSTALL) -p -o root -g root -m 0755 414 ${INSTALL} -m 0644 misc/mke2fs-hurd.conf ${tmpdir}/etc/mke2fs.conf 422 $(INSTALL) -p -m 0644 ${mipsbuilddir}/lib/libext2fs.a \ 424 $(INSTALL) -p -m 0644 ${mipsbuilddir64}/lib/libext2fs.a \ 472 $(INSTALL) -m 0644 -D -p debian/$$i ${debdir}/$${pkg}/usr/share/lintian/overrides/$${pkg} ;\ 503 $(INSTALL) -p -m 0644 debian/libblkid.copyright \ 510 $(INSTALL) -d ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/ 511 $(INSTALL) -p -m 0644 ${stdbuilddir}/doc/*.html \ 513 $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/ [all …]
|
/external/e2fsprogs/util/ |
D | subset.exclude | 30 INSTALL 31 INSTALL.dllbin 32 INSTALL.elfbin
|
/external/zlib/src/msdos/ |
D | Makefile.dj2 | 39 INSTALL=$(CP) 85 $(INSTALL) zlib.h $(INCLUDE_PATH) 86 $(INSTALL) zconf.h $(INCLUDE_PATH) 87 $(INSTALL) libz.a $(LIBRARY_PATH)
|
/external/ppp/pppd/plugins/pppoatm/ |
D | Makefile.linux | 5 INSTALL = install 39 $(INSTALL) -d -m 755 $(LIBDIR) 40 $(INSTALL) -c -m 4550 $(PLUGIN) $(LIBDIR)
|
/external/autotest/client/tests/isic/ |
D | build-fixes.patch | 15 INSTALL = @INSTALL@ 19 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
/external/zlib/src/win32/ |
D | Makefile.gcc | 64 INSTALL = $(CP) 136 $(INSTALL) $(SHAREDLIB) '$(DESTDIR)$(BINARY_PATH)'; \ 137 $(INSTALL) $(IMPLIB) '$(DESTDIR)$(LIBRARY_PATH)'; \ 139 -$(INSTALL) zlib.h '$(DESTDIR)$(INCLUDE_PATH)' 140 -$(INSTALL) zconf.h '$(DESTDIR)$(INCLUDE_PATH)' 141 -$(INSTALL) $(STATICLIB) '$(DESTDIR)$(LIBRARY_PATH)'
|
/external/mesa3d/src/gbm/backends/ |
D | Makefile.template | 24 @$(INSTALL) -d $(TOP)/$(LIB_DIR)/gbm 25 $(INSTALL) $< $(TOP)/$(LIB_DIR)/gbm 37 $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/gbm
|
/external/ppp/pppd/plugins/ |
D | Makefile.linux | 5 INSTALL = install 38 $(INSTALL) -d $(LIBDIR) 39 $(INSTALL) $? $(LIBDIR)
|
/external/mmc-utils/ |
D | Makefile | 16 INSTALL = install macro 51 $(INSTALL) -m755 -d $(DESTDIR)$(bindir) 52 $(INSTALL) $(progs) $(DESTDIR)$(bindir)
|
/external/ppp/pppd/ |
D | Makefile.linux | 108 EXTRAINSTALL = $(INSTALL) -s -c -m 555 srp-entry $(BINDIR)/srp-entry 214 INSTALL= install 221 $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd 224 $(INSTALL) -c -m 444 pppd.8 $(MANDIR) 234 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
|
/external/bison/djgpp/ |
D | config.site | 45 INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
|
12345678910>>...19