Home
last modified time | relevance | path

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

12345678910>>...32

/external/opencore/modules/cml2/
Drules.cml4 …ace_m_mk from rtsp_support==y ? "/modules/linux_rtsp/core/build/make" : ""
5 …_m_mk from rtsp_support==y ? "/modules/linux_rtsp/node_registry/build/make" : ""
6 …mk from asf_streaming_support==y ? "/modules/linux_asf/asf_streaming/core/build/make" : ""
7 …from asf_streaming_support==y ? "/modules/linux_asf/asf_streaming/node_registry/build/make" : ""
8 …ace_m_mk from download_support==y ? "/modules/linux_download/core/build/make" : ""
9 …_m_mk from download_support==y ? "/modules/linux_download/node_registry/build/make" : ""
11 …ort==y ? "/modules/linux_download/protocol_engine_plugins/fasttrack_download/core/build/make" : ""
12 …=y ? "/modules/linux_download/protocol_engine_plugins/fasttrack_download/registry/build/make" : ""
14 …eaming_support==y ? "/modules/linux_asf/asf_streaming/protocol_engine_plugin/core/build/make" : ""
15 …ng_support==y ? "/modules/linux_asf/asf_streaming/protocol_engine_plugin/registry/build/make" : ""
[all …]
/external/opencore/oscl/
Dlocal.mk9 $(SRC_ROOT)/oscl/oscl/osclbase/build/make/local.mk \
10 $(SRC_ROOT)/oscl/oscl/osclerror/build/make/local.mk \
11 $(SRC_ROOT)/oscl/oscl/osclmemory/build/make/local.mk \
12 $(SRC_ROOT)/oscl/oscl/osclutil/build/make/local.mk \
13 $(SRC_ROOT)/oscl/oscl/osclproc/build/make/local.mk \
14 $(SRC_ROOT)/oscl/oscl/osclio/build/make/local.mk \
15 $(SRC_ROOT)/oscl/oscl/osclregserv/build/make/local.mk \
16 $(SRC_ROOT)/oscl/oscl/osclregcli/build/make/local.mk \
17 $(SRC_ROOT)/oscl/pvlogger/build/make/local.mk
20 LOCAL_MAKEFILES_LIST += $(SRC_ROOT)/oscl/oscl/oscllib/build/make/local.mk
/external/emma/
DBUILD.txt5 - JDK1.4 (the build will not work in JDK1.5)
6 - Apache ANT 1.5+ (official build uses v1.6.1)
11 - cd into the directory containing build.xml and create a file
12 "build.properties" that tells the build where your JDK and ANT are located:
18 build.target.j2se.14.home = <JDK 1.4 install>/jre
23 build.target.ant.15.home = <ANT 1.5 install dir>
25 - From the directory containing build.xml, execute:
29 - After a successful build, EMMA jars will be located in
33 - To remove all generated build artifacts and reset the build to a clean
/external/libpng/projects/visualc71/
DREADME_zlib.txt19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
28 Choose the configuration you wish to build.
36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
40 * Win32_LIB_Release\zlib.lib static build
41 * Win32_LIB_Debug\zlibd.lib static build (debug version)
[all …]
DREADME.txt20 3) Set one of the project as the StartUp project. If you just want to build the
22 item + Project | Set as StartUp project). If you want to build and test the
27 Choose the configuration you wish to build.
35 * Win32_DLL_Release\libpng13.dll DLL build
36 * Win32_DLL_Debug\libpng13d.dll DLL build (debug version)
37 * Win32_DLL_ASM_Release\libpng13.dll DLL build using ASM code
38 * Win32_DLL_ASM_Debug\libpng13d.dll DLL build using ASM (debug version)
39 * Win32_DLL_VB\libpng13vb.dll DLL build for Visual Basic, using stdcall
40 * Win32_LIB_Release\libpng.lib static build
41 * Win32_LIB_Debug\libpngd.lib static build (debug version)
[all …]
/external/dosfstools/debian/
Drules6 rm -f build-stamp
12 build: build-stamp target
13 build-stamp:
18 touch build-stamp
20 install: build
30 binary-arch: build install
46 .PHONY: clean build install binary binary-arch binary-indep
/external/tremor/Tremor/debian/
Drules38 ../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
43 build: build-stamp target
44 build-stamp: configure-stamp
50 touch build-stamp
76 rm -f build-stamp configure-stamp
93 install: build
139 binary-indep: build install
143 binary-arch: build install
147 binary-%: build install
151 .PHONY: build clean binary-indep binary-arch binary install configure
/external/zlib/projects/visualc6/
DREADME.txt10 * Win32_DLL_Release\zlib1.dll DLL build
11 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
12 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
13 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
14 * Win32_LIB_Release\zlib.lib static build
15 * Win32_LIB_Debug\zlibd.lib static build (debug version)
16 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
17 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
24 To build and test:
30 Choose the configuration you wish to build.
[all …]
/external/libpng/projects/visualc6/
DREADME.txt20 Choose the configuration you wish to build.
34 * Win32_DLL_Release\libpng13.dll DLL build
35 * Win32_DLL_Debug\libpng13d.dll DLL build (debug version)
36 * Win32_DLL_ASM_Release\libpng13.dll DLL build using ASM code
37 * Win32_DLL_ASM_Debug\libpng13d.dll DLL build using ASM (debug version)
38 * Win32_DLL_VB\libpng13vb.dll DLL build for Visual Basic, using stdcall
39 * Win32_LIB_Release\libpng.lib static build
40 * Win32_LIB_Debug\libpngd.lib static build (debug version)
41 * Win32_LIB_ASM_Release\libpng.lib static build using ASM code
42 * Win32_LIB_ASM_Debug\libpngd.lib static build using ASM (debug version)
/external/zlib/contrib/dotzlib/
Dreadme.txt13 DotZLib.build - NAnt build file
21 To include unit tests in the build, define nunit before building.
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
32 build.
35 Open a command prompt with access to the build environment and run nant
36 in the same directory as the DotZLib.build file.
37 You can define 2 properties on the nant command-line to control the build:
47 will build a release mode version of the library without unit tests.
49 will build a debug version of the library with unit tests
/external/elfutils/tests/
Drun-get-lines.sh27 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
28 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
29 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
30 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
31 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
34 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
35 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
36 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
37 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
40 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
[all …]
/external/tremor/Tremor/
DREADME6 The C source in this package will build on any ANSI C compiler and
7 function completely and properly on any platform. The included build
8 system assumes GNU build system and make tools (m4, automake,
10 the most tested compiler. To build using GNU tools, type in the
19 computation. If building on ARM without the benefit of GNU build
20 system tools, be sure that '_ARM_ASSEM_' is #defined by the build
31 The build system produces a static and [when supported by the OS]
36 'ivorbisfile.h' [included in the source build directory]. Lower level
38 [included in the source build directory]. A simple example program,
/external/opencore/
DREADME18 |-- build_config [Contains top-level build files used to build the libraries
29 |-- extern_tools_v2 [Contains 3rd-party tools used to build OpenCORE
30 | indpendently of the Android build system]
33 |-- modules [Contains build files for aggregating low-level libraries]
45 |-- tools_v2 [Contains tools used to build the libraries outside of Android]
51 |-- build
52 |-- make <- makefile to build outside of Android is here
57 |-- build
Dquick_start.txt1 Q. How to build OpenCORE outside of Android?
3 build system that can be used to build OpenCORE outside of Android with the
14 This will build all the required libraries in
15 <opencore>/build_config/opencore_dynamic/build/installed_lib/linux
17 <opencore>/build_config/opencore_dynamic/build/bin/linux.
/external/icu4c/test/testdata/
DMakefile.in30 check check-local check-recursive build-dir java-output
32 .NOTPARALLEL: build-dir
45 all-local: build-dir build-testdata testdata packagetest
83 BUILDDIR=$(OUTDIR)/build/$(ICUDATA_PLATFORM_NAME)
102 PKGDATA = $(BINDIR)/pkgdata $(PKGDATA_OPTS) -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME)
106 TESTBUILDDIR=$(TESTOUTDIR)/build
143 build-testdata: build-dir $(ALL_TEST_FILES) $(TESTBUILDDIR)/testdata.lst $(TESTBUILDDIR)/iscii.res
209 testdata: build-dir $(ALL_TEST_FILES) $(UNPACKAGEDTESTDATA)
213 packagetest: build-dir testdata pkgdata.inc $(TESTBUILDDIR)/testdata.lst
216 build-dir: $(BUILD_DIRS)
DMakefile30 check check-local check-recursive build-dir java-output
32 .NOTPARALLEL: build-dir
45 all-local: build-dir build-testdata testdata packagetest
83 BUILDDIR=$(OUTDIR)/build/$(ICUDATA_PLATFORM_NAME)
102 PKGDATA = $(BINDIR)/pkgdata $(PKGDATA_OPTS) -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME)
106 TESTBUILDDIR=$(TESTOUTDIR)/build
143 build-testdata: build-dir $(ALL_TEST_FILES) $(TESTBUILDDIR)/testdata.lst $(TESTBUILDDIR)/iscii.res
209 testdata: build-dir $(ALL_TEST_FILES) $(UNPACKAGEDTESTDATA)
213 packagetest: build-dir testdata pkgdata.inc $(TESTBUILDDIR)/testdata.lst
216 build-dir: $(BUILD_DIRS)
/external/qemu/
DINSTALL21 It is possible to hack the android-configure.sh script to build
39 Darwin x86: gcc-4.0.1 (build 5341)
40 Darwin ppc: gcc-3.3 (build 1819)
45 Note that on Darwin, the *build* number of your compiler *is* important.
47 so your own fails to build an executable that works correctly.
56 Building the emulator with the Android build system:
59 Ensure that you have properly configured your build by running the
71 Building the emulator without the Android build system:
74 You can also build the emulator as a stand-alone program, by following
77 1/ First, build Android's patched libSDL as a static library,
[all …]
/external/dropbear/debian/
Drules39 --build='$(DEB_BUILD_GNU_TYPE)' --prefix=/usr \
43 build: deb-checkdir build-stamp target
44 build-stamp: config.status
46 touch build-stamp
54 rm -f patch-stamp build-stamp config.log config.status
58 install: deb-checkdir deb-checkuid build-stamp
105 .PHONY: patch build clean install binary-indep binary-arch binary
/external/gtest/
DREADME19 Google Test is designed to have fairly minimal requirements to build
30 These are the base requirements to build and use Google Test from a source
78 Next you will need to prepare the GNU Autotools build system, if you
85 Once you have completed this step, you are ready to build the library. Note
87 invocations will automatically re-generate the bits of the build system that
118 There are two primary options for building the source at this point: build it
122 supported. The only hard restriction is that while the build directory can be
124 result in errors. Once you have selected where you wish to build Google Test,
144 carefully that you must run this command on the *same* Google Test build that
150 sudo make uninstall # Must be run against the exact same build as "install"
[all …]
/external/zlib/projects/
DREADME.projects13 - The project must build zlib using the source files from the official
19 In particular, if the project produces a DLL build for the Win32
20 platform, this build must comply to the officially-ammended Win32 DLL
23 - The project may provide additional build targets, which depend on
25 directory. For example, it is possible to provide an "ASM build",
26 besides the officially-supported build, and have ASM source files
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DREADME.txt3 1/ Open easwt_vst_lib.xcodeproj and build
5 2/ Open EASLIb.xcodeproj and build
7 3/ Copy build/Release/libEASLIb.dylib to the JetCreator folder
/external/dropbear/libtomcrypt/
Drun.sh2 bash build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1" "$4" "$5"
12 bash build.sh " $1" "$2 -Os" " $3 IGNORE_SPEED=1 LTC_SMALL=1" "$4" "$5"
22 bash build.sh " $1" " $2" " $3 " "$4" "$5"
/external/icu4c/data/
DMakefile39 PKGDATA = $(BINDIR)/pkgdata $(PKGDATA_OPTS) -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME) -…
64 MAINBUILDDIR=$(OUTDIR)/build
90 check check-local check-recursive build-local clean-resindex build-dir
107 all-local: build-dir icupkg.inc build-local packagedata $(POST_DATA_BUILD) $(OS390PKG)
152 packagedata: icupkg.inc $(PKGDATA_LIST) build-local
191 ln -s $(ICUDATA_NAME) $(OUTDIR)/build/$(ICUDATA_NAME)$(STUB_SUFFIX)
329 build-local: uni-core-data
339 build-local: build-dir $(SO_VERSION_DATA) $(ALL_FILES) $(PKGDATA_LIST) $(OS390LIST)
347 build-local: build-dir $(SO_VERSION_DATA) $(PKGDATA_LIST) $(OS390LIST)
359 build-dir:
[all …]
DMakefile.in39 PKGDATA = $(BINDIR)/pkgdata $(PKGDATA_OPTS) -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME) -…
64 MAINBUILDDIR=$(OUTDIR)/build
90 check check-local check-recursive build-local clean-resindex build-dir
107 all-local: build-dir icupkg.inc build-local packagedata $(POST_DATA_BUILD) $(OS390PKG)
152 packagedata: icupkg.inc $(PKGDATA_LIST) build-local
191 ln -s $(ICUDATA_NAME) $(OUTDIR)/build/$(ICUDATA_NAME)$(STUB_SUFFIX)
329 build-local: uni-core-data
339 build-local: build-dir $(SO_VERSION_DATA) $(ALL_FILES) $(PKGDATA_LIST) $(OS390LIST)
347 build-local: build-dir $(SO_VERSION_DATA) $(PKGDATA_LIST) $(OS390LIST)
359 build-dir:
[all …]
/external/bison/build-aux/
DMakefile38 subdir = build-aux
73 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
79 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run acloc…
82 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
83 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run auto…
84 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run au…
85 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run auto…
86 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run auto…
130 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run make…
131 MKINSTALLDIRS = $(top_builddir)/build-aux/mkinstalldirs
[all …]

12345678910>>...32