Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 97) sorted by relevance

1234

/hardware/intel/common/libva/doc/
DMakefile.am24 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/
DMakefile7 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/
Drules66 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/
DMakefile22 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/
DMakefile.am8 libva-dev.install \
10 libva1.install \
12 vainfo.install \
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/
DMakefile5 install: target
6 $(MAKE) -C qdsp6 install
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/
DMakefile5 install: target
6 $(MAKE) -C qdsp6 install
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/
DMakefile5 install: target
6 $(MAKE) -C qdsp6 install
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/
DMakefile5 install: target
6 $(MAKE) -C qdsp6 install
/hardware/bsp/intel/peripheral/libupm/src/
DCMakeLists.txt15 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/
DMakefile44 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/
DMakefile44 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/
DMakefile44 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/
DMakefile44 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/
DCMakeLists.txt44 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/
Dbuilding.md20 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/
DREADME.md40 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/
Dmixcommon.spec29 %install
31 make DESTDIR=$RPM_BUILD_ROOT install
/hardware/intel/common/libmix/mix_vbp/
Dmixvbp.spec35 %install
36 make DESTDIR=$RPM_BUILD_ROOT install
/hardware/bsp/intel/peripheral/libmraa/examples/
DCMakeLists.txt40 install (DIRECTORY ${PROJECT_SOURCE_DIR}/examples/ DESTINATION ${CMAKE_INSTALL_DATADIR}/mraa/exampl…
43 install (TARGETS mraa-gpio DESTINATION bin)
/hardware/intel/img/psb_video/
Dautogen.sh2 autoreconf -v --install
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME4 --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/
Dmixvideo.spec48 %install
49 make DESTDIR=$RPM_BUILD_ROOT install
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME13 To install in /usr/include and /usr/lib
14 make install
/hardware/intel/common/libmix/mix_audio/
DINSTALL1 run the following to build and install:

1234