/hardware/intel/common/libva/doc/ |
D | Makefile.am | 24 install-data-local: install-html 49 install-html-local: 50 install -d $(DESTDIR)$(docdir)/html 53 install -m 0644 html-out/$$file $(DESTDIR)$(docdir)/html ; \ 55 install -d $(DESTDIR)$(docdir)/html/$$file ; \ 56 install -m 0644 html-out/$$file/* $(DESTDIR)$(docdir)/html/$$file; \
|
/hardware/qcom/audio/msm8909/mm-audio/ |
D | Makefile | 7 install: target 8 $(MAKE) -C adec-mp3 install 9 $(MAKE) -C adec-aac install 10 $(MAKE) -C aenc-aac install
|
/hardware/intel/img/psb_video/debian/ |
D | rules | 66 install: build 73 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install 77 binary-indep: build install 81 binary-arch: build install 112 .PHONY: build clean binary-indep binary-arch binary install configure
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | Makefile | 22 install:: .DEFAULT target 109 .PHONY: install 110 install:: target 340 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS)) 344 rm -f .docs .install-docs $(DOCS) 354 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)) 358 rm -f .bins .install-bins $(BINS) 371 .install-libs: .libs $(addprefix $(DIST_DIR)/,$(INSTALL-LIBS)) 375 rm -f .libs .install-libs $(LIBS) 386 .install-projects: .projects $(addprefix $(DIST_DIR)/,$(INSTALL-PROJECTS)) [all …]
|
/hardware/intel/common/libva/debian.upstream/ |
D | Makefile.am | 8 libva-dev.install \ 10 libva1.install \ 12 vainfo.install \
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/ |
D | Makefile | 5 install: target 6 $(MAKE) -C qdsp6 install
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/ |
D | Makefile | 5 install: target 6 $(MAKE) -C qdsp6 install
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/ |
D | Makefile | 5 install: target 6 $(MAKE) -C qdsp6 install
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/ |
D | Makefile | 5 install: target 6 $(MAKE) -C qdsp6 install
|
/hardware/bsp/intel/peripheral/libupm/src/ |
D | CMakeLists.txt | 15 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${generated_file} DESTINATION ${install_location}) 28 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/_pyupm_${libname}.so 51 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/jsupm_${libname}.node 81 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/libjavaupm_${libname}.so 84 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/upm_${libname}.jar 154 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/package.json 187 install(TARGETS ${libname} DESTINATION ${CMAKE_INSTALL_LIBDIR}) 188 install (FILES ${module_h} DESTINATION include/upm COMPONENT ${libname})
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/ |
D | Makefile | 44 install: target 49 install -m 555 libOmxAacEnc.so.$(LIBVER) $(LIBINSTALLDIR) 52 install -m 555 mm-aenc-omxaac-test $(BININSTALLDIR)
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/ |
D | Makefile | 44 install: target 49 install -m 555 libOmxQcelp13Enc.so.$(LIBVER) $(LIBINSTALLDIR) 52 install -m 555 mm-aenc-omxqcelp13-test $(BININSTALLDIR)
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/ |
D | Makefile | 44 install: target 49 install -m 555 libOmxAmrEnc.so.$(LIBVER) $(LIBINSTALLDIR) 52 install -m 555 mm-aenc-omxamr-test $(BININSTALLDIR)
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/ |
D | Makefile | 44 install: target 49 install -m 555 libOmxEvrcEnc.so.$(LIBVER) $(LIBINSTALLDIR) 52 install -m 555 mm-aenc-omxevrc-test $(BININSTALLDIR)
|
/hardware/bsp/intel/peripheral/libmraa/src/java/ |
D | CMakeLists.txt | 44 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/libmraajava.so 47 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/../libmraajava.so 50 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/mraa.jar
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | building.md | 20 sudo apt-get install git build-essential swig3.0 python-dev nodejs-dev cmake 42 After that you can install built files (into default path) by running: 46 sudo make install 49 See flags for adjusting install paths in the section below. 51 Currently our install logic puts Python bindings into standard paths, which 56 after `make install` to link installed modules where Debian's Python expects them: 59 sudo ln -s <your install prefix, e.g. /usr>/lib/python2.7/site-packages/* /usr/lib/python2.7/dist-p… 75 Changing install path from `/usr/local` to `/usr`: 139 This is the procedure to submit a build to Coverity. You'll need to install 150 Have JAVA_HOME set to JDK install directory. Most distributions set this from `/etc/profile.d/`
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | README.md | 40 See the section below on compiling or use our repository to install on a glibc 47 opkg install mraa 56 opkg install mraa 59 You can also install just the node.js mraa module by using npm. You will need a 64 npm install mraa
|
/hardware/intel/common/libmix/mix_common/ |
D | mixcommon.spec | 29 %install 31 make DESTDIR=$RPM_BUILD_ROOT install
|
/hardware/intel/common/libmix/mix_vbp/ |
D | mixvbp.spec | 35 %install 36 make DESTDIR=$RPM_BUILD_ROOT install
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
D | CMakeLists.txt | 40 install (DIRECTORY ${PROJECT_SOURCE_DIR}/examples/ DESTINATION ${CMAKE_INSTALL_DATADIR}/mraa/exampl… 43 install (TARGETS mraa-gpio DESTINATION bin)
|
/hardware/intel/img/psb_video/ |
D | autogen.sh | 2 autoreconf -v --install
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | README | 4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \ 5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
|
/hardware/intel/common/libmix/mix_video/ |
D | mixvideo.spec | 48 %install 49 make DESTDIR=$RPM_BUILD_ROOT install
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/ |
D | README | 13 To install in /usr/include and /usr/lib 14 make install
|
/hardware/intel/common/libmix/mix_audio/ |
D | INSTALL | 1 run the following to build and install:
|