Searched refs:build (Results 1 – 25 of 102) sorted by relevance
12345
42 …./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${p…47 build: build-stamp48 build-stamp: configure-stamp 59 rm -f build-stamp configure-stamp66 install: build77 binary-indep: build install81 binary-arch: build install112 .PHONY: build clean binary-indep binary-arch binary install configure
21 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)
153 $(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.c397 DIST-SRCS-yes += build/make/configure.sh398 DIST-SRCS-yes += build/make/gen_asm_deps.sh399 DIST-SRCS-yes += build/make/Makefile400 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh401 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh[all …]
29 --build-pfx=*) pfx="${optval}"55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
21 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)
1 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:
24 Google Test is designed to have fairly minimal requirements to build36 These are the base requirements to build and use Google Test from a source56 Also, you'll need CMake 2.6.4 or higher if you want to build the63 build Google Test and its own tests from an SVN checkout (described109 To build Google Test and your tests that use it, you need to tell your110 build system where to find its headers and source files. The exact111 way to do it depends on which build system you use, and is usually116 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 Studio140 use to build Google Test on systems where GNU make is available[all …]
6 2. Run |./configure| to configure the build.7 3. Run |make| to build.
11 - delete unnecessary docs and build files13 include path modifications for the libvpx build system
7 The build system used is similar to autotools. Building generally consists of8 "configuring" with your desired build options, then using GNU make to build34 an out of tree build, the source tree is kept separate from the object37 $ mkdir build38 $ cd build121 will likely work as well. For instance, to build using the mipsel-linux-uclibc
25 To build the device-specific kernel modules from the git tree:50 2. You may need to make a symlink from /lib/modules/VERSION/build to your54 ln -s /usr/src/kernels/VERSION build57 3. If you've build the kernel modules but they won't load because of an
16 include $(INV_ROOT)/software/build/android/common.mk57 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)58 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
16 include $(INV_ROOT)/software/build/android/common.mk59 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)60 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
17 include $(INV_ROOT)/software/build/android/common.mk59 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)60 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
18 include $(INV_ROOT)/software/build/android/common.mk61 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)62 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
10 To build libhalloc.a with GNU tools run16 To cleanup the build files
16 %build37 - build e820 table (by Feng.Tang@intel.com)
17 include $(INV_ROOT)/software/build/android/common.mk55 INV_LIBS = $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
16 include $(INV_ROOT)/software/build/android/common.mk54 INV_LIBS = $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
15 include $(INV_ROOT)/software/build/android/common.mk56 INV_LIBS = $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
88 include $(PROJROOT)/make/build.mk