Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 124) sorted by relevance

12345

/hardware/intel/img/psb_video/debian/
Drules42 …./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${p…
47 build: build-stamp
48 build-stamp: configure-stamp
59 rm -f build-stamp configure-stamp
66 install: build
77 binary-indep: build install
81 binary-arch: build install
112 .PHONY: build clean binary-indep binary-arch binary install configure
/hardware/invensense/65xx/libsensors_iio/software/build/android/
Dshared.mk21 LIB_FOLDERS = $(INV_ROOT)/core/mllite/build/$(TARGET)
23 LIB_FOLDERS += $(INV_ROOT)/core/mpl/build/$(TARGET)
25 APP_FOLDERS = $(INV_ROOT)/simple_apps/mpu_iio/build/$(TARGET)
26 APP_FOLDERS += $(INV_ROOT)/simple_apps/self_test/build/$(TARGET)
27 APP_FOLDERS += $(INV_ROOT)/simple_apps/gesture_test/build/$(TARGET)
28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)
29 APP_FOLDERS += $(INV_ROOT)/simple_apps/devnode_parser/build/$(TARGET)
/hardware/invensense/6515/libsensors_iio/software/build/android/
Dshared.mk21 LIB_FOLDERS = $(INV_ROOT)/core/mllite/build/$(TARGET)
23 LIB_FOLDERS += $(INV_ROOT)/core/mpl/build/$(TARGET)
25 APP_FOLDERS = $(INV_ROOT)/simple_apps/mpu_iio/build/$(TARGET)
26 APP_FOLDERS += $(INV_ROOT)/simple_apps/self_test/build/$(TARGET)
27 APP_FOLDERS += $(INV_ROOT)/simple_apps/gesture_test/build/$(TARGET)
28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)
29 APP_FOLDERS += $(INV_ROOT)/simple_apps/devnode_parser/build/$(TARGET)
/hardware/bsp/intel/peripheral/libupm/docs/
Dbuilding.md5 build out of tree so the recommended way is to clone from git and make a build/
11 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:.../mraa/build/lib/pkgconfig
12 CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:.../mraa/build/include
13 LIBRARY_PATH=$LIBRARY_PATH:.../mraa/build/lib
15 UPM will attempt to build all directories inside src/ and they must contain
19 mkdir build
20 cd build
27 the headers and library objects respectively in your build location. Note that
28 doing an out-of-source build may cause issues when rebuilding later on.
37 Building debug build:
[all …]
/hardware/bsp/intel/peripheral/libmraa/docs/
Dnpm.md5 our build system. It contains a few prebuilt files in order to build easily
7 building libmraa and if you'd like to contribute, please learn how the build
11 are automatically generated files. When you execute a build from node-gyp/npm
25 mkdir build
26 cd build
30 tar hczv --exclude='build*' --exclude='.gitignore' --exclude='.git' --exclude='build*/*' --exclude=…
36 You can build with node-gyp using the binding.gyp file, obviously this requires
44 node-gyp build --python=/usr/bin/python2 --verbose
Dbuilding.md5 build out of tree so the recommended way is to clone from git and make a `build/`
20 sudo apt-get install git build-essential swig3.0 python-dev nodejs-dev cmake
23 To build the documentation you'll also need:
29 ## Basic build steps
32 mkdir build
33 cd build
78 Building debug build - adds `-g` and disables optimisations - this will force a
99 Override build architecture (this is useful because on x86 ARM code is not
105 You'll need at least SWIG version 3.0.2 and we recommend 3.0.5 to build the
107 please see above for disabling `SWIGNODE`. Otherwise you will get a weird build
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile153 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
154 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
163 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
164 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
203 obj_int_extract: build/make/obj_int_extract.c
397 DIST-SRCS-yes += build/make/configure.sh
398 DIST-SRCS-yes += build/make/gen_asm_deps.sh
399 DIST-SRCS-yes += build/make/Makefile
400 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
401 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
[all …]
Dgen_asm_deps.sh29 --build-pfx=*) pfx="${optval}"
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME1 Android.mk will build vpx unittests on android.
3 ./libvpx/configure --target=armv7-android-gcc --enable-external-build \
8 2) From the parent directory, invoke ndk-build:
9 NDK_PROJECT_PATH=. ndk-build APP_BUILD_SCRIPT=./libvpx/test/android/Android.mk \
13 Note: Both adb and ndk-build are available prebuilt at:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME24 Google Test is designed to have fairly minimal requirements to build
36 These are the base requirements to build and use Google Test from a source
56 Also, you'll need CMake 2.6.4 or higher if you want to build the
63 build Google Test and its own tests from an SVN checkout (described
109 To build Google Test and your tests that use it, you need to tell your
110 build system where to find its headers and source files. The exact
111 way to do it depends on which build system you use, and is usually
116 Suppose you put Google Test in directory ${GTEST_DIR}. To build it,
117 create a library build target (or a project as called by Visual Studio
140 use to build Google Test on systems where GNU make is available
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DINSTALL6 2. Run |./configure| to configure the build.
7 3. Run |make| to build.
DREADME.webm11 - delete unnecessary docs and build files
13 include path modifications for the libvpx build system
/hardware/intel/common/libmix/mix_audio/
DChangeLog3 * Updated version to 0.3.5 and submit for build.
46 * Updated version to 0.3.3 and package for build.
60 * Increased version number to 0.3.2 and package for build.
68 * Updated version to 0.3.1 for build.
86 * Package for 0.2.6 build.
96 * Updated SST API struct to align with build 0.04.008.
DINSTALL1 run the following to build and install:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DREADME7 The build system used is similar to autotools. Building generally consists of
8 "configuring" with your desired build options, then using GNU make to build
34 an out of tree build, the source tree is kept separate from the object
37 $ mkdir build
38 $ cd build
121 will likely work as well. For instance, to build using the mipsel-linux-uclibc
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
Dshared.mk27 include $(INV_ROOT)/software/build/android/common.mk
77 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
78 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
Dshared.mk27 include $(INV_ROOT)/software/build/android/common.mk
79 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
80 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
Dshared.mk27 include $(INV_ROOT)/software/build/android/common.mk
86 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
87 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
Dshared.mk28 include $(INV_ROOT)/software/build/android/common.mk
79 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
80 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
Dshared.mk29 include $(INV_ROOT)/software/build/android/common.mk
80 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
81 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/intel/common/libmix/mix_vbp/
DINSTALL1 run the following to build and install:
/hardware/intel/common/libmix/mix_video/
DINSTALL1 run the following to build and install:
/hardware/bsp/intel/peripheral/libupm/
D.gitignore1 build/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME10 To build libhalloc.a with GNU tools run
16 To cleanup the build files
/hardware/intel/bootstub/
Dbootstub.spec16 %build
37 - build e820 table (by Feng.Tang@intel.com)

12345